diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-22 23:33:40 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-23 23:22:27 +0100 |
| commit | d86b0abb88f78da062a3970677f8b5194fc98971 (patch) | |
| tree | 479fabeacb1b4a7701e97d2f7d6c53e252a81944 | |
| parent | 397c50a91b7d52a214c5de6e923068f6028f43cd (diff) | |
| download | meta-openembedded-d86b0abb88f78da062a3970677f8b5194fc98971.tar.gz | |
libsdl-ttf: fix and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| -rw-r--r-- | meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb index 091d6efaee..d8b378f2cd 100644 --- a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb +++ b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb | |||
| @@ -12,7 +12,9 @@ SRC_URI[sha256sum] = "724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248 | |||
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/SDL_ttf-${PV}" | 13 | S = "${WORKDIR}/SDL_ttf-${PV}" |
| 14 | 14 | ||
| 15 | inherit autotools | 15 | inherit autotools pkgconfig |
| 16 | |||
| 17 | LDFLAGS += "-lm" | ||
| 16 | 18 | ||
| 17 | do_configure_prepend() { | 19 | do_configure_prepend() { |
| 18 | # make autoreconf happy | 20 | # make autoreconf happy |
| @@ -25,5 +27,3 @@ do_configure_prepend() { | |||
| 25 | rm -f ${S}/acinclude/$i | 27 | rm -f ${S}/acinclude/$i |
| 26 | done | 28 | done |
| 27 | } | 29 | } |
| 28 | |||
| 29 | PNBLACKLIST[libsdl-ttf] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130598/" | ||
