diff options
-rw-r--r-- | meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb | 4 |
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 73af1a82b6..69e52fe4a0 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" | |||
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | DEPENDS = "python3-distutils-extra-native" | 7 | DEPENDS = "python3-distutils-extra-native intltool-native" |
8 | 8 | ||
9 | inherit distutils3 gtk-icon-cache | 9 | inherit 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 | |||
38 | PNBLACKLIST[menulibre] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130617/" | ||