diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-21 23:19:18 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-23 23:22:26 +0100 |
| commit | 1752e1ad954a754a2af3fcf93048e48ce9fb326f (patch) | |
| tree | 87a3c98b54aab6a25002c59cc228b709c2f69cf6 | |
| parent | a5ec20e464c19c0c79996e546aa089f3f5531537 (diff) | |
| download | meta-openembedded-1752e1ad954a754a2af3fcf93048e48ce9fb326f.tar.gz | |
libsdl2-mixer: add pkgconfig to inherit and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
| -rw-r--r-- | meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb index 3080d592f5..8276b446dc 100644 --- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb +++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e5 | |||
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/SDL2_mixer-${PV}" | 12 | S = "${WORKDIR}/SDL2_mixer-${PV}" |
| 13 | 13 | ||
| 14 | inherit autotools-brokensep | 14 | inherit autotools-brokensep pkgconfig |
| 15 | 15 | ||
| 16 | EXTRA_AUTORECONF += "--include=acinclude" | 16 | EXTRA_AUTORECONF += "--include=acinclude" |
| 17 | EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg --enable-music-ogg-tremor LIBS=-L${STAGING_LIBDIR}" | 17 | EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg --enable-music-ogg-tremor LIBS=-L${STAGING_LIBDIR}" |
| @@ -25,5 +25,3 @@ do_configure_prepend () { | |||
| 25 | rm -f acinclude/$i | 25 | rm -f acinclude/$i |
| 26 | done | 26 | done |
| 27 | } | 27 | } |
| 28 | |||
| 29 | PNBLACKLIST[libsdl2-mixer] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130659/" | ||
