From: Philip Tricca <flihp@twobit.us>
To: yocto@yoctoproject.org
Subject: Re: [][meta-selinux] libpam: Upgrade recipe with wildcard.
Date: Thu, 06 Aug 2015 07:22:35 -0700 [thread overview]
Message-ID: <55C36DAB.1080002@twobit.us> (raw)
In-Reply-To: <1438530765-127834-1-git-send-email-flihp@twobit.us>
This is a duplicate. Please disregard in favor of:
https://lists.yoctoproject.org/pipermail/yocto/2015-July/025833.html
Philip
On 08/02/2015 08:52 AM, flihp@twobit.us wrote:
> From: Philip Tricca <flihp@twobit.us>
>
> The DESTDIR prefix patch is now upstream and no longer necessary.
>
> Signed-off-by: Philip Tricca <flihp@twobit.us>
> ---
> .../pam/libpam/sepermit-add-DESTDIR-prefix.patch | 31 ----------------------
> recipes-extended/pam/libpam_1.%.bbappend | 8 ++++++
> recipes-extended/pam/libpam_1.1.6.bbappend | 10 -------
> 3 files changed, 8 insertions(+), 41 deletions(-)
> delete mode 100644 recipes-extended/pam/libpam/sepermit-add-DESTDIR-prefix.patch
> create mode 100644 recipes-extended/pam/libpam_1.%.bbappend
> delete mode 100644 recipes-extended/pam/libpam_1.1.6.bbappend
>
> diff --git a/recipes-extended/pam/libpam/sepermit-add-DESTDIR-prefix.patch b/recipes-extended/pam/libpam/sepermit-add-DESTDIR-prefix.patch
> deleted file mode 100644
> index d48d386..0000000
> --- a/recipes-extended/pam/libpam/sepermit-add-DESTDIR-prefix.patch
> +++ /dev/null
> @@ -1,31 +0,0 @@
> -Subject: [PATCH] libpam: add missing DESTDIR prefix
> -
> -The DESTDIR prefix is missing, this will cause build failures for
> -mkdir /var/run/sepermit on the host.
> -
> -| mkdir -p /var/run/sepermit
> -| mkdir: cannot create directory `/var/run/sepermit': Permission denied
> -
> -Upstream-Status: Pending
> -
> -Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
> ----
> - modules/pam_sepermit/Makefile.am | 2 +-
> - 1 files changed, 1 insertions(+), 1 deletions(-)
> -
> -diff --git a/modules/pam_sepermit/Makefile.am b/modules/pam_sepermit/Makefile.am
> -index cfc5594..bc82275 100644
> ---- a/modules/pam_sepermit/Makefile.am
> -+++ b/modules/pam_sepermit/Makefile.am
> -@@ -35,7 +35,7 @@ if HAVE_LIBSELINUX
> - securelib_LTLIBRARIES = pam_sepermit.la
> -
> - install-data-local:
> -- mkdir -p $(sepermitlockdir)
> -+ mkdir -p $(DESTDIR)$(sepermitlockdir)
> - endif
> - if ENABLE_REGENERATE_MAN
> - noinst_DATA = README pam_sepermit.8 sepermit.conf.5
> ---
> -1.7.5.4
> -
> diff --git a/recipes-extended/pam/libpam_1.%.bbappend b/recipes-extended/pam/libpam_1.%.bbappend
> new file mode 100644
> index 0000000..100a376
> --- /dev/null
> +++ b/recipes-extended/pam/libpam_1.%.bbappend
> @@ -0,0 +1,8 @@
> +#FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +FILESPATH_append := ":${@base_set_filespath(['${THISDIR}/${PN}'], d)}"
> +
> +PR .= ".4"
> +
> +inherit enable-selinux
> +
> +RDEPENDS_${PN}-runtime += "${@target_selinux(d, 'pam-plugin-selinux')}"
> diff --git a/recipes-extended/pam/libpam_1.1.6.bbappend b/recipes-extended/pam/libpam_1.1.6.bbappend
> deleted file mode 100644
> index 71acecc..0000000
> --- a/recipes-extended/pam/libpam_1.1.6.bbappend
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -#FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> -FILESPATH_append := ":${@base_set_filespath(['${THISDIR}/${PN}'], d)}"
> -
> -SRC_URI += "file://sepermit-add-DESTDIR-prefix.patch"
> -
> -PR .= ".4"
> -
> -inherit enable-selinux
> -
> -RDEPENDS_${PN}-runtime += "${@target_selinux(d, 'pam-plugin-selinux')}"
>
prev parent reply other threads:[~2015-08-06 14:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-02 15:52 [][meta-selinux] libpam: Upgrade recipe with wildcard flihp
2015-08-06 14:22 ` Philip Tricca [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=55C36DAB.1080002@twobit.us \
--to=flihp@twobit.us \
--cc=yocto@yoctoproject.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 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.