diff options
author | Ross Burton <ross.burton@intel.com> | 2018-06-06 11:20:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:09:40 +0100 |
commit | eb924bc684f92fc2d806715872667f241e54b365 (patch) | |
tree | 9002d87611f22a490379001b8d0c202b85e2cb28 | |
parent | 93f08a036343d4df1aefe9793a7a9ab5b296f5b5 (diff) | |
download | openembedded-core-eb924bc684f92fc2d806715872667f241e54b365.tar.gz openembedded-core-eb924bc684f92fc2d806715872667f241e54b365.tar.bz2 openembedded-core-eb924bc684f92fc2d806715872667f241e54b365.zip |
attr/acl: disable make clean
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>
-rw-r--r-- | meta/recipes-support/attr/ea-acl.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/ea-acl.inc b/meta/recipes-support/attr/ea-acl.inc index 1339eccdbd..9336ffc938 100644 --- a/meta/recipes-support/attr/ea-acl.inc +++ b/meta/recipes-support/attr/ea-acl.inc @@ -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" |