summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-02-18 23:26:57 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-22 13:16:50 +0100
commitbba0027c36924c0d9b554947fea71f4c07f62056 (patch)
tree5f5e4397ca3df92cb28947d463e3463ec8bd0f53 /meta-xfce
parenta8f0c2719aa608e54a814229d3f6459c5d3b66b1 (diff)
downloadmeta-openembedded-bba0027c36924c0d9b554947fea71f4c07f62056.tar.gz
menulibre: add intltool-native to DEPENDS and unblacklist
I cannot reproduce buzild error so this is just guesswork... Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb
index 73af1a82b..69e52fe4a 100644
--- a/meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb
+++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb
@@ -4,7 +4,7 @@ SECTION = "x11/graphics"
4LICENSE = "GPLv3" 4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6 6
7DEPENDS = "python3-distutils-extra-native" 7DEPENDS = "python3-distutils-extra-native intltool-native"
8 8
9inherit distutils3 gtk-icon-cache 9inherit distutils3 gtk-icon-cache
10 10
@@ -34,5 +34,3 @@ RDEPENDS_${PN} += " \
34 python3-unixadmin \ 34 python3-unixadmin \
35 python3-psutil \ 35 python3-psutil \
36" 36"
37
38PNBLACKLIST[menulibre] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130617/"