mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 04:31:56 +02:00
* Elementary 1.8.3 release http://sourceforge.net/mailarchive/message.php?msg_id=31826305 * Elementary 1.8.4 release http://sourceforge.net/mailarchive/message.php?msg_id=31895179 * introduce elementary-native for elm-prefs_cc and elementary_codegen binary Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
465 B
BlitzBasic
13 lines
465 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-elm_prefs_cc-and-elementary_codegen-def.patch"
|
|
|
|
SRC_URI[md5sum] = "898d0ee0e18078640948fa5d04d56efe"
|
|
SRC_URI[sha256sum] = "129b8a015c34df3e8633b5b65aa3bcdd77ed101992948cb096389fed3f3a4244"
|