diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-31 21:14:29 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-23 23:21:14 +0100 |
commit | 5c5bdbca17762ec43da6fcc95831878cdf1aba53 (patch) | |
tree | 92d129cb8010334b8cc9e7ba78521ef30c54cf64 /meta-efl/recipes-efl/efl/elementary.inc | |
parent | 5870add0ca8328217626209de7fc146a7a3164d8 (diff) | |
download | meta-openembedded-5c5bdbca17762ec43da6fcc95831878cdf1aba53.tar.gz |
elementary: upgrade to 1.8.4
* Elementary 1.8.3 release
http://sourceforge.net/mailarchive/message.php?msg_id=31826305
* Elementary 1.8.4 release
http://sourceforge.net/mailarchive/message.php?msg_id=31895179
* introduce elementary-native for elm-prefs_cc and elementary_codegen
binary
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary.inc')
-rw-r--r-- | meta-efl/recipes-efl/efl/elementary.inc | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary.inc b/meta-efl/recipes-efl/efl/elementary.inc index 542e20076..5c5c46327 100644 --- a/meta-efl/recipes-efl/efl/elementary.inc +++ b/meta-efl/recipes-efl/efl/elementary.inc | |||
@@ -1,20 +1,26 @@ | |||
1 | DESCRIPTION = "EFL based widget set for mobile devices" | 1 | DESCRIPTION = "EFL based widget set for mobile devices" |
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=10a051c72424b80bc784a3903651b43b" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ae1a906a61040d01df137a6b2c6acb68" |
4 | DEPENDS = "eet-native efreet evas ecore edje eet edbus ethumb poppler eio" | 4 | DEPENDS = "eet-native edje-native elementary-native efreet evas ecore edje eet eldbus ethumb poppler eio" |
5 | DEPENDS_class-native = "efl-native" | ||
5 | 6 | ||
6 | inherit efl gettext | 7 | inherit efl gettext |
7 | 8 | ||
8 | EXTRA_OECONF = "\ | 9 | EXTRA_OECONF = "\ |
10 | --disable-web \ | ||
11 | " | ||
12 | EXTRA_OECONF_append_class-target = "\ | ||
9 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 13 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
10 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ | 14 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ |
11 | --disable-web \ | 15 | --with-elementary-codegen=${STAGING_BINDIR_NATIVE}/elementary_codegen \ |
16 | --with-elm-prefs-cc=${STAGING_BINDIR_NATIVE}/elm_prefs_cc \ | ||
12 | " | 17 | " |
13 | 18 | ||
14 | PACKAGECONFIG ??= "" | 19 | BBCLASSEXTEND = "native" |
20 | |||
15 | PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather" | 21 | PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather" |
16 | 22 | ||
17 | do_compile_append() { | 23 | do_compile_append_class-target() { |
18 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | 24 | sed -i -e s:${STAGING_DIR_TARGET}::g \ |
19 | -e s:/${TARGET_SYS}::g \ | 25 | -e s:/${TARGET_SYS}::g \ |
20 | elementary.pc | 26 | elementary.pc |
@@ -22,6 +28,8 @@ do_compile_append() { | |||
22 | 28 | ||
23 | PACKAGES += "${PN}-configs ${PN}-accessibility" | 29 | PACKAGES += "${PN}-configs ${PN}-accessibility" |
24 | 30 | ||
31 | RDEPENDS_${PN}_class-native = "" | ||
32 | |||
25 | RDEPENDS_${PN} = "\ | 33 | RDEPENDS_${PN} = "\ |
26 | ${PN}-themes \ | 34 | ${PN}-themes \ |
27 | ${PN}-configs \ | 35 | ${PN}-configs \ |
@@ -31,10 +39,14 @@ RSUGGESTS_${PN} = "${PN}-tests ${PN}-accessibility" | |||
31 | FILES_${PN} += "\ | 39 | FILES_${PN} += "\ |
32 | ${libdir}/edje/modules/elm \ | 40 | ${libdir}/edje/modules/elm \ |
33 | ${libdir}/elementary/modules/datetime_input_ctxpopup/*/module.so \ | 41 | ${libdir}/elementary/modules/datetime_input_ctxpopup/*/module.so \ |
42 | ${libdir}/elementary/modules/prefs/*/module.so \ | ||
43 | ${libdir}/elementary/modules/prefs/*/*.edj \ | ||
34 | " | 44 | " |
35 | 45 | ||
36 | FILES_${PN}-dev += "\ | 46 | FILES_${PN}-dev += "\ |
37 | ${libdir}/elementary/modules/datetime_input_ctxpopup/*/module.la \ | 47 | ${bindir}/elm_prefs_cc \ |
48 | ${libdir}/elementary/modules/*/*/module.la \ | ||
49 | ${libdir}/cmake \ | ||
38 | " | 50 | " |
39 | 51 | ||
40 | FILES_${PN}-themes = "\ | 52 | FILES_${PN}-themes = "\ |
@@ -46,10 +58,7 @@ FILES_${PN}-configs = "\ | |||
46 | " | 58 | " |
47 | 59 | ||
48 | FILES_${PN}-dbg += "\ | 60 | FILES_${PN}-dbg += "\ |
49 | ${libdir}/elementary/modules/test_entry/*/.debug \ | 61 | ${libdir}/elementary/modules/*/*/.debug \ |
50 | ${libdir}/elementary/modules/test_map/*/.debug \ | ||
51 | ${libdir}/elementary/modules/access_output/*/.debug \ | ||
52 | ${libdir}/elementary/modules/datetime_input_ctxpopup/*/.debug \ | ||
53 | ${libdir}/edje/modules/elm/*/.debug \ | 62 | ${libdir}/edje/modules/elm/*/.debug \ |
54 | " | 63 | " |
55 | 64 | ||