[oe-commits] [openembedded-core] 07/10: btrfs-tools: set CLEANBROKEN to 1 to avoid rebuild failure

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 22:52:14 UTC 2018


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

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

commit 4e2687ef9e649c8c1dc4011d2e7c05dfbba56fb8
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Mon Mar 12 17:19:19 2018 +0800

    btrfs-tools: set CLEANBROKEN to 1 to avoid rebuild failure
    
    When rebuilding btrfs-tools, we would sometimes meet the following error.
    
      Makefile:43: *** Makefile.inc not generated, please configure first.
    
    Set CLEANBROKEN to "1" to solve this problem.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb
index 263fc65..31bbdb8 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb
@@ -22,6 +22,8 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
 
 inherit autotools-brokensep pkgconfig manpages
 
+CLEANBROKEN = "1"
+
 PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native"
 EXTRA_OECONF_append_libc-musl = " --disable-backtrace "
 

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


More information about the Openembedded-commits mailing list