[oe-commits] [openembedded-core] 01/16: avahi: add missing intltool-native build dependency

git at git.openembedded.org git at git.openembedded.org
Wed Mar 9 16:58:33 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 52e6e586b142ec782aac10c16366f273be6405f6
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Mar 8 11:05:48 2016 +0000

    avahi: add missing intltool-native build dependency
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/avahi/avahi.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index 8ee461b..0c3c643 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -14,7 +14,7 @@ SECTION = "network"
 # python scripts are under GPLv2+
 LICENSE = "GPLv2+ & LGPLv2.1+"
 
-DEPENDS = "expat libcap libdaemon glib-2.0"
+DEPENDS = "expat libcap libdaemon glib-2.0 intltool-native"
 
 SRC_URI = "https://github.com/lathiat/avahi/releases/download/v${PV}/avahi-${PV}.tar.gz \
           file://00avahi-autoipd \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list