diff options
author | Jasper Orschulko <jasper@fancydomain.eu> | 2020-11-02 14:04:45 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-03 11:03:45 -0800 |
commit | 24a8d440c5c2407ec6dc457ecb882c914933372c (patch) | |
tree | d9a4d7b7185db80f78d2b4cad22cb064d7e4ecef /meta-oe | |
parent | e5d9133800f5c37172a6315d42a99464f9fe1902 (diff) | |
download | meta-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 2e3da7d4d..ed1a719fe 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" | |||
5 | DEPENDS = "protobuf-native" | 5 | DEPENDS = "protobuf-native" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nanopb/nanopb.git" | 7 | SRC_URI = "git://github.com/nanopb/nanopb.git" |
8 | SRCREV = "70f0de9877b1ce12abc0229d5df84db6349fcbfc" | 8 | SRCREV = "1466e6f953835b191a7f5acf0c06c941d4cd33d9" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
@@ -27,4 +27,3 @@ RDEPENDS_${PN} += "\ | |||
27 | 27 | ||
28 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
29 | 29 | ||
30 | PNBLACKLIST[nanopb] ?= "Needs forward porting to use python3" | ||