diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-03-12 17:19:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 06:27:19 -0700 |
commit | fb50eb6ef0b162916a848b52de91022e28a64e52 (patch) | |
tree | b2a6d354fc0181ab32739c52646d9d522ebf8ed4 /meta | |
parent | 127263bf72de0adf668b26f172b0c8c088b6ad1e (diff) | |
download | poky-fb50eb6ef0b162916a848b52de91022e28a64e52.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.
(From OE-Core rev: 4e2687ef9e649c8c1dc4011d2e7c05dfbba56fb8)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb | 2 |
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 \ | |||
22 | 22 | ||
23 | inherit autotools-brokensep pkgconfig manpages | 23 | inherit autotools-brokensep pkgconfig manpages |
24 | 24 | ||
25 | CLEANBROKEN = "1" | ||
26 | |||
25 | PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native" | 27 | PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native" |
26 | EXTRA_OECONF_append_libc-musl = " --disable-backtrace " | 28 | EXTRA_OECONF_append_libc-musl = " --disable-backtrace " |
27 | 29 | ||