summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-dateutil_1.5.bbappend
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-24 12:16:11 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-24 12:16:11 -0500
commit0431c45c2e0d61479eca447551f1631476b469a9 (patch)
treee5ab6181a384777097f7429098b99bcc4cbd0925 /meta-openstack/recipes-devtools/python/python-dateutil_1.5.bbappend
parent806abca4a5f914e5e02cbd42f9ee967d493559a6 (diff)
downloadmeta-cloud-services-0431c45c2e0d61479eca447551f1631476b469a9.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-dateutil_1.5.bbappend')
-rw-r--r--meta-openstack/recipes-devtools/python/python-dateutil_1.5.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-dateutil_1.5.bbappend b/meta-openstack/recipes-devtools/python/python-dateutil_1.5.bbappend
new file mode 100644
index 0000000..68409e5
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-dateutil_1.5.bbappend
@@ -0,0 +1 @@
CLEANBROKEN = "1"