diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-03-24 21:12:21 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-25 08:32:02 +0100 |
| commit | 26389c78ee9050751aae2a31319203681b724895 (patch) | |
| tree | df2545b215d70184956bd462c7f7af979d47d074 /meta-efl/recipes-efl/efl/ecore.inc | |
| parent | a1a57885e17e776b7fdda4beaf714b2f2a12e263 (diff) | |
| download | meta-openembedded-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/recipes-efl/efl/ecore.inc')
| -rw-r--r-- | meta-efl/recipes-efl/efl/ecore.inc | 7 |
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 @@ | |||
| 1 | DESCRIPTION = "Ecore is the Enlightenment application framework library" | 1 | DESCRIPTION = "Ecore is the Enlightenment application framework library" |
| 2 | LICENSE = "MIT BSD" | 2 | LICENSE = "MIT BSD" |
| 3 | DEPENDS = "gettext-native virtual/libiconv tslib curl eet evas glib-2.0 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cb293be68319f9fcb179d7f3daae5fbe" |
| 4 | DEPENDS = "virtual/libiconv tslib curl eet evas glib-2.0 \ | ||
| 4 | libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil" | 5 | libxtst libxcomposite libxinerama libxscrnsaver libxdamage libxrandr libxcursor libxprintutil" |
| 5 | DEPENDS_virtclass-native = "eet-native evas-native" | 6 | DEPENDS_virtclass-native = "eet-native evas-native gettext-native" |
| 6 | # optional | 7 | # optional |
| 7 | # DEPENDS += "directfb virtual/libsdl openssl virtual/libiconv" | 8 | # DEPENDS += "directfb virtual/libsdl openssl virtual/libiconv" |
| 8 | 9 | ||
| 9 | inherit efl | 10 | inherit efl gettext |
| 10 | 11 | ||
| 11 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
| 12 | INC_PR = "r0" | 13 | INC_PR = "r0" |
