diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary_1.10.2.bb')
-rw-r--r-- | meta-efl/recipes-efl/efl/elementary_1.10.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary_1.10.2.bb b/meta-efl/recipes-efl/efl/elementary_1.10.2.bb new file mode 100644 index 0000000000..eb182bbfe0 --- /dev/null +++ b/meta-efl/recipes-efl/efl/elementary_1.10.2.bb | |||
@@ -0,0 +1,16 @@ | |||
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-elementary_codegen-defined-in-configure.patch" | ||
10 | |||
11 | SRC_URI[md5sum] = "2ccc130e137319accd81ccf3d321905b" | ||
12 | SRC_URI[sha256sum] = "48fcfbd66b90df8b21203307d66364fb1d773b3e979476116b2ad1a5eab67378" | ||
13 | |||
14 | # autotools-brokensep - configure updates Elementary.h correctly in ${B}, but then build is using Elementary.h from ${S} | ||
15 | # which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails | ||
16 | B = "${S}" | ||