[oe-commits] [meta-openembedded] 04/18: nanopb, mpv: Blacklist py2 dependent recipe ( for now )

git at git.openembedded.org git at git.openembedded.org
Wed Jan 22 16:21:12 UTC 2020


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

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

commit 75b29ad87e969bb29571489cf2fc1638b7ec707b
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Jan 21 16:54:34 2020 -0800

    nanopb,mpv: Blacklist py2 dependent recipe ( for now )
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb  | 2 ++
 meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb b/meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb
index dc270ea..21d110a 100644
--- a/meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb
+++ b/meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb
@@ -26,3 +26,5 @@ RDEPENDS_${PN} += "\
 "
 
 BBCLASSEXTEND = "native nativesdk"
+
+PNBLACKLIST[nanopb] = "Needs forward porting to use python3"
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb
index 1b28991..c98aa7a 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb
@@ -81,3 +81,5 @@ adjust_waf_perms() {
 do_patch[postfuncs] += "adjust_waf_perms"
 
 FILES_${PN} += "${datadir}/icons"
+
+PNBLACKLIST[mpv] = "Needs forward porting to use python3"

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


More information about the Openembedded-commits mailing list