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

Joe MacDonald joe at deserted.net
Thu May 8 06:32:21 PDT 2014


[Re: [yocto] [meta-selinux][PATCH 9/9] linux-yocto: remove PRINC warning] On 14.05.08 (Thu 12:34) Martin Jansa wrote:

> 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.

Oop, yeah, you're right.  This one's a bit more complicated.

-J.

> 
> >  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
> 
-- 
-Joe MacDonald.
:wq
-------------- 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/fc128010/attachment.pgp>


More information about the yocto mailing list