mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-10 13:00:19 +00:00
To fix confilict error with python3-pbr.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -5,3 +5,9 @@ require recipes-devtools/python/python-pbr.inc
|
||||
SRC_URI[md5sum] = "6619780896ca81c7cd19c6e2f439b6c9"
|
||||
SRC_URI[sha256sum] = "1b8be50d938c9bb75d0eaf7eda111eec1bf6dc88a62a6412e33bf077457e0f45"
|
||||
|
||||
do_install_append() {
|
||||
if [ -f ${D}${bindir}/pbr ]; then
|
||||
mv ${D}${bindir}/pbr ${D}${bindir}/pbr-2
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user