[oe-commits] [openembedded-core] 16/49: menu-cache: remove spurious dependency on intltool

git at git.openembedded.org git at git.openembedded.org
Thu Jul 28 20:56:09 UTC 2016


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

commit 279308798c23eb3f29e036a014de638241298109
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Jul 27 13:29:14 2016 +0100

    menu-cache: remove spurious dependency on intltool
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/menu-cache/menu-cache_1.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/menu-cache/menu-cache_1.0.1.bb b/meta/recipes-graphics/menu-cache/menu-cache_1.0.1.bb
index eb80cd3..a1a8e26 100644
--- a/meta/recipes-graphics/menu-cache/menu-cache_1.0.1.bb
+++ b/meta/recipes-graphics/menu-cache/menu-cache_1.0.1.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6"
 
 SECTION = "x11/libs"
-DEPENDS = "glib-2.0 intltool-native libfm-extra"
+DEPENDS = "glib-2.0 libfm-extra"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/menu-cache-${PV}.tar.xz"
 

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


More information about the Openembedded-commits mailing list