blob: b21722fda5b7f043212b988132b458df48d2774f [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001inherit setuptools
2# The inc file is in oe-core
3require recipes-devtools/python/python-pbr.inc
4
Brad Bishopc1d34332019-09-09 14:56:00 -04005SRC_URI[md5sum] = "477d2aa285ad97250a172b199f4060b7"
6SRC_URI[sha256sum] = "2c8e420cd4ed4cec4e7999ee47409e876af575d4c35a45840d59e8b5f3155ab8"
Brad Bishopc342db32019-05-15 21:57:59 -04007
8do_install_append() {
9 if [ -f ${D}${bindir}/pbr ]; then
10 mv ${D}${bindir}/pbr ${D}${bindir}/pbr-2
11 fi
12}
13