mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
fbida: inherit pkgconfig and unblacklist
Missing pkgconfig does not let build the package. Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
ad5d9d6042
commit
32f734f6f8
@@ -18,6 +18,8 @@ SRC_URI[sha256sum] = "7a5a3aac61b40a6a2bbf716d270a46e2f8e8d5c97e314e927d41398a4d
|
|||||||
|
|
||||||
B = "${WORKDIR}/build"
|
B = "${WORKDIR}/build"
|
||||||
|
|
||||||
|
inherit pkgconfig
|
||||||
|
|
||||||
EXTRA_OEMAKE = "STRIP= 'srcdir=${S}' -f ${S}/GNUmakefile"
|
EXTRA_OEMAKE = "STRIP= 'srcdir=${S}' -f ${S}/GNUmakefile"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "gif png curl"
|
PACKAGECONFIG ??= "gif png curl"
|
||||||
@@ -66,5 +68,3 @@ do_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS_${PN} = "ttf-dejavu-sans-mono bash"
|
RDEPENDS_${PN} = "ttf-dejavu-sans-mono bash"
|
||||||
|
|
||||||
PNBLACKLIST[fbida] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130677/ - the recipe will be removed on 2017-09-01 unless the issue is fixed"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user