aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/elementary_1.9.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary_1.9.3.bb')
-rw-r--r--meta-efl/recipes-efl/efl/elementary_1.9.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary_1.9.3.bb b/meta-efl/recipes-efl/efl/elementary_1.9.3.bb
index 32ae6632bb..4f24bafc8c 100644
--- a/meta-efl/recipes-efl/efl/elementary_1.9.3.bb
+++ b/meta-efl/recipes-efl/efl/elementary_1.9.3.bb
@@ -10,3 +10,7 @@ SRC_URI_append_class-target = " file://0001-Makefile-Use-elementary_codegen-defi
SRC_URI[md5sum] = "cc75bb1c7c4c49de120ec33e413130ce"
SRC_URI[sha256sum] = "49f896066b72ba51eefd8e92f0b7e7b8e190b0dd26323b12cbd4f26216f578fb"
+
+# 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}"