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 | |
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')
4 files changed, 92 insertions, 18 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 | ||
diff --git a/meta-efl/recipes-efl/efl/elementary/0001-Makefile-Use-elm_prefs_cc-and-elementary_codegen-def.patch b/meta-efl/recipes-efl/efl/elementary/0001-Makefile-Use-elm_prefs_cc-and-elementary_codegen-def.patch new file mode 100644 index 000000000..e3fba9b28 --- /dev/null +++ b/meta-efl/recipes-efl/efl/elementary/0001-Makefile-Use-elm_prefs_cc-and-elementary_codegen-def.patch | |||
@@ -0,0 +1,61 @@ | |||
1 | From 53c7046933d1b622a7f99e70a08a0bf46e38369f Mon Sep 17 00:00:00 2001 | ||
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
3 | Date: Sat, 11 Jan 2014 12:55:59 +0100 | ||
4 | Subject: [PATCH] Makefile: Use elm_prefs_cc and elementary_codegen defined in | ||
5 | configure | ||
6 | |||
7 | * using binaries from top_buildir doesn't work when cross-compiling elementary | ||
8 | where we need to pass native binaries in configure params | ||
9 | |||
10 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
11 | --- | ||
12 | data/objects/Makefile.am | 2 +- | ||
13 | doc/widgets/Makefile.am | 2 +- | ||
14 | src/examples/Makefile.am | 4 ++-- | ||
15 | 3 files changed, 4 insertions(+), 4 deletions(-) | ||
16 | |||
17 | diff --git a/data/objects/Makefile.am b/data/objects/Makefile.am | ||
18 | index c6a775d..88c4f1a 100644 | ||
19 | --- a/data/objects/Makefile.am | ||
20 | +++ b/data/objects/Makefile.am | ||
21 | @@ -11,7 +11,7 @@ filesdir = $(datadir)/elementary/objects | ||
22 | |||
23 | files_DATA = test.edj test_external.edj multip.edj cursors.edj font_preview.edj postit_ent.edj multibuttonentry.edj test_prefs.edj test_prefs.epb test_focus_custom.edj | ||
24 | |||
25 | -ELM_PREFS_CC = $(top_builddir)/src/bin/@ELM_PREFS_CC_PRG@ | ||
26 | +ELM_PREFS_CC = @elm_prefs_cc@ | ||
27 | |||
28 | EXTRA_DIST = \ | ||
29 | test.edc \ | ||
30 | diff --git a/doc/widgets/Makefile.am b/doc/widgets/Makefile.am | ||
31 | index c1508b8..c0544f9 100644 | ||
32 | --- a/doc/widgets/Makefile.am | ||
33 | +++ b/doc/widgets/Makefile.am | ||
34 | @@ -19,7 +19,7 @@ AM_CPPFLAGS = \ | ||
35 | @ELEMENTARY_EWEATHER_CFLAGS@ \ | ||
36 | @ELEMENTARY_EMAP_CFLAGS@ | ||
37 | |||
38 | -ELM_PREFS_CC = $(top_builddir)/src/bin/@ELM_PREFS_CC_PRG@ | ||
39 | +ELM_PREFS_CC = @elm_prefs_cc@ | ||
40 | |||
41 | noinst_DATA = widget_preview_prefs.epb | ||
42 | |||
43 | diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am | ||
44 | index 7184ca1..ce80a46 100644 | ||
45 | --- a/src/examples/Makefile.am | ||
46 | +++ b/src/examples/Makefile.am | ||
47 | @@ -33,9 +33,9 @@ EDJE_FLAGS_VERBOSE_0 = | ||
48 | EDJE_FLAGS_VERBOSE_1 = -v | ||
49 | EDJE_FLAGS = $(EDJE_FLAGS_VERBOSE_$(V)) | ||
50 | |||
51 | -ELM_PREFS_CC = $(top_builddir)/src/bin/@ELM_PREFS_CC_PRG@ | ||
52 | +ELM_PREFS_CC = @elm_prefs_cc@ | ||
53 | |||
54 | -ELEMENTARY_CODEGEN = $(top_builddir)/src/bin/@ELEMENTARY_CODEGEN_PRG@ | ||
55 | +ELEMENTARY_CODEGEN = @elementary_codegen@ | ||
56 | ELEMENTARY_CODEGEN_FLAGS = --prefix=codegen_example | ||
57 | |||
58 | SRCS = \ | ||
59 | -- | ||
60 | 1.8.5.2 | ||
61 | |||
diff --git a/meta-efl/recipes-efl/efl/elementary_1.7.9.bb b/meta-efl/recipes-efl/efl/elementary_1.7.9.bb deleted file mode 100644 index 712d66842..000000000 --- a/meta-efl/recipes-efl/efl/elementary_1.7.9.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI = "\ | ||
4 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
5 | " | ||
6 | |||
7 | SRC_URI[md5sum] = "6a3acb394b640697b1fd2dd61d990d0b" | ||
8 | SRC_URI[sha256sum] = "3667c6da3d89be5a46363509645be59e3deb1f052bfa14239986ac9499da52fb" | ||
diff --git a/meta-efl/recipes-efl/efl/elementary_1.8.4.bb b/meta-efl/recipes-efl/efl/elementary_1.8.4.bb new file mode 100644 index 000000000..7208210c9 --- /dev/null +++ b/meta-efl/recipes-efl/efl/elementary_1.8.4.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI = "\ | ||
4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
5 | " | ||
6 | |||
7 | # only for target, because configure doesn't default to sane default when | ||
8 | # these paths aren't passed in -native build | ||
9 | SRC_URI_append_class-target = " file://0001-Makefile-Use-elm_prefs_cc-and-elementary_codegen-def.patch" | ||
10 | |||
11 | SRC_URI[md5sum] = "898d0ee0e18078640948fa5d04d56efe" | ||
12 | SRC_URI[sha256sum] = "129b8a015c34df3e8633b5b65aa3bcdd77ed101992948cb096389fed3f3a4244" | ||