diff options
author | Ross Burton <ross.burton@intel.com> | 2018-06-06 11:20:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-02 11:41:26 +0100 |
commit | d62fbd628118d00164f0f99e5f61477d7ae5d719 (patch) | |
tree | 9ce42e8917188f17d7a767dba561275e5cc19054 /meta/recipes-support/attr | |
parent | 56f615a526cced0d1202064d88033e2a283ffdb2 (diff) | |
download | poky-d62fbd628118d00164f0f99e5f61477d7ae5d719.tar.gz |
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 ]
(From OE-Core rev: eb924bc684f92fc2d806715872667f241e54b365)
(From OE-Core rev: 1ff55b8810ec2ed61dc6b7c73464a97d7088839d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bd0d7c7ed57080af449bd9e554d1c3f40f93fddf)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr')
-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 | |||
7 | 7 | ||
8 | inherit autotools-brokensep gettext | 8 | inherit autotools-brokensep gettext |
9 | 9 | ||
10 | # When upstream is using automake properly, this can be removed | ||
11 | CLEANBROKEN = "1" | ||
12 | |||
10 | # the package comes with a custom config.h.in, it cannot be | 13 | # the package comes with a custom config.h.in, it cannot be |
11 | # overwritten by autoheader | 14 | # overwritten by autoheader |
12 | EXTRA_AUTORECONF += "--exclude=autoheader" | 15 | EXTRA_AUTORECONF += "--exclude=autoheader" |