[yocto] [meta-selinux][PATCH 9/9] linux-yocto: remove PRINC warning

Martin Jansa martin.jansa at gmail.com
Thu May 8 03:34:06 PDT 2014


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 at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20140508/ae81a116/attachment.pgp>


More information about the yocto mailing list