All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Joe MacDonald <joe@deserted.net>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-selinux][PATCH 9/9] linux-yocto: remove PRINC warning
Date: Thu, 8 May 2014 12:34:06 +0200	[thread overview]
Message-ID: <20140508103406.GL30955@jama> (raw)
In-Reply-To: <1399492168-13096-10-git-send-email-joe@deserted.net>

[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]

On Wed, May 07, 2014 at 03:49:28PM -0400, Joe MacDonald wrote:
> Convert PRINC to PR .= so as to not break package feeds.  Next time this
> won't be necessary at all.
> 
> Signed-off-by: Joe MacDonald <joe@deserted.net>
> ---
>  recipes-kernel/linux/linux-yocto_3.10.bbappend |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-kernel/linux/linux-yocto_3.10.bbappend b/recipes-kernel/linux/linux-yocto_3.10.bbappend
> index 159d63b..6686974 100644
> --- a/recipes-kernel/linux/linux-yocto_3.10.bbappend
> +++ b/recipes-kernel/linux/linux-yocto_3.10.bbappend
> @@ -1,4 +1,4 @@
> -PRINC = "1"
> +PR .= "1"

Does this one really help? PRINC increments first numeric part of PR, so
in linux-yocto case it would be INC_PR and you're appending 1 to last
part.

so from r6.5 you'll get r5.51 if I parse it correctly before morning
coffee.

>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>  
>  # Enable selinux support in the kernel if the feature is enabled
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2014-05-08 10:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-07 19:49 [v2][meta-selinux][PATCH 0/8] fix PRINC QA Warning Joe MacDonald
2014-05-07 19:49 ` [meta-selinux][PATCH 1/9] policycoreutils: remove PRINC warning Joe MacDonald
2014-05-07 19:49 ` [meta-selinux][PATCH 2/9] libpcre_8.34.bbappend: " Joe MacDonald
2014-05-07 19:49 ` [meta-selinux][PATCH 3/9] sepolgen: " Joe MacDonald
2014-05-07 19:49 ` [meta-selinux][PATCH 4/9] libsepol: " Joe MacDonald
2014-05-07 19:49 ` [meta-selinux][PATCH 5/9] libsemanage: " Joe MacDonald
2014-05-07 19:49 ` [meta-selinux][PATCH 6/9] libselinux: " Joe MacDonald
2014-05-07 19:49 ` [meta-selinux][PATCH 7/9] checkpolicy: " Joe MacDonald
2014-05-07 19:49 ` [meta-selinux][PATCH 8/9] refpolicy: " Joe MacDonald
2014-05-07 19:49 ` [meta-selinux][PATCH 9/9] linux-yocto: " Joe MacDonald
2014-05-08 10:34   ` Martin Jansa [this message]
2014-05-08 13:32     ` Joe MacDonald
2014-05-08 18:12       ` [PATCH 9/9] linux-yocto: migrate from 3.10 to 3.14 Joe MacDonald

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=20140508103406.GL30955@jama \
    --to=martin.jansa@gmail.com \
    --cc=joe@deserted.net \
    --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.