diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-04-14 00:58:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-24 10:59:26 +0200 |
commit | 619e93aab2e8841aa84f6674f1ff97d77c16bff9 (patch) | |
tree | 8e2e3d455aed70d4ecd0700b7a543e66048671f7 | |
parent | 2b7552e2b0f2a30146328917aeb9c9e5d2e71726 (diff) | |
download | meta-openembedded-619e93aab2e8841aa84f6674f1ff97d77c16bff9.tar.gz |
devilspie2: add gettext to inherit and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb | 4 |
1 files changed, 1 insertions, 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 48dd489f8..3c31c1ba3 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 = " \ | |||
14 | SRC_URI[md5sum] = "99c88f702e134d2b2f2f8caad4b1ef03" | 14 | SRC_URI[md5sum] = "99c88f702e134d2b2f2f8caad4b1ef03" |
15 | SRC_URI[sha256sum] = "01a2ebcece14065c9a2e47decd81341e2a6f63e3bf43ff446103686718748356" | 15 | SRC_URI[sha256sum] = "01a2ebcece14065c9a2e47decd81341e2a6f63e3bf43ff446103686718748356" |
16 | 16 | ||
17 | inherit pkgconfig | 17 | inherit pkgconfig gettext |
18 | 18 | ||
19 | do_compile() { | 19 | do_compile() { |
20 | export GTK2=1 | 20 | export GTK2=1 |
@@ -28,5 +28,3 @@ do_install() { | |||
28 | install -d ${D}/${sysconfdir}/xdg/autostart | 28 | install -d ${D}/${sysconfdir}/xdg/autostart |
29 | install -m 644 ${WORKDIR}/devilspie2.desktop ${D}/${sysconfdir}/xdg/autostart | 29 | install -m 644 ${WORKDIR}/devilspie2.desktop ${D}/${sysconfdir}/xdg/autostart |
30 | } | 30 | } |
31 | |||
32 | 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" | ||