All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] packagegrop-meta-oe: remove blacklisted mpv
@ 2020-01-25 20:23 Martin Jansa
  2020-01-25 20:42 ` Tim Orling
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2020-01-25 20:23 UTC (permalink / raw)
  To: openembedded-devel

* it's blacklisted with:
  mpv_0.26.0.bb:PNBLACKLIST[mpv] = "Needs forward porting to use python3"

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 865cbb0bfc..d5789a758d 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -207,7 +207,7 @@ RDEPENDS_packagegroup-meta-oe-multimedia ="\
     sound-theme-freedesktop v4l-utils yavta wavpack libvpx \
     ${@bb.utils.contains("DISTRO_FEATURES", "x11", "xpext pavucontrol xsp", "", d)} \
     libmikmod \
-    ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libmad faad2 mpv", "", d)} \
+    ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libmad faad2", "", d)} \
     "
 RDEPENDS_packagegroup-meta-oe-multimedia_remove_libc-musl = "alsa-oss"
 
-- 
2.20.1



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

end of thread, other threads:[~2020-01-31  9:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-25 20:23 [meta-oe][PATCH] packagegrop-meta-oe: remove blacklisted mpv Martin Jansa
2020-01-25 20:42 ` Tim Orling
2020-01-29 20:32   ` Trevor Woerner
2020-01-29 20:44     ` Martin Jansa
2020-01-31  9:36     ` 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.