]> code.ossystems Code Review - openembedded-core.git/commitdiff
attr/acl: disable make clean
authorRoss Burton <ross.burton@intel.com>
Wed, 6 Jun 2018 10:20:43 +0000 (11:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jun 2018 10:09:40 +0000 (11:09 +0100)
These packages use hand-grown makefiles which don't handle cleans as they can
invoke /usr/bin/gmake directly which may not exist.  Until new upstream releases
are made (which have ported to automake) set CLEANBROKEN to work around this.

[ YOCTO #12775 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/attr/ea-acl.inc

index 1339eccdbd1e81842d31278d2d4034bcd3dd7c04..9336ffc9389a419288974284700b36950d557589 100644 (file)
@@ -7,6 +7,9 @@ SRC_URI_append = " file://0001-Added-configure-option-to-enable-disable-static-l
 
 inherit autotools-brokensep gettext
 
+# When upstream is using automake properly, this can be removed
+CLEANBROKEN = "1"
+
 # the package comes with a custom config.h.in, it cannot be
 # overwritten by autoheader
 EXTRA_AUTORECONF += "--exclude=autoheader"