summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_5.11.1.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.11.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.11.1.bb
index 73d0237635..b5e0561c15 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.11.1.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.11.1.bb
@@ -15,12 +15,12 @@ LIC_FILES_CHKSUM = " \
15SECTION = "base" 15SECTION = "base"
16DEPENDS = "lzo util-linux zlib" 16DEPENDS = "lzo util-linux zlib"
17DEPENDS_append_class-target = " udev" 17DEPENDS_append_class-target = " udev"
18RDEPENDS_${PN} = "libgcc"
19 18
20SRCREV = "8d5051f279f7994fb80536ef8f846f06d121d898"
21SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ 19SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
22 file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ 20 file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
23 " 21 "
22SRCREV = "8d5051f279f7994fb80536ef8f846f06d121d898"
23S = "${WORKDIR}/git"
24 24
25PACKAGECONFIG ??= " \ 25PACKAGECONFIG ??= " \
26 programs \ 26 programs \
@@ -58,7 +58,6 @@ do_configure_prepend() {
58 cp -f $(automake --print-libdir)/install-sh ${S}/config/ 58 cp -f $(automake --print-libdir)/install-sh ${S}/config/
59} 59}
60 60
61S = "${WORKDIR}/git"
62 61
63do_install_append() { 62do_install_append() {
64 if [ "${@bb.utils.filter('PACKAGECONFIG', 'python', d)}" ]; then 63 if [ "${@bb.utils.filter('PACKAGECONFIG', 'python', d)}" ]; then
@@ -66,4 +65,6 @@ do_install_append() {
66 fi 65 fi
67} 66}
68 67
68RDEPENDS_${PN} = "libgcc"
69
69BBCLASSEXTEND = "native nativesdk" 70BBCLASSEXTEND = "native nativesdk"