Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | inherit setuptools |
| 2 | # The inc file is in oe-core |
| 3 | require recipes-devtools/python/python-pbr.inc |
| 4 | |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 5 | SRC_URI[md5sum] = "65cdc32e1a1ff56d481fc15aa8caf988" |
| 6 | SRC_URI[sha256sum] = "139d2625547dbfa5fb0b81daebb39601c478c21956dc57e2e07b74450a8c506b" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 7 | |
| 8 | do_install_append() { |
| 9 | if [ -f ${D}${bindir}/pbr ]; then |
| 10 | mv ${D}${bindir}/pbr ${D}${bindir}/pbr-2 |
| 11 | fi |
| 12 | } |
| 13 | |