All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Nelson, Sam" <sam.nelson@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 1/2] libnl: Add append recipe to expose private files
Date: Sat, 31 Jan 2015 20:25:20 -0500	[thread overview]
Message-ID: <20150201012519.GD2883@edge> (raw)
In-Reply-To: <4F9216F96E5DF9428610502835A9F4905810D6E7@DLEE11.ent.ti.com>

On Fri, Jan 30, 2015 at 10:50:20PM -0500, Nelson, Sam wrote:
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Friday, January 30, 2015 9:54 PM
> > To: Nelson, Sam
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 1/2] libnl: Add append recipe to expose
> > private files
> > 
> > On Fri, Jan 30, 2015 at 06:19:33PM -0500, Sam Nelson wrote:
> > > - Private files installed are needed to allow xfrm extension of libnl
> > > - Version 3.2.24 already have this patch
> > 
> > Why do you need this, if you have 3.2.24 already?
> > 
> [Sam] This is needed temporarily to patch 3.2.22 as the arago preferred version is currently
>  3.2.22

Can you do PREFERRED_VERSION_keystone = "3.2.24"?


> > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > >
> > > ---
> > > This is needed temporarily to patch 3.2.22 as the arago preferred version is
> > 3.2.22
> > > ---
> > > ---
> > >  .../recipes-support/libnl/libnl_3.2.22.bbappend    |    8 ++++++++
> > >  1 file changed, 8 insertions(+)
> > >  create mode 100644 meta-arago-extras/recipes-
> > support/libnl/libnl_3.2.22.bbappend
> > >
> > > diff --git a/meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bbappend
> > b/meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bbappend
> > > new file mode 100644
> > > index 0000000..4885c7d
> > > --- /dev/null
> > > +++ b/meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bbappend
> > > @@ -0,0 +1,8 @@
> > > +PR_append = "-arago0"
> > > +
> > > +do_install_append() {
> > > +#   Install private files to allow libnl extensions
> > > +    install -d ${D}${includedir}/netlink-private
> > > +    cp -r ${S}/include/netlink-private/cache-api.h ${D}${includedir}/netlink-
> > private/
> > > +    cp -r ${S}/include/netlink-private/object-api.h ${D}${includedir}/netlink-
> > private/
> > > +}
> > > --
> > > 1.7.9.5
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


      reply	other threads:[~2015-02-01  1:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-30 23:19 [PATCH 1/2] libnl: Add append recipe to expose private files Sam Nelson
2015-01-30 23:19 ` [PATCH 2/2] libnl-xfrm: Add recipe for libnl-xfrm Sam Nelson
2015-01-31  2:54 ` [PATCH 1/2] libnl: Add append recipe to expose private files Denys Dmytriyenko
2015-01-31  3:50   ` Nelson, Sam
2015-02-01  1:25     ` Denys Dmytriyenko [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=20150201012519.GD2883@edge \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    --cc=sam.nelson@ti.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.