[oe-commits] [meta-openembedded] 04/38: devilspie2: add gettext to inherit and unblacklist

git at git.openembedded.org git at git.openembedded.org
Mon Apr 24 09:02:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 619e93aab2e8841aa84f6674f1ff97d77c16bff9
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Fri Apr 14 00:58:15 2017 +0200

    devilspie2: add gettext to inherit and unblacklist
    
    Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb
index 48dd489..3c31c1b 100644
--- a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb
+++ b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb
@@ -14,7 +14,7 @@ SRC_URI = " \
 SRC_URI[md5sum] = "99c88f702e134d2b2f2f8caad4b1ef03"
 SRC_URI[sha256sum] = "01a2ebcece14065c9a2e47decd81341e2a6f63e3bf43ff446103686718748356"
 
-inherit pkgconfig
+inherit pkgconfig gettext
 
 do_compile() {
     export GTK2=1
@@ -28,5 +28,3 @@ do_install() {
     install -d ${D}/${sysconfdir}/xdg/autostart
     install -m 644 ${WORKDIR}/devilspie2.desktop ${D}/${sysconfdir}/xdg/autostart
 }
-
-PNBLACKLIST[devilspie2] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130666/ - the recipe will be removed on 2017-09-01 unless the issue is fixed"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list