From 19aeaf028f6819e5fa705593d4bcdbf0b98143e0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 31 Jul 2018 12:15:25 +0000 Subject: python-{m2crypto, protobuf, slip-dbus}, lio-utils: add CLEANBROKEN * these are failing after distutils started calling clean in: http://git.openembedded.org/openembedded-core/commit/?id=57414f4a1c549e6faaa110e6e95ff601b05b7361 http://git.openembedded.org/openembedded-core/commit/?id=9d556092fcc6f04c487afd126d52935bac133165 Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb') 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 do_compile_prepend() { sed -e 's/@VERSION@/${PV}/g' setup.py.in > setup.py } + +# http://errors.yoctoproject.org/Errors/Details/184713/ +# python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf