mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
package/efl/libembryo: remove package
Libembryo is now available in efl package. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4c93c10739
commit
b728fb77e3
@ -107,6 +107,13 @@ endif
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
comment "Legacy options removed in 2016.02"
|
comment "Legacy options removed in 2016.02"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_LIBEMBRYO
|
||||||
|
bool "libembryo package has been removed"
|
||||||
|
select BR2_LEGACY
|
||||||
|
select BR2_PACKAGE_EFL
|
||||||
|
help
|
||||||
|
With EFL 1.15, libembryo is now provided by the libefl package.
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBEDJE
|
config BR2_PACKAGE_LIBEDJE
|
||||||
bool "libedje package has been removed"
|
bool "libedje package has been removed"
|
||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
|
@ -22,7 +22,6 @@ source "package/efl/libefl/Config.in"
|
|||||||
source "package/efl/libefreet/Config.in"
|
source "package/efl/libefreet/Config.in"
|
||||||
source "package/efl/libeio/Config.in"
|
source "package/efl/libeio/Config.in"
|
||||||
source "package/efl/libevas/Config.in"
|
source "package/efl/libevas/Config.in"
|
||||||
source "package/efl/libembryo/Config.in"
|
|
||||||
source "package/efl/libelementary/Config.in"
|
source "package/efl/libelementary/Config.in"
|
||||||
source "package/efl/libedbus/Config.in"
|
source "package/efl/libedbus/Config.in"
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
config BR2_PACKAGE_LIBEMBRYO
|
|
||||||
bool "libembryo"
|
|
||||||
select BR2_PACKAGE_LIBEINA
|
|
||||||
help
|
|
||||||
Embryo is primarily a shared library that gives you an API
|
|
||||||
to load and control interpreted programs compiled into an
|
|
||||||
abstract machine bytecode that it understands.
|
|
||||||
|
|
||||||
http://trac.enlightenment.org/e/wiki/Embryo
|
|
@ -1,18 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
#
|
|
||||||
# libembryo
|
|
||||||
#
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
LIBEMBRYO_VERSION = 1.7.10
|
|
||||||
LIBEMBRYO_SOURCE = embryo-$(LIBEMBRYO_VERSION).tar.bz2
|
|
||||||
LIBEMBRYO_SITE = http://download.enlightenment.org/releases
|
|
||||||
LIBEMBRYO_LICENSE = BSD-2c, Embryo license
|
|
||||||
LIBEMBRYO_LICENSE_FILES = COPYING
|
|
||||||
|
|
||||||
LIBEMBRYO_INSTALL_STAGING = YES
|
|
||||||
|
|
||||||
LIBEMBRYO_DEPENDENCIES = host-pkgconf libeina
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
|
||||||
$(eval $(host-autotools-package))
|
|
Loading…
x
Reference in New Issue
Block a user