From: "Alan Perry" <alanp@snowmoose.com>
To: openembedded-core@lists.openembedded.org
Cc: Alan Perry <alanp@snowmoose.com>
Subject: [PATCH 2/2] iproute2: rearrange FILES to improve readability
Date: Wed, 2 Dec 2020 19:11:24 +0000 [thread overview]
Message-ID: <20201202191124.15903-2-alanp@snowmoose.com> (raw)
In-Reply-To: <20201202191124.15903-1-alanp@snowmoose.com>
Rearranged the PACKAGES' FILES to match PACKAGES to make the
recipe more readable and easier to find the FILES.
Signed-off-by: Alan Perry <alanp@snowmoose.com>
---
meta/recipes-connectivity/iproute2/iproute2.inc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc
index 21f52f80bc..018c228c97 100644
--- a/meta/recipes-connectivity/iproute2/iproute2.inc
+++ b/meta/recipes-connectivity/iproute2/iproute2.inc
@@ -73,20 +73,20 @@ PACKAGES =+ "\
${PN}-tipc \
"
-FILES_${PN}-tc = "${base_sbindir}/tc* \
- ${libdir}/tc/*.so \
- ${datadir}/bash-completion/completions/tc"
+FILES_${PN}-devlink = "${base_sbindir}/devlink \
+ ${datadir}/bash-completion/completions/devlink"
+FILES_${PN}-genl = "${base_sbindir}/genl"
+FILES_${PN}-ifstat = "${base_sbindir}/ifstat"
FILES_${PN}-lnstat = "${base_sbindir}/lnstat \
${base_sbindir}/ctstat \
${base_sbindir}/rtstat"
-FILES_${PN}-ifstat = "${base_sbindir}/ifstat"
-FILES_${PN}-genl = "${base_sbindir}/genl"
-FILES_${PN}-rtacct = "${base_sbindir}/rtacct"
FILES_${PN}-nstat = "${base_sbindir}/nstat"
+FILES_${PN}-rtacct = "${base_sbindir}/rtacct"
FILES_${PN}-ss = "${base_sbindir}/ss"
+FILES_${PN}-tc = "${base_sbindir}/tc* \
+ ${libdir}/tc/*.so \
+ ${datadir}/bash-completion/completions/tc"
FILES_${PN}-tipc = "${base_sbindir}/tipc"
-FILES_${PN}-devlink = "${base_sbindir}/devlink \
- ${datadir}/bash-completion/completions/devlink"
ALTERNATIVE_${PN} = "ip"
ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}"
--
2.17.1
next prev parent reply other threads:[~2020-12-02 19:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-02 19:11 [PATCH 1/2] iproute2: install tools to mirror install under Debian/Ubuntu Alan Perry
2020-12-02 19:11 ` Alan Perry [this message]
2020-12-03 0:53 ` [OE-core] " Andreas Oberritter
2020-12-03 3:20 ` Alan Perry
2020-12-03 7:29 ` Andre McCurdy
2020-12-03 21:01 ` Alan Perry
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=20201202191124.15903-2-alanp@snowmoose.com \
--to=alanp@snowmoose.com \
--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