aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/menu-cache
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-07-27 13:29:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 11:47:11 +0100
commit8ab6c4acf300162d9d81e72f7b65e042ed211af7 (patch)
treec720d9ec2f579e79a63a6093def1a805061971b6 /meta/recipes-graphics/menu-cache
parent6f1f3174cfd5db84fb23032005e695677f011e61 (diff)
downloadopenembedded-core-contrib-8ab6c4acf300162d9d81e72f7b65e042ed211af7.tar.gz
menu-cache: remove spurious dependency on intltool
(From OE-Core rev: 3f0aea24d8460e3976e8f1db0ba694225f8bd88b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/menu-cache')
-rw-r--r--meta/recipes-graphics/menu-cache/menu-cache_1.0.1.bb2
1 files changed, 1 insertions, 1 deletions
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 eb80cd3bb7..a1a8e26e07 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"