diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-22 23:24:29 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-23 23:22:27 +0100 |
| commit | 397c50a91b7d52a214c5de6e923068f6028f43cd (patch) | |
| tree | 5da6683a7868dca5624cb98d89c8d6163b9252d1 | |
| parent | 919fe1caffb594f9d19726341294ef3ae0e0fec4 (diff) | |
| download | meta-openembedded-397c50a91b7d52a214c5de6e923068f6028f43cd.tar.gz | |
libsdl2-ttf: add pkgconfig to inherit and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| -rw-r--r-- | meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb index da74fba61d..f2441f9cfc 100644 --- a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb +++ b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62f | |||
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/SDL2_ttf-${PV}" | 14 | S = "${WORKDIR}/SDL2_ttf-${PV}" |
| 15 | 15 | ||
| 16 | inherit autotools | 16 | inherit autotools pkgconfig |
| 17 | 17 | ||
| 18 | do_configure_prepend() { | 18 | do_configure_prepend() { |
| 19 | touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog | 19 | touch ${S}/NEWS ${S}/README ${S}/AUTHORS ${S}/ChangeLog |
| @@ -25,5 +25,3 @@ do_configure_prepend() { | |||
| 25 | rm -f ${S}/acinclude/$i | 25 | rm -f ${S}/acinclude/$i |
| 26 | done | 26 | done |
| 27 | } | 27 | } |
| 28 | |||
| 29 | PNBLACKLIST[libsdl2-ttf] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130656/" | ||
