From cfffda9be815d9e9dcd4bf98c5e77577d12f50fd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 30 Sep 2024 15:42:53 +0800 Subject: [PATCH] python3-pyyaml-include: upgrade 2.1 -> 2.2 Changelog: ============ - Add flatten argument. - fix issue if glob_params is not int. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...hon3-pyyaml-include_2.1.bb => python3-pyyaml-include_2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyyaml-include_2.1.bb => python3-pyyaml-include_2.2.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb rename to meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb index 058699fdf2..f39b63ea50 100644 --- a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/tanbro/pyyaml-include" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" DEPENDS += "python3-setuptools-scm-native" -SRCREV = "dc16153b28f5cab997814c0ce9b43dc4c58507e7" +SRCREV = "c5be2b7dfc4aaa91e44dbeb6fa42adc80936ef9d" SRC_URI = " \ git://github.com/tanbro/pyyaml-include;protocol=https;branch=main \