blob: ccc75de8d252abc59b990aee63bb6b0d2ed6a2a1 [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 Bishop15ae2502019-06-18 21:44:24 -04005SRC_URI[md5sum] = "f72c2dd10602abad3695097d634e94bb"
6SRC_URI[sha256sum] = "93d2dc6ee0c9af4dbc70bc1251d0e545a9910ca8863774761f92716dece400b6"
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