mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
a8f0c2719a
commit
bba0027c36
@@ -4,7 +4,7 @@ SECTION = "x11/graphics"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "python3-distutils-extra-native"
|
||||
DEPENDS = "python3-distutils-extra-native intltool-native"
|
||||
|
||||
inherit distutils3 gtk-icon-cache
|
||||
|
||||
@@ -34,5 +34,3 @@ RDEPENDS_${PN} += " \
|
||||
python3-unixadmin \
|
||||
python3-psutil \
|
||||
"
|
||||
|
||||
PNBLACKLIST[menulibre] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130617/"
|
||||
|
||||
Reference in New Issue
Block a user