[oe-commits] Martin Jansa : gnome-vfs: add PACKAGECONFIG for avahi

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


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Aug 12 13:17:46 2013 +0200

gnome-vfs: add PACKAGECONFIG for avahi

* it's autodetected from sysroot

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

---

 .../recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb    |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
index 57bbc13..535006b 100644
--- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
+++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
@@ -29,6 +29,9 @@ SRC_URI += " \
 SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e"
 SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa"
 
+PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
+PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
+
 EXTRA_OECONF = " --disable-hal \
                  --disable-openssl \
                  --disable-samba \



More information about the Openembedded-commits mailing list