diff mbox series

python3-picobuild: upgrade to 0.2

Message ID 20220715123210.978906-1-ross.burton@arm.com
State New
Headers show
Series python3-picobuild: upgrade to 0.2 | expand

Commit Message

Ross Burton July 15, 2022, 12:32 p.m. UTC
Major features since 0.1:
- Implement support for legacy source trees
- Add option to loosen dependency checking

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../{python3-picobuild_0.1.bb => python3-picobuild_0.2.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-picobuild_0.1.bb => python3-picobuild_0.2.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-picobuild_0.1.bb b/meta/recipes-devtools/python/python3-picobuild_0.2.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-picobuild_0.1.bb
rename to meta/recipes-devtools/python/python3-picobuild_0.2.bb
index 3c92b079f39..99e4cb87618 100644
--- a/meta/recipes-devtools/python/python3-picobuild_0.1.bb
+++ b/meta/recipes-devtools/python/python3-picobuild_0.2.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=6c811a9fbdf5641ff0b0d43fbbb440e5 \
                     "
 
 SRC_URI = "git://gitlab.com/rossburton/picobuild.git;protocol=https;branch=main"
-SRCREV = "3441d5500a5ad23a44027576cf5261c3b7c1d6b0"
+SRCREV = "ed3b16ce48d91df181e5f5d77b9bbc2577b3fd9d"
 PV .= "+git${SRCPV}"
 
 S = "${WORKDIR}/git"