aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-02-24 18:39:39 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-28 12:34:16 +0100
commit7f502e72397b06faef79e0d455dc093a1cc6fd15 (patch)
tree7a7de93c2901f051f43c06c419d7f8a105055f96
parent8de29d274e61a3ff273d000415b547f2faf155fc (diff)
downloadmeta-openembedded-contrib-7f502e72397b06faef79e0d455dc093a1cc6fd15.tar.gz
system-config-keyboard: fix depends to work correctly with RSS
Resolves build issue exposed by RSS See http://errors.yoctoproject.org/Errors/Details/132829/ and http://errors.yoctoproject.org/Errors/Details/132855/ Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb b/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb
index f52b5944c5..26b4412f52 100644
--- a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb
+++ b/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb
@@ -5,10 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "https://fedorahosted.org/releases/s/y/${BPN}/${BP}.tar.bz2"
SRC_URI[md5sum] = "c267db0ee7a2131ba418399dc17f9e72"
SRC_URI[sha256sum] = "218c883e4e2bfcc82bfe07e785707b5c2ece28df772f2155fd044b9bb1614284"
-inherit python-dir
inherit python-dir gettext
-DEPENDS = "intltool-native"
+DEPENDS += "intltool-native gettext-native"
EXTRA_OEMAKE = " \
PYTHON='${STAGING_BINDIR_NATIVE}'/python-native/python \
@@ -27,6 +26,3 @@ FILES_${PN} += " \
${datadir}/* \
"
BBCLASSEXTEND = "native"
-
-PNBLACKLIST[system-config-keyboard] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132829/"
-PNBLACKLIST[system-config-keyboard-native] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132855/"