mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
libsdl2-ttf: add pkgconfig to inherit and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Martin Jansa
parent
919fe1caff
commit
397c50a91b
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62f
|
|||||||
|
|
||||||
S = "${WORKDIR}/SDL2_ttf-${PV}"
|
S = "${WORKDIR}/SDL2_ttf-${PV}"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog
|
touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog
|
||||||
@@ -25,5 +25,3 @@ do_configure_prepend() {
|
|||||||
rm -f ${S}/acinclude/$i
|
rm -f ${S}/acinclude/$i
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
PNBLACKLIST[libsdl2-ttf] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130656/"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user