[oe-commits] [openembedded-core] 52/68: attr/acl: disable make clean

git at git.openembedded.org git at git.openembedded.org
Mon Jul 2 10:47:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit 1ff55b8810ec2ed61dc6b7c73464a97d7088839d
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Jun 6 11:20:43 2018 +0100

    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)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    (cherry picked from commit bd0d7c7ed57080af449bd9e554d1c3f40f93fddf)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-support/attr/ea-acl.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-support/attr/ea-acl.inc b/meta/recipes-support/attr/ea-acl.inc
index 1339ecc..9336ffc 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list