summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-02-23 19:33:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-24 16:29:47 +0000
commit5ac604e67a267ae16a19ea8852098c58cf5f8ca2 (patch)
treeb4f55afc00c3c50cf9d7b437d0752b6c0592372b /meta/recipes-core
parentae34e43b245bd092fce5bbaeeb3cbaaed8fa573d (diff)
downloadpoky-5ac604e67a267ae16a19ea8852098c58cf5f8ca2.tar.gz
glib-networking: Add intltools-native to DEPENDS
(From OE-Core rev: deb501b8a1cb3cdb1ea0a48ea08e411c2be365b3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.28.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb
index 1ae34c0572..c8536e8c66 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" 6LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
7 7
8SECTION = "libs" 8SECTION = "libs"
9DEPENDS = "glib-2.0 gnutls" 9DEPENDS = "glib-2.0 gnutls intltool-native"
10 10
11PR = "r1" 11PR = "r1"
12 12