aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-03-12 17:19:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-12 15:45:55 -0700
commit4e2687ef9e649c8c1dc4011d2e7c05dfbba56fb8 (patch)
treeeb00f97606e0d284db41f5fcb1a0f65edb6de202 /meta/recipes-devtools
parent4a27d50e4e8db87d005aca9d976fe8e674952777 (diff)
downloadopenembedded-core-contrib-4e2687ef9e649c8c1dc4011d2e7c05dfbba56fb8.tar.gz
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@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb2
1 files changed, 2 insertions, 0 deletions
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 263fc65755..31bbdb826d 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 "