Changelog: ========= * Fix symbol identification in multiline message * Replace deprecated readfp method with read\_file
Signed-off-by: Zheng Ruoqin <[email protected]> --- meta/recipes-devtools/python/python3-pbr_5.10.0.bb | 4 ---- meta/recipes-devtools/python/python3-pbr_5.11.0.bb | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.10.0.bb create mode 100644 meta/recipes-devtools/python/python3-pbr_5.11.0.bb diff --git a/meta/recipes-devtools/python/python3-pbr_5.10.0.bb b/meta/recipes-devtools/python/python3-pbr_5.10.0.bb deleted file mode 100644 index 022f834901..0000000000 --- a/meta/recipes-devtools/python/python3-pbr_5.10.0.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools3 -require python-pbr.inc - -SRC_URI[sha256sum] = "cfcc4ff8e698256fc17ea3ff796478b050852585aa5bae79ecd05b2ab7b39b9a" diff --git a/meta/recipes-devtools/python/python3-pbr_5.11.0.bb b/meta/recipes-devtools/python/python3-pbr_5.11.0.bb new file mode 100644 index 0000000000..16967f6d17 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_5.11.0.bb @@ -0,0 +1,4 @@ +inherit setuptools3 +require python-pbr.inc + +SRC_URI[sha256sum] = "b97bc6695b2aff02144133c2e7399d5885223d42b7912ffaec2ca3898e673bfe" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#172701): https://lists.openembedded.org/g/openembedded-core/message/172701 Mute This Topic: https://lists.openembedded.org/mt/94801028/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
