[oe-commits] [meta-openembedded] 06/31: libsdl-ttf: fix and unblacklist

git at git.openembedded.org git at git.openembedded.org
Thu Feb 23 13:09:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 885e79cf85103caa6a0da7dccaf906f486ddd72d
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Wed Feb 22 23:33:40 2017 +0100

    libsdl-ttf: fix and unblacklist
    
    Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb | 6 +++---
 1 file 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 091d6ef..d8b378f 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
 
 S = "${WORKDIR}/SDL_ttf-${PV}"
 
-inherit autotools
+inherit autotools pkgconfig
+
+LDFLAGS += "-lm"
 
 do_configure_prepend() {
     # make autoreconf happy
@@ -25,5 +27,3 @@ do_configure_prepend() {
         rm -f ${S}/acinclude/$i
     done
 }
-
-PNBLACKLIST[libsdl-ttf] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130598/"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list