mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
ecore: add LIC_FILES_CHKSUM and inherit gettext
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Siged-off-by: Koen Kooi <koen@dominion.truhere.net>
This commit is contained in:
parent
a1a57885e1
commit
26389c78ee
@ -1,12 +1,13 @@
|
||||
DESCRIPTION = "Ecore is the Enlightenment application framework library"
|
||||
LICENSE = "MIT BSD"
|
||||
DEPENDS = "gettext-native virtual/libiconv tslib curl eet evas glib-2.0 \
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cb293be68319f9fcb179d7f3daae5fbe"
|
||||
DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 \
|
||||
libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil"
|
||||
DEPENDS_virtclass-native = "eet-native evas-native"
|
||||
DEPENDS_virtclass-native = "eet-native evas-native gettext-native"
|
||||
# optional
|
||||
# DEPENDS += "directfb virtual/libsdl openssl virtual/libiconv"
|
||||
|
||||
inherit efl
|
||||
inherit efl gettext
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
INC_PR = "r0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user