diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.5.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.5.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.5.bb index 7047c43402..04e1e6195c 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.5.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.5.bb | |||
@@ -14,17 +14,17 @@ DEPENDS = "util-linux attr e2fsprogs lzo acl udev" | |||
14 | RDEPENDS_${PN} = "libgcc" | 14 | RDEPENDS_${PN} = "libgcc" |
15 | 15 | ||
16 | SRCREV = "144a19145e248513c7a676defad59836830535c6" | 16 | SRCREV = "144a19145e248513c7a676defad59836830535c6" |
17 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ | 17 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git" |
18 | " | ||
19 | 18 | ||
20 | inherit autotools-brokensep pkgconfig manpages | 19 | inherit autotools-brokensep pkgconfig manpages |
21 | 20 | ||
22 | PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native" | 21 | PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native" |
23 | EXTRA_OECONF_append_libc-musl = " --disable-backtrace " | 22 | EXTRA_OECONF_append_libc-musl = " --disable-backtrace " |
24 | 23 | ||
25 | |||
26 | do_configure_prepend() { | 24 | do_configure_prepend() { |
27 | sh autogen.sh | 25 | # Upstream doesn't ship this and autoreconf won't install it as automake isn't used. |
26 | mkdir -p ${S}/config | ||
27 | cp -f $(automake --print-libdir)/install-sh ${S}/config/ | ||
28 | } | 28 | } |
29 | 29 | ||
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |