From: Andreas Oberritter <obi@opendreambox.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/2] gptfdisk: put sgdisk into its own package
Date: Wed, 30 Nov 2016 22:50:46 +0100 [thread overview]
Message-ID: <1480542646-26954-2-git-send-email-obi@opendreambox.org> (raw)
In-Reply-To: <1480542646-26954-1-git-send-email-obi@opendreambox.org>
This allows to avoid pulling in ncurses if only sgdisk is needed.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb
index d62a903..047aa97 100644
--- a/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb
+++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.1.bb
@@ -23,4 +23,10 @@ do_install() {
install -m 0755 fixparts ${D}${sbindir}
}
+PACKAGES =+ "${PN}-sgdisk"
+
+RRECOMMENDS_${PN} = "${PN}-sgdisk"
+
+FILES_${PN}-sgdisk = "${sbindir}/sgdisk"
+
BBCLASSEXTEND = "native nativesdk"
--
2.7.4
next prev parent reply other threads:[~2016-11-30 21:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-30 21:50 [PATCH 1/2] gptfdisk: fix support for 'large' drives Andreas Oberritter
2016-11-30 21:50 ` Andreas Oberritter [this message]
2017-01-30 22:24 ` [PATCH 2/2] gptfdisk: put sgdisk into its own package Andreas Oberritter
2017-01-30 22:23 ` [PATCH 1/2] gptfdisk: fix support for 'large' drives Andreas Oberritter
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=1480542646-26954-2-git-send-email-obi@opendreambox.org \
--to=obi@opendreambox.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