All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
To: <ross.burton@intel.com>, <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH v4] util-linux: create util-linux-runuser package
Date: Fri, 8 Jan 2016 11:02:21 +0200	[thread overview]
Message-ID: <20160108110221.241d58d6@adi-pc-linux> (raw)
In-Reply-To: <1450866066-22217-1-git-send-email-adrian.ratiu@ni.com>

On Wed, 23 Dec 2015 12:21:06 +0200
Ioan-Adrian Ratiu <adrian.ratiu@ni.com> wrote:

> Split runuser into its own package (previously provided by util-linux).
> runuser is compiled only when DISTRO_FEATURES includes pam and also the
> package is created only when runuser exists.
> 
> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
> ---
>  meta/recipes-core/util-linux/util-linux.inc | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
> index cf321c6..551ffbb 100644
> --- a/meta/recipes-core/util-linux/util-linux.inc
> +++ b/meta/recipes-core/util-linux/util-linux.inc
> @@ -29,7 +29,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-runuser \
>               util-linux-mkfs.cramfs util-linux-fsck.cramfs util-linux-fstrim \
>               util-linux-partx ${PN}-bash-completion util-linux-hwclock \
>               util-linux-findfs util-linux-getopt util-linux-sulogin"
> @@ -84,6 +84,7 @@ FILES_util-linux-partx = "${sbindir}/partx"
>  FILES_util-linux-hwclock = "${base_sbindir}/hwclock.${BPN}"
>  FILES_util-linux-findfs = "${sbindir}/findfs"
>  FILES_util-linux-getopt = "${base_bindir}/getopt.${BPN}"
> +FILES_util-linux-runuser = "${sbindir}/runuser"
>  
>  FILES_util-linux-pylibmount = "${libdir}/${PYTHON_DIR}/dist-packages/libmount/pylibmount.so \
>                                 ${libdir}/${PYTHON_DIR}/dist-packages/libmount/__init__.*"
> @@ -105,7 +106,11 @@ RREPLACES_util-linux-blkid = "e2fsprogs-blkid"
>  # reset calls 'tput'
>  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} += "${@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 "
>  
>  RRECOMMENDS_${PN}_class-native = ""

ping?


      reply	other threads:[~2016-01-08  9:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-15  9:49 [RESEND PATCH v3] util-linux: create util-linux-runuser package Ioan-Adrian Ratiu
2015-12-22 17:34 ` Burton, Ross
2015-12-23 10:03   ` Ioan-Adrian Ratiu
2016-01-12  2:52     ` Paul Eggleton
2016-01-12  8:26       ` Ioan-Adrian Ratiu
2016-01-12  9:03         ` Ioan-Adrian Ratiu
2015-12-23 10:21 ` [PATCH v4] " Ioan-Adrian Ratiu
2016-01-08  9:02   ` Ioan-Adrian Ratiu [this message]

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=20160108110221.241d58d6@adi-pc-linux \
    --to=adrian.ratiu@ni.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.