mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
b8d9ff8f4b
commit
410e47a11e
|
|
@ -3,9 +3,9 @@ HOMEPAGE = "http://www.geany.org/"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
|
||||
|
||||
DEPENDS = "gtk+ libxml-parser-perl-native python3-docutils-native"
|
||||
DEPENDS = "gtk+ libxml-parser-perl-native python3-docutils-native intltool-native"
|
||||
|
||||
inherit autotools pkgconfig perlnative pythonnative
|
||||
inherit autotools pkgconfig perlnative pythonnative gettext
|
||||
|
||||
SRC_URI = "http://download.geany.org/${BP}.tar.bz2"
|
||||
SRC_URI[md5sum] = "9b62a443461cc917b41c94fa7d58fdb1"
|
||||
|
|
@ -14,5 +14,3 @@ SRC_URI[sha256sum] = "394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a
|
|||
FILES_${PN} += "${datadir}/icons"
|
||||
|
||||
EXTRA_OECONF = "--disable-html-docs"
|
||||
|
||||
PNBLACKLIST[geany] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132822/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user