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 | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 5 | SRC_URI[md5sum] = "f72c2dd10602abad3695097d634e94bb" |
| 6 | SRC_URI[sha256sum] = "93d2dc6ee0c9af4dbc70bc1251d0e545a9910ca8863774761f92716dece400b6" |
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 | |