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