mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
* announcement: https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_14_1_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
680 B
BlitzBasic
17 lines
680 B
BlitzBasic
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] = "704adee92de4010b88b89b329d1faaff"
|
|
SRC_URI[sha256sum] = "e182d7079100edead934d6d2e9a6ff67ce7d7106f59387d9b7ed146cf8770b80"
|
|
|
|
# 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}"
|