summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-02-21 00:07:17 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-22 13:16:56 +0100
commit34f58b4c2375f749b0e8af3621cd5f9b5787c251 (patch)
treece8837614333d982cfaabd7eb7eb3ee7f0f38bf0 /meta-gnome
parentefa7fbdc11a451a78b3f78b70f4c7c4b2925f940 (diff)
downloadmeta-openembedded-34f58b4c2375f749b0e8af3621cd5f9b5787c251.tar.gz
onboard: add necessary native recipes to DEPENDS and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-support/onboard/onboard_1.3.0.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb b/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb
index 3b4a0b426..bdf0a4eb9 100644
--- a/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb
+++ b/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "An onscreen keyboard"
2LICENSE = "GPLv3" 2LICENSE = "GPLv3"
3LIC_FILES_CHKSUM = "file://COPYING.GPL3;md5=8521fa4dd51909b407c5150498d34f4e" 3LIC_FILES_CHKSUM = "file://COPYING.GPL3;md5=8521fa4dd51909b407c5150498d34f4e"
4 4
5DEPENDS += "gtk+3 hunspell libcanberra libxkbfile dconf" 5DEPENDS += "gtk+3 hunspell libcanberra libxkbfile dconf python3-distutils-extra-native intltool-native"
6 6
7SRC_URI = "https://launchpad.net/onboard/1.3/${PV}/+download/${BPN}-${PV}.tar.gz" 7SRC_URI = "https://launchpad.net/onboard/1.3/${PV}/+download/${BPN}-${PV}.tar.gz"
8SRC_URI[md5sum] = "8000df3e789512a90fcb227580fd60ff" 8SRC_URI[md5sum] = "8000df3e789512a90fcb227580fd60ff"
@@ -23,5 +23,3 @@ RDEPENDS_${PN} += " \
23 python3-pycairo \ 23 python3-pycairo \
24 python3-pygobject \ 24 python3-pygobject \
25" 25"
26
27PNBLACKLIST[onboard] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130637/"