mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
013763c66b
* announcements: https://phab.enlightenment.org/phame/live/3/post/enlightenment_foundation_libraries_1_15_and_friends_are_out/ https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_15_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] = "bde4d85fa10ee8a7c0aeb74e69d7cd06"
|
|
SRC_URI[sha256sum] = "ae5540c2103fcdc69fd7469277ce25a8a00a0f701fc2c20771dc0108401e53a0"
|
|
|
|
# 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}"
|