mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-18 12:08:18 +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:
parent
102237efa6
commit
cb224dcd7f
@ -5,3 +5,9 @@ require recipes-devtools/python/python-pbr.inc
|
|||||||
SRC_URI[md5sum] = "6619780896ca81c7cd19c6e2f439b6c9"
|
SRC_URI[md5sum] = "6619780896ca81c7cd19c6e2f439b6c9"
|
||||||
SRC_URI[sha256sum] = "1b8be50d938c9bb75d0eaf7eda111eec1bf6dc88a62a6412e33bf077457e0f45"
|
SRC_URI[sha256sum] = "1b8be50d938c9bb75d0eaf7eda111eec1bf6dc88a62a6412e33bf077457e0f45"
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
if [ -f ${D}${bindir}/pbr ]; then
|
||||||
|
mv ${D}${bindir}/pbr ${D}${bindir}/pbr-2
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user