All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] further fixes
@ 2017-04-13 12:43 Andreas Müller
  2017-04-13 12:43 ` [PATCH 1/2] openzone: make build and unblacklist Andreas Müller
  2017-04-13 12:43 ` [PATCH 2/2] mpv: fix typo in wayland PACKAGECONFIG Andreas Müller
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Müller @ 2017-04-13 12:43 UTC (permalink / raw)
  To: openembedded-devel

0001: slipped through
0002: Fix on top of master-next see [1]

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-April/112283.html

Andreas Müller (2):
  openzone: make build and unblacklist
  mpv: fix typo in wayland PACKAGECONFIG

 meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb      | 2 +-
 meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.9.3



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

* [PATCH 1/2] openzone: make build and unblacklist
  2017-04-13 12:43 [PATCH 0/2] further fixes Andreas Müller
@ 2017-04-13 12:43 ` Andreas Müller
  2017-04-13 12:43 ` [PATCH 2/2] mpv: fix typo in wayland PACKAGECONFIG Andreas Müller
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Müller @ 2017-04-13 12:43 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
index 802b5d4..df0ed50 100644
--- a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
+++ b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
@@ -3,9 +3,8 @@ HOMEPAGE = "http://xfce-look.org/content/show.php/OpenZone?content=111343"
 SECTION = "x11/wm"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a2f562fb8fb1e138b810d69521c4bcd7"
-DEPENDS = "icon-slicer-native xcursorgen-native"
 
-inherit allarch
+inherit allarch gtk-icon-cache
 
 SRC_URI = "http://xfce-look.org/CONTENT/content-files/111343-OpenZone-${PV}.tar.xz"
 SRC_URI[md5sum] = "4dae968cbd525072664ef7a4fc7c4154"
@@ -13,6 +12,9 @@ SRC_URI[sha256sum] = "dc20f97a49e1ff1becf7853ef5f137ed30a4c27490540e755021d78d33
 
 S = "${WORKDIR}/OpenZone"
 
+do_compile() {
+}
+
 do_install() {
     install -d ${D}${datadir}/icons
     for theme in `find -name '*.tar.xz'`; do
@@ -27,5 +29,3 @@ python populate_packages_prepend () {
 
 PACKAGES_DYNAMIC += "^openzone-.*"
 ALLOW_EMPTY_${PN} = "1"
-
-PNBLACKLIST[openzone] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130682/ - the recipe will be removed on 2017-09-01 unless the issue is fixed"
-- 
2.9.3



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

* [PATCH 2/2] mpv: fix typo in wayland PACKAGECONFIG
  2017-04-13 12:43 [PATCH 0/2] further fixes Andreas Müller
  2017-04-13 12:43 ` [PATCH 1/2] openzone: make build and unblacklist Andreas Müller
@ 2017-04-13 12:43 ` Andreas Müller
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Müller @ 2017-04-13 12:43 UTC (permalink / raw)
  To: openembedded-devel

Thanks to Andrey Konovalov for pointer

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
index 60f653a..ce7b3d1 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb
@@ -37,7 +37,7 @@ PACKAGECONFIG[libarchive] = "--enable-libarchive,--disable-libarchive,libarchive
 PACKAGECONFIG[jack] = "--enable-jack, --disable-jack, jack"
 PACKAGECONFIG[vaapi] = "--enable-vaapi, --disable-vaapi,libva"
 PACKAGECONFIG[vdpau] = "--enable-vdpau, --disable-vdpau,libvdpau"
-PACKAGECONFIG[wayland] = "--enable-wayland, --enable-wayland,wayland"
+PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland,wayland"
 
 SIMPLE_TARGET_SYS = "${@'${TARGET_SYS}'.replace('${TARGET_VENDOR}', '')}"
 
-- 
2.9.3



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

end of thread, other threads:[~2017-04-13 12:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13 12:43 [PATCH 0/2] further fixes Andreas Müller
2017-04-13 12:43 ` [PATCH 1/2] openzone: make build and unblacklist Andreas Müller
2017-04-13 12:43 ` [PATCH 2/2] mpv: fix typo in wayland PACKAGECONFIG 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.