summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-24 21:12:21 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-25 08:32:02 +0100
commit26389c78ee9050751aae2a31319203681b724895 (patch)
treedf2545b215d70184956bd462c7f7af979d47d074 /meta-efl
parenta1a57885e17e776b7fdda4beaf714b2f2a12e263 (diff)
downloadmeta-openembedded-contrib-26389c78ee9050751aae2a31319203681b724895.tar.gz
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>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/efl/ecore.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-efl/recipes-efl/efl/ecore.inc b/meta-efl/recipes-efl/efl/ecore.inc
index 6ff455f535..89e578e7c6 100644
--- a/meta-efl/recipes-efl/efl/ecore.inc
+++ b/meta-efl/recipes-efl/efl/ecore.inc
@@ -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"