[oe-commits] Martin Jansa : elementary: add PACKAGECONFIG for eweather

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 11:24:06 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: a1387b1ece52c12fe25a49b212b95ef672817ae3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a1387b1ece52c12fe25a49b212b95ef672817ae3

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Aug  3 16:59:33 2013 +0200

elementary: add PACKAGECONFIG for eweather

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/efl/elementary.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/elementary.inc b/meta-efl/recipes-efl/efl/elementary.inc
index 092d7c2..542e200 100644
--- a/meta-efl/recipes-efl/efl/elementary.inc
+++ b/meta-efl/recipes-efl/efl/elementary.inc
@@ -11,6 +11,9 @@ EXTRA_OECONF = "\
     --disable-web \
 "
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather"
+
 do_compile_append() {
     sed -i -e s:${STAGING_DIR_TARGET}::g \
            -e s:/${TARGET_SYS}::g \



More information about the Openembedded-commits mailing list