mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
python3-lxml,python3-protobuf: Set CLEANBROKEN
The distutils class got a clean via "setup.py clean", but these recipes doesn't support this yet so disable clean target during configure Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
require python-lxml.inc
|
require python-lxml.inc
|
||||||
|
CLEANBROKEN = "1"
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
require python-protobuf.inc
|
require python-protobuf.inc
|
||||||
|
CLEANBROKEN = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user