aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/elementary_1.10.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary_1.10.1.bb')
-rw-r--r--meta-efl/recipes-efl/efl/elementary_1.10.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary_1.10.1.bb b/meta-efl/recipes-efl/efl/elementary_1.10.1.bb
new file mode 100644
index 0000000000..37f7b38362
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/elementary_1.10.1.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] = "34e6df7c59a2dd9e5fcf0a1e99d5880c"
+SRC_URI[sha256sum] = "1bf9fa7a220d5845806238ec5c5789ed9141f9361d4857f5482abc33b8133c87"
+
+# 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}"