summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-dateutil_1.5.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* support-libs: fix clean issuesBruce Ashfield2015-02-241-0/+1
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>