From: Andreas Oberritter <obi@opendreambox.org>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 2/2] util-linux: create own package for lsblk
Date: Mon, 30 Jan 2017 23:22:51 +0100 [thread overview]
Message-ID: <20170130232251.33704831@t510.zcs.saftware.de> (raw)
In-Reply-To: <1480531827-11799-2-git-send-email-obi@opendreambox.org>
Ping.
On Wed, 30 Nov 2016 19:50:27 +0100
Andreas Oberritter <obi@opendreambox.org> wrote:
> Let util-linux-bash-completion depend on it, because it uses it.
>
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> ---
> meta/recipes-core/util-linux/util-linux.inc | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
> index 70cba6b..ae85fd1 100644
> --- a/meta/recipes-core/util-linux/util-linux.inc
> +++ b/meta/recipes-core/util-linux/util-linux.inc
> @@ -30,7 +30,7 @@ PACKAGES =+ "util-linux-agetty util-linux-fdisk util-linux-cfdisk util-linux-sfd
> util-linux-swaponoff util-linux-losetup util-linux-umount \
> util-linux-mount util-linux-readprofile util-linux-uuidd \
> util-linux-uuidgen util-linux-lscpu util-linux-fsck util-linux-blkid \
> - util-linux-mkfs util-linux-mcookie util-linux-reset \
> + util-linux-mkfs util-linux-mcookie util-linux-reset util-linux-lsblk \
> util-linux-mkfs.cramfs util-linux-fsck.cramfs util-linux-fstrim \
> util-linux-partx util-linux-hwclock util-linux-mountpoint \
> util-linux-findfs util-linux-getopt util-linux-sulogin util-linux-prlimit"
> @@ -95,6 +95,7 @@ FILES_util-linux-prlimit = "${bindir}/prlimit"
> FILES_util-linux-pylibmount = "${PYTHON_SITEPACKAGES_DIR}/libmount/pylibmount.so \
> ${PYTHON_SITEPACKAGES_DIR}/libmount/__init__.* \
> ${PYTHON_SITEPACKAGES_DIR}/libmount/__pycache__/*"
> +FILES_util-linux-lsblk = "${bindir}/lsblk"
> FILES_util-linux-lscpu = "${bindir}/lscpu"
>
> FILES_util-linux-fsck = "${base_sbindir}/fsck*"
> @@ -116,7 +117,7 @@ RDEPENDS_util-linux-reset += "ncurses"
>
> RDEPENDS_util-linux-runuser += "libpam"
>
> -RDEPENDS_${PN} = "util-linux-umount util-linux-swaponoff util-linux-losetup util-linux-sulogin"
> +RDEPENDS_${PN} = "util-linux-umount util-linux-swaponoff util-linux-losetup util-linux-sulogin util-linux-lsblk"
> RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'util-linux-runuser', '', d)}"
>
> RRECOMMENDS_${PN} = "util-linux-fdisk util-linux-cfdisk util-linux-sfdisk util-linux-mount util-linux-readprofile util-linux-mkfs util-linux-mountpoint util-linux-prlimit"
> @@ -285,6 +286,7 @@ python populate_packages_prepend() {
> extra_depends='', prepend=True, allow_links=True)
> }
>
> +RDEPENDS_${PN}-bash-completion += "util-linux-lsblk"
> RDEPENDS_${PN}-ptest = "bash grep coreutils"
>
> do_compile_ptest() {
next prev parent reply other threads:[~2017-01-30 22:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-30 18:50 [PATCH 1/2] bash: use update-alternatives for the bash binary Andreas Oberritter
2016-11-30 18:50 ` [PATCH 2/2] util-linux: create own package for lsblk Andreas Oberritter
2017-01-30 22:22 ` Andreas Oberritter [this message]
2016-12-01 17:41 ` [PATCH 1/2] bash: use update-alternatives for the bash binary Burton, Ross
2016-12-01 19:42 ` Andreas Oberritter
2017-01-30 22:21 ` 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=20170130232251.33704831@t510.zcs.saftware.de \
--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