summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-03-08 11:05:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-09 16:58:11 +0000
commit1bd4b72d71176dbc8512483c5fdb4cd19293a359 (patch)
treef1fc6a5d30c8e0e9ffbfbc78781daefd352d33ee /meta/recipes-connectivity/avahi
parent72f9e399757e3c15a0505d18448a3f6a9aabacf5 (diff)
downloadpoky-1bd4b72d71176dbc8512483c5fdb4cd19293a359.tar.gz
avahi: add missing intltool-native build dependency
(From OE-Core rev: 52e6e586b142ec782aac10c16366f273be6405f6) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r--meta/recipes-connectivity/avahi/avahi.inc2
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"
14# python scripts are under GPLv2+ 14# python scripts are under GPLv2+
15LICENSE = "GPLv2+ & LGPLv2.1+" 15LICENSE = "GPLv2+ & LGPLv2.1+"
16 16
17DEPENDS = "expat libcap libdaemon glib-2.0" 17DEPENDS = "expat libcap libdaemon glib-2.0 intltool-native"
18 18
19SRC_URI = "https://github.com/lathiat/avahi/releases/download/v${PV}/avahi-${PV}.tar.gz \ 19SRC_URI = "https://github.com/lathiat/avahi/releases/download/v${PV}/avahi-${PV}.tar.gz \
20 file://00avahi-autoipd \ 20 file://00avahi-autoipd \