aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/elementary_1.11.0.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-08-13 14:00:32 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-23 13:36:20 +0200
commita8d31694852bc0d0d4069b4fb9f4fde6625e47f7 (patch)
tree0673bd226f21ad53f0e3c6d38697d0ee15fed312 /meta-efl/recipes-efl/efl/elementary_1.11.0.bb
parentfaf83c51dd4e79419e5dd1abfba96c26a09ac982 (diff)
downloadmeta-openembedded-contrib-a8d31694852bc0d0d4069b4fb9f4fde6625e47f7.tar.gz
efl: upgrade to 1.11.0
* announcement: https://phab.enlightenment.org/phame/post/view/74/ https://phab.enlightenment.org/phame/post/view/77/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary_1.11.0.bb')
-rw-r--r--meta-efl/recipes-efl/efl/elementary_1.11.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary_1.11.0.bb b/meta-efl/recipes-efl/efl/elementary_1.11.0.bb
new file mode 100644
index 0000000000..d188c23765
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/elementary_1.11.0.bb
@@ -0,0 +1,16 @@
+require ${BPN}.inc
+
+SRC_URI = "\
+ ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
+"
+
+# only for target, because configure doesn't default to sane default when
+# these paths aren't passed in -native build
+SRC_URI_append_class-target = " file://0001-Makefile-Use-elementary_codegen-defined-in-configure.patch"
+
+SRC_URI[md5sum] = "cfcf3b0620cbb6e86021286631274d9a"
+SRC_URI[sha256sum] = "47ee79f7fc4e355557e6809e2001468bc8e40939562e3a96f689969ab67c17b4"
+
+# autotools-brokensep - configure updates Elementary.h correctly in ${B}, but then build is using Elementary.h from ${S}
+# which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails
+B = "${S}"