diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-12 13:17:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:31 +0200 |
commit | 3ca229a3f78c62dc768ef43d160faab07c22ecb4 (patch) | |
tree | 9f3d1ea155cfdc3b65f9bb3f552d7c03baadf92a /meta-gnome | |
parent | 79d6d08e77c362bb9985f84dfc949a6317b14857 (diff) | |
download | meta-openembedded-3ca229a3f78c62dc768ef43d160faab07c22ecb4.tar.gz |
gnome-vfs: add PACKAGECONFIG for avahi
* it's autodetected from sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/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 57bbc133b..535006b40 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 += " \ | |||
29 | SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" | 29 | SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" |
30 | SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" | 30 | SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" |
31 | 31 | ||
32 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" | ||
33 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" | ||
34 | |||
32 | EXTRA_OECONF = " --disable-hal \ | 35 | EXTRA_OECONF = " --disable-hal \ |
33 | --disable-openssl \ | 36 | --disable-openssl \ |
34 | --disable-samba \ | 37 | --disable-samba \ |