diff options
-rw-r--r-- | meta-gnome/recipes-support/onboard/onboard_1.3.0.bb | 4 |
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" | |||
2 | LICENSE = "GPLv3" | 2 | LICENSE = "GPLv3" |
3 | LIC_FILES_CHKSUM = "file://COPYING.GPL3;md5=8521fa4dd51909b407c5150498d34f4e" | 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL3;md5=8521fa4dd51909b407c5150498d34f4e" |
4 | 4 | ||
5 | DEPENDS += "gtk+3 hunspell libcanberra libxkbfile dconf" | 5 | DEPENDS += "gtk+3 hunspell libcanberra libxkbfile dconf python3-distutils-extra-native intltool-native" |
6 | 6 | ||
7 | SRC_URI = "https://launchpad.net/onboard/1.3/${PV}/+download/${BPN}-${PV}.tar.gz" | 7 | SRC_URI = "https://launchpad.net/onboard/1.3/${PV}/+download/${BPN}-${PV}.tar.gz" |
8 | SRC_URI[md5sum] = "8000df3e789512a90fcb227580fd60ff" | 8 | SRC_URI[md5sum] = "8000df3e789512a90fcb227580fd60ff" |
@@ -23,5 +23,3 @@ RDEPENDS_${PN} += " \ | |||
23 | python3-pycairo \ | 23 | python3-pycairo \ |
24 | python3-pygobject \ | 24 | python3-pygobject \ |
25 | " | 25 | " |
26 | |||
27 | PNBLACKLIST[onboard] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130637/" | ||