All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] further fixes
@ 2017-02-21 23:05 Andreas Müller
  2017-02-21 23:05 ` [PATCH 1/3] libsdl-mixer: add pkgconfig to inherit and unblacklist Andreas Müller
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andreas Müller @ 2017-02-21 23:05 UTC (permalink / raw)
  To: openembedded-devel

at least pkg-config is still on my build machine and might cause rework

Andreas Müller (3):
  libsdl-mixer: add pkgconfig to inherit and unblacklist
  libsdl2-mixer: add pkgconfig to inherit and unblacklist
  gtk-engines: add glib-2.0-native to DEPENDS an unblacklist

 meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb     | 4 +---
 meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb | 5 +----
 meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb | 4 +---
 3 files changed, 3 insertions(+), 10 deletions(-)

-- 
2.9.3



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/3] libsdl-mixer: add pkgconfig to inherit and unblacklist
  2017-02-21 23:05 [PATCH 0/3] further fixes Andreas Müller
@ 2017-02-21 23:05 ` Andreas Müller
  2017-02-21 23:05 ` [PATCH 2/3] libsdl2-mixer: " Andreas Müller
  2017-02-21 23:05 ` [PATCH 3/3] gtk-engines: add glib-2.0-native to DEPENDS an unblacklist Andreas Müller
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2017-02-21 23:05 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
index 06623f8..c83fcc8 100644
--- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
+++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f
 
 S = "${WORKDIR}/SDL_mixer-${PV}"
 
-inherit autotools-brokensep
+inherit autotools-brokensep pkgconfig
 
 EXTRA_AUTORECONF += "--include=acinclude"
 EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg --enable-music-ogg-tremor LIBS=-L${STAGING_LIBDIR}"
@@ -37,6 +37,3 @@ do_configure () {
         sed -i -e 's:-L/usr/lib:-L${STAGING_LIBDIR}:g' $i
     done
 }
-
-
-PNBLACKLIST[libsdl-mixer] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130592/"
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] libsdl2-mixer: add pkgconfig to inherit and unblacklist
  2017-02-21 23:05 [PATCH 0/3] further fixes Andreas Müller
  2017-02-21 23:05 ` [PATCH 1/3] libsdl-mixer: add pkgconfig to inherit and unblacklist Andreas Müller
@ 2017-02-21 23:05 ` Andreas Müller
  2017-02-21 23:05 ` [PATCH 3/3] gtk-engines: add glib-2.0-native to DEPENDS an unblacklist Andreas Müller
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2017-02-21 23:05 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb | 4 +---
 1 file changed, 1 insertion(+), 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 3080d59..8276b44 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
 
 S = "${WORKDIR}/SDL2_mixer-${PV}"
 
-inherit autotools-brokensep
+inherit autotools-brokensep pkgconfig
 
 EXTRA_AUTORECONF += "--include=acinclude"
 EXTRA_OECONF = "--disable-music-mp3 --enable-music-ogg --enable-music-ogg-tremor LIBS=-L${STAGING_LIBDIR}"
@@ -25,5 +25,3 @@ do_configure_prepend () {
         rm -f acinclude/$i
     done
 }
-
-PNBLACKLIST[libsdl2-mixer] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130659/"
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] gtk-engines: add glib-2.0-native to DEPENDS an unblacklist
  2017-02-21 23:05 [PATCH 0/3] further fixes Andreas Müller
  2017-02-21 23:05 ` [PATCH 1/3] libsdl-mixer: add pkgconfig to inherit and unblacklist Andreas Müller
  2017-02-21 23:05 ` [PATCH 2/3] libsdl2-mixer: " Andreas Müller
@ 2017-02-21 23:05 ` Andreas Müller
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2017-02-21 23:05 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
index 2a0022b..83aa749 100644
--- a/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
+++ b/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
 SECTION = "x11/base"
-DEPENDS = "intltool-native gtk+ gettext-native"
+DEPENDS = "intltool-native gtk+ gettext-native glib-2.0-native"
 
 PR = "r3"
 
@@ -53,5 +53,3 @@ SRC_URI += "file://glib-2.32.patch \
             file://substitute-tests.patch"
 SRC_URI[archive.md5sum] = "5deb287bc6075dc21812130604c7dc4f"
 SRC_URI[archive.sha256sum] = "15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5"
-
-PNBLACKLIST[gtk-engines] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130602/"
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-21 23:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21 23:05 [PATCH 0/3] further fixes Andreas Müller
2017-02-21 23:05 ` [PATCH 1/3] libsdl-mixer: add pkgconfig to inherit and unblacklist Andreas Müller
2017-02-21 23:05 ` [PATCH 2/3] libsdl2-mixer: " Andreas Müller
2017-02-21 23:05 ` [PATCH 3/3] gtk-engines: add glib-2.0-native to DEPENDS an unblacklist Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.