From 0431c45c2e0d61479eca447551f1631476b469a9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 24 Feb 2015 12:16:11 -0500 Subject: support-libs: fix clean issues With recent changes to oe-core make clean is run during the configuration phase of python packages. For some packages, this causes breakage as 'make clean' is not supported. To keep the build going, we mark them as brokenclean to avoid the issue. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb') diff --git a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb index 8dbe48f..baeb549 100644 --- a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb +++ b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb @@ -18,3 +18,5 @@ inherit setuptools RDEPENDS_${PN} += "python-json python-netclient python-zlib python-datetime python-lang python-crypt" +CLEANBROKEN = "1" + -- cgit v1.2.3-54-g00ecf