summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb4
-rw-r--r--meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb3
-rw-r--r--meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb4
3 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb b/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb
index 272c76ca17..899a361bd8 100644
--- a/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb
+++ b/meta-python/recipes-devtools/python/python-m2crypto_0.26.4.bb
@@ -48,3 +48,7 @@ do_compile_prepend() {
48} 48}
49 49
50BBCLASSEXTEND = "native" 50BBCLASSEXTEND = "native"
51
52# http://errors.yoctoproject.org/Errors/Details/184714/
53# SWIG/_m2crypto.i:10: Error: Unable to find 'gcc_macros.h'
54CLEANBROKEN = "1"
diff --git a/meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb b/meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb
index dc0823fd23..dddc9bbb58 100644
--- a/meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb
+++ b/meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb
@@ -1,3 +1,6 @@
1inherit setuptools 1inherit setuptools
2require python-protobuf.inc 2require python-protobuf.inc
3 3
4# http://errors.yoctoproject.org/Errors/Details/184715/
5# Can't find required file: ../src/google/protobuf/descriptor.proto
6CLEANBROKEN = "1"
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
25do_compile_prepend() { 25do_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
31CLEANBROKEN = "1"