aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorJasper Orschulko <jasper@fancydomain.eu>2020-11-02 14:04:45 +0100
committerKhem Raj <raj.khem@gmail.com>2020-11-03 11:03:45 -0800
commit24a8d440c5c2407ec6dc457ecb882c914933372c (patch)
treed9a4d7b7185db80f78d2b4cad22cb064d7e4ecef /meta-oe
parente5d9133800f5c37172a6315d42a99464f9fe1902 (diff)
downloadmeta-openembedded-24a8d440c5c2407ec6dc457ecb882c914933372c.tar.gz
upgrade and de-blacklist nanopb recipe
The current nanopb recipe is blacklisted due to python2 dependencies. However, newer releases of nanopb use python3 by default. This commit updates the used nanopb version to 0.4.3 and removes the recipe from the blacklist. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/nanopb/nanopb_0.4.3.bb (renamed from meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb b/meta-oe/recipes-devtools/nanopb/nanopb_0.4.3.bb
index 2e3da7d4d3..ed1a719fee 100644
--- a/meta-oe/recipes-devtools/nanopb/nanopb_0.4.0.bb
+++ b/meta-oe/recipes-devtools/nanopb/nanopb_0.4.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f"
DEPENDS = "protobuf-native"
SRC_URI = "git://github.com/nanopb/nanopb.git"
-SRCREV = "70f0de9877b1ce12abc0229d5df84db6349fcbfc"
+SRCREV = "1466e6f953835b191a7f5acf0c06c941d4cd33d9"
S = "${WORKDIR}/git"
@@ -27,4 +27,3 @@ RDEPENDS_${PN} += "\
BBCLASSEXTEND = "native nativesdk"
-PNBLACKLIST[nanopb] ?= "Needs forward porting to use python3"