From: "Robert Joslyn" <robert.joslyn@redrectangle.org>
To: openembedded-core@lists.openembedded.org
Cc: Robert Joslyn <robert.joslyn@redrectangle.org>
Subject: [PATCH v2 3/3] btrfs-tools: Try to follow style guide
Date: Sat, 17 Apr 2021 20:40:41 -0700 [thread overview]
Message-ID: <20210418034041.108754-3-robert.joslyn@redrectangle.org> (raw)
In-Reply-To: <20210418034041.108754-1-robert.joslyn@redrectangle.org>
Cosmetic changes to better follow the style guide.
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
---
meta/recipes-devtools/btrfs-tools/btrfs-tools_5.11.1.bb | 7 ++++---
1 file 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 = " \
SECTION = "base"
DEPENDS = "lzo util-linux zlib"
DEPENDS_append_class-target = " udev"
-RDEPENDS_${PN} = "libgcc"
-SRCREV = "8d5051f279f7994fb80536ef8f846f06d121d898"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
"
+SRCREV = "8d5051f279f7994fb80536ef8f846f06d121d898"
+S = "${WORKDIR}/git"
PACKAGECONFIG ??= " \
programs \
@@ -58,7 +58,6 @@ do_configure_prepend() {
cp -f $(automake --print-libdir)/install-sh ${S}/config/
}
-S = "${WORKDIR}/git"
do_install_append() {
if [ "${@bb.utils.filter('PACKAGECONFIG', 'python', d)}" ]; then
@@ -66,4 +65,6 @@ do_install_append() {
fi
}
+RDEPENDS_${PN} = "libgcc"
+
BBCLASSEXTEND = "native nativesdk"
--
2.26.3
next prev parent reply other threads:[~2021-04-18 3:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-18 3:40 [PATCH v2 1/3] btrfs-tools: Update to 5.11.1 Robert Joslyn
2021-04-18 3:40 ` [PATCH v2 2/3] btrfs-tools: Add PACKAGECONFIG options Robert Joslyn
2021-04-18 3:40 ` Robert Joslyn [this message]
2021-04-19 3:38 ` [OE-core] [PATCH v2 1/3] btrfs-tools: Update to 5.11.1 Naveen Saini
2021-04-19 20:46 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210418034041.108754-3-robert.joslyn@redrectangle.org \
--to=robert.joslyn@redrectangle.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox