mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 14:32:47 +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:
parent
a34ac8d70b
commit
e65b1c4ebb
@ -1,2 +1,3 @@
|
||||
inherit setuptools3
|
||||
require python-lxml.inc
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
inherit setuptools3
|
||||
require python-protobuf.inc
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user