[oe-commits] [openembedded-core] 03/60: glib-networking: remove intltool dependency

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 11:11:14 UTC 2016


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

commit 709004afe9f55126400f4ca70454b3e69a19fa6a
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Nov 9 17:25:50 2016 +0000

    glib-networking: remove intltool dependency
    
    glib-networking 2.50 moved away from intltool to modern gettext, so remove the build dependency.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/glib-networking/glib-networking_2.50.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glib-networking/glib-networking_2.50.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.50.0.bb
index 0baaffd..2782bd9 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.50.0.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.50.0.bb
@@ -7,7 +7,7 @@ LICENSE = "LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
 
 SECTION = "libs"
-DEPENDS = "glib-2.0 intltool-native"
+DEPENDS = "glib-2.0"
 
 SRC_URI[archive.md5sum] = "4d06d0224646f274918b1cb6da9a07f6"
 SRC_URI[archive.sha256sum] = "3f1a442f3c2a734946983532ce59ed49120319fdb10c938447c373d5e5286bee"

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


More information about the Openembedded-commits mailing list