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:58:11 +0000 |
commit | 1bd4b72d71176dbc8512483c5fdb4cd19293a359 (patch) | |
tree | f1fc6a5d30c8e0e9ffbfbc78781daefd352d33ee /meta | |
parent | 72f9e399757e3c15a0505d18448a3f6a9aabacf5 (diff) | |
download | poky-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')
-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" | |||
14 | # python scripts are under GPLv2+ | 14 | # python scripts are under GPLv2+ |
15 | LICENSE = "GPLv2+ & LGPLv2.1+" | 15 | LICENSE = "GPLv2+ & LGPLv2.1+" |
16 | 16 | ||
17 | DEPENDS = "expat libcap libdaemon glib-2.0" | 17 | DEPENDS = "expat libcap libdaemon glib-2.0 intltool-native" |
18 | 18 | ||
19 | SRC_URI = "https://github.com/lathiat/avahi/releases/download/v${PV}/avahi-${PV}.tar.gz \ | 19 | SRC_URI = "https://github.com/lathiat/avahi/releases/download/v${PV}/avahi-${PV}.tar.gz \ |
20 | file://00avahi-autoipd \ | 20 | file://00avahi-autoipd \ |