mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
45 lines
867 B
BlitzBasic
45 lines
867 B
BlitzBasic
DESCRIPTION = "EFL-based weather widget library"
|
|
LICENSE = "LGPL"
|
|
DEPENDS = "ecore edje"
|
|
PV = "0.0.0+svnr${SRCPV}"
|
|
PR = "r0"
|
|
SRCREV = "${EFL_SRCREV}"
|
|
|
|
inherit efl
|
|
SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};proto=http;scmdata=keep"
|
|
S = "${WORKDIR}/${SRCNAME}"
|
|
|
|
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
|
|
|
|
RSUGGESTS_${PN} = "elementary-tests"
|
|
|
|
do_compile_append() {
|
|
sed -i -e s:${STAGING_DIR_TARGET}::g \
|
|
-e s:/${TARGET_SYS}::g \
|
|
eweather.pc
|
|
}
|
|
|
|
PACKAGES += "${PN}-plugins"
|
|
|
|
FILES_${PN}-themes = "\
|
|
${datadir} \
|
|
"
|
|
|
|
FILES_${PN}-plugins = "\
|
|
${libdir}/eweather/plugins/*.so \
|
|
"
|
|
|
|
FILES_${PN}-dbg += "\
|
|
${libdir}/eweather/plugins/.debug \
|
|
"
|
|
|
|
FILES_${PN}-dev += "\
|
|
${libdir}/eweather/plugins/*.a \
|
|
${libdir}/eweather/plugins/*.la \
|
|
"
|
|
|
|
RRECOMMENDS_${PN} = "\
|
|
${PN}-themes \
|
|
${PN}-plugins \
|
|
"
|