aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/elementary_1.11.4.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-10-21 17:13:25 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-10-27 12:50:01 +0100
commit374029acf30a3d81540482d348941e96cbd7999c (patch)
tree4fd65847596bf2f23a2cd2543a50327ace0b1514 /meta-efl/recipes-efl/efl/elementary_1.11.4.bb
parent8c52cfbb1909fe26d8480d347fd03572971c73e6 (diff)
downloadmeta-openembedded-374029acf30a3d81540482d348941e96cbd7999c.tar.gz
efl, elementary, e-wm: upgrade to 1.11.4 and 0.19.1
* announcements: https://phab.enlightenment.org/phame/live/3/post/efl_elementary_1_11_3_and_enlightenment_0_19_1_releases/ https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_11_4_releases/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary_1.11.4.bb')
-rw-r--r--meta-efl/recipes-efl/efl/elementary_1.11.4.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary_1.11.4.bb b/meta-efl/recipes-efl/efl/elementary_1.11.4.bb
new file mode 100644
index 0000000000..94ffd84deb
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/elementary_1.11.4.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] = "531f5e2a0ccd95235a5d30221ffa7003"
+SRC_URI[sha256sum] = "f3ff9d14ccb8621b93f1fe08522bdf31d54382d7e2ab1bf72359b4e65c9d39e4"
+
+# 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}"