Files
meta-openembedded/meta-efl/recipes-efl/efl/libeweather_svn.bb
Koen Kooi 7d995c58b1 meta-efl: import from meta-shr.
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>
2011-03-23 18:15:03 +01:00

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 \
"