diff options
Diffstat (limited to 'meta-oe/recipes-support/system-config-keyboard')
-rw-r--r-- | meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb | 6 |
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" | |||
5 | SRC_URI = "https://fedorahosted.org/releases/s/y/${BPN}/${BP}.tar.bz2" | 5 | SRC_URI = "https://fedorahosted.org/releases/s/y/${BPN}/${BP}.tar.bz2" |
6 | SRC_URI[md5sum] = "c267db0ee7a2131ba418399dc17f9e72" | 6 | SRC_URI[md5sum] = "c267db0ee7a2131ba418399dc17f9e72" |
7 | SRC_URI[sha256sum] = "218c883e4e2bfcc82bfe07e785707b5c2ece28df772f2155fd044b9bb1614284" | 7 | SRC_URI[sha256sum] = "218c883e4e2bfcc82bfe07e785707b5c2ece28df772f2155fd044b9bb1614284" |
8 | inherit python-dir | ||
9 | 8 | ||
10 | inherit python-dir gettext | 9 | inherit python-dir gettext |
11 | DEPENDS = "intltool-native" | 10 | DEPENDS += "intltool-native gettext-native" |
12 | 11 | ||
13 | EXTRA_OEMAKE = " \ | 12 | EXTRA_OEMAKE = " \ |
14 | PYTHON='${STAGING_BINDIR_NATIVE}'/python-native/python \ | 13 | PYTHON='${STAGING_BINDIR_NATIVE}'/python-native/python \ |
@@ -27,6 +26,3 @@ FILES_${PN} += " \ | |||
27 | ${datadir}/* \ | 26 | ${datadir}/* \ |
28 | " | 27 | " |
29 | BBCLASSEXTEND = "native" | 28 | BBCLASSEXTEND = "native" |
30 | |||
31 | PNBLACKLIST[system-config-keyboard] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132829/" | ||
32 | PNBLACKLIST[system-config-keyboard-native] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132855/" | ||