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 | c1d3433 | 2019-09-09 14:56:00 -0400 | [diff] [blame] | 5 | SRC_URI[md5sum] = "477d2aa285ad97250a172b199f4060b7" |
| 6 | SRC_URI[sha256sum] = "2c8e420cd4ed4cec4e7999ee47409e876af575d4c35a45840d59e8b5f3155ab8" |
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 | |