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

git at git.openembedded.org git at git.openembedded.org
Mon Aug 1 10:49:30 UTC 2016


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

commit 3f0aea24d8460e3976e8f1db0ba694225f8bd88b
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