diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb b/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb index 23099f32d3..00d83ab61b 100644 --- a/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb +++ b/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb | |||
| @@ -20,11 +20,11 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
| 20 | SRC_URI[md5sum] = "28ae5f93853466c44ec96706ba2a1eb4" | 20 | SRC_URI[md5sum] = "28ae5f93853466c44ec96706ba2a1eb4" |
| 21 | SRC_URI[sha256sum] = "c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b" | 21 | SRC_URI[sha256sum] = "c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b" |
| 22 | 22 | ||
| 23 | do_compile_prepend() { | 23 | do_compile:prepend() { |
| 24 | sed -e 's/@VERSION@/${PV}/g' ${S}/setup.py.in > ${S}/setup.py | 24 | sed -e 's/@VERSION@/${PV}/g' ${S}/setup.py.in > ${S}/setup.py |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | RDEPENDS_${PN} += "\ | 27 | RDEPENDS:${PN} += "\ |
| 28 | ${PYTHON_PN}-six \ | 28 | ${PYTHON_PN}-six \ |
| 29 | " | 29 | " |
| 30 | # http://errors.yoctoproject.org/Errors/Details/184713/ | 30 | # http://errors.yoctoproject.org/Errors/Details/184713/ |
