diff options
author | Ross Burton <ross.burton@intel.com> | 2016-03-08 11:05:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-09 16:54:36 +0000 |
commit | 52e6e586b142ec782aac10c16366f273be6405f6 (patch) | |
tree | 365a9a8c08151ff2b01a34172bf8e4b58397ddbb /meta/recipes-connectivity | |
parent | 93b6ac66a90a6f2cca18ee4cae15f899da7ecb15 (diff) | |
download | openembedded-core-52e6e586b142ec782aac10c16366f273be6405f6.tar.gz openembedded-core-52e6e586b142ec782aac10c16366f273be6405f6.tar.bz2 openembedded-core-52e6e586b142ec782aac10c16366f273be6405f6.zip |
avahi: add missing intltool-native build dependency
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 8ee461b610..0c3c6430d6 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 \ |