summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
authorRobert Joslyn <robert.joslyn@redrectangle.org>2021-04-17 20:40:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-20 13:56:48 +0100
commitb129f2eddad383bf6c04668e7f6b411857b75d49 (patch)
tree32bf05fa0ae88db48450eced51633869c711ad58 /meta/recipes-devtools/btrfs-tools
parent769004c34aef37442334c9d44a0ac280fbf0e120 (diff)
downloadpoky-b129f2eddad383bf6c04668e7f6b411857b75d49.tar.gz
btrfs-tools: Try to follow style guide
Cosmetic changes to better follow the style guide. (From OE-Core rev: e478013830700580c25877ab55b70ff73072bb81) Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"