diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-21 00:07:14 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-22 13:16:55 +0100 |
commit | 410e47a11e5a3942e293e1c8f7527847fc230569 (patch) | |
tree | d37a2a51094619a4a3d3b9191a9fdb93125d2365 /meta-oe/recipes-devtools | |
parent | b8d9ff8f4bed3e289c58fa93fa4ae355e4252fa7 (diff) | |
download | meta-openembedded-410e47a11e5a3942e293e1c8f7527847fc230569.tar.gz |
geany: add intltool-native 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-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/geany/geany_1.29.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany_1.29.bb b/meta-oe/recipes-devtools/geany/geany_1.29.bb index a2c678718..fa1c244f2 100644 --- a/meta-oe/recipes-devtools/geany/geany_1.29.bb +++ b/meta-oe/recipes-devtools/geany/geany_1.29.bb | |||
@@ -3,9 +3,9 @@ HOMEPAGE = "http://www.geany.org/" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" |
5 | 5 | ||
6 | DEPENDS = "gtk+ libxml-parser-perl-native python3-docutils-native" | 6 | DEPENDS = "gtk+ libxml-parser-perl-native python3-docutils-native intltool-native" |
7 | 7 | ||
8 | inherit autotools pkgconfig perlnative pythonnative | 8 | inherit autotools pkgconfig perlnative pythonnative gettext |
9 | 9 | ||
10 | SRC_URI = "http://download.geany.org/${BP}.tar.bz2" | 10 | SRC_URI = "http://download.geany.org/${BP}.tar.bz2" |
11 | SRC_URI[md5sum] = "9b62a443461cc917b41c94fa7d58fdb1" | 11 | SRC_URI[md5sum] = "9b62a443461cc917b41c94fa7d58fdb1" |
@@ -14,5 +14,3 @@ SRC_URI[sha256sum] = "394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a | |||
14 | FILES_${PN} += "${datadir}/icons" | 14 | FILES_${PN} += "${datadir}/icons" |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-html-docs" | 16 | EXTRA_OECONF = "--disable-html-docs" |
17 | |||
18 | PNBLACKLIST[geany] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132822/" | ||