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 | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 5 | SRC_URI[md5sum] = "ea90e1118a0132da752d45e68d10b2b8" |
| 6 | SRC_URI[sha256sum] = "9b321c204a88d8ab5082699469f52cc94c5da45c51f114113d01b3d993c24cdf" |
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 | |