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: [email protected] > > 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 <[email protected]> > > > > > > --- > > > 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 > > > [email protected] > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
