diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary_1.13.2.bb')
| -rw-r--r-- | meta-efl/recipes-efl/efl/elementary_1.13.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary_1.13.2.bb b/meta-efl/recipes-efl/efl/elementary_1.13.2.bb new file mode 100644 index 0000000000..db6afdef24 --- /dev/null +++ b/meta-efl/recipes-efl/efl/elementary_1.13.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] = "0d32d241af1c96c06da6d130020275f0" | ||
| 12 | SRC_URI[sha256sum] = "312dd63f3c82c9076f0cfe5125990e650d7767a776186631455911a980f91039" | ||
| 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}" | ||
