diff options
-rw-r--r-- | meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 2 |
2 files changed, 4 insertions, 0 deletions
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 dc270eab3e..21d110aeea 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} += "\ | |||
26 | " | 26 | " |
27 | 27 | ||
28 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
29 | |||
30 | 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 1b289916d3..c98aa7ab00 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() { | |||
81 | do_patch[postfuncs] += "adjust_waf_perms" | 81 | do_patch[postfuncs] += "adjust_waf_perms" |
82 | 82 | ||
83 | FILES_${PN} += "${datadir}/icons" | 83 | FILES_${PN} += "${datadir}/icons" |
84 | |||
85 | PNBLACKLIST[mpv] = "Needs forward porting to use python3" | ||