diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb b/meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb index 8081416ee4..dc587e761e 100644 --- a/meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb +++ b/meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb | |||
@@ -25,3 +25,7 @@ SRC_URI[sha256sum] = "bc897f1ab6f5b4989f85548799aaeb84fde67bbba18e40341bfe1d7885 | |||
25 | do_compile_prepend() { | 25 | do_compile_prepend() { |
26 | sed -e 's/@VERSION@/${PV}/g' setup.py.in > setup.py | 26 | sed -e 's/@VERSION@/${PV}/g' setup.py.in > setup.py |
27 | } | 27 | } |
28 | |||
29 | # http://errors.yoctoproject.org/Errors/Details/184713/ | ||
30 | # python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory | ||
31 | CLEANBROKEN = "1" | ||