All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nelson, Sam" <sam.nelson@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>,
	"meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 2/2] libnl: Update recipe from 3.2.22 to 3.2.24
Date: Fri, 23 Jan 2015 00:32:01 +0000	[thread overview]
Message-ID: <4F9216F96E5DF9428610502835A9F49058106E09@DLEE11.ent.ti.com> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C7D54B6@DFLE08.ent.ti.com>



> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Thursday, January 22, 2015 9:40 AM
> To: Nelson, Sam; meta-arago@arago-project.org
> Subject: RE: [meta-arago] [PATCH 2/2] libnl: Update recipe from 3.2.22 to
> 3.2.24
> 
> A couple of things.
> 
> Just to confirm. Are the old patches something that has been merged into
> this updated version of libnl or do they simply not apply anymore? 
[Sam] Looking more into the details, looks like couple of patches are still applicable. I will add them back. 
> don't understand the "Updated autotools comment".
 [Sam]  The autotools-brokensep  was updated to  autotools. 
> 
> Also just a heads up. Libnl is only used currently by the wilink drivers. I
> thought I remember in the past that sometimes the wireless packages
> break/need to be fixed when the packages they depend on has been
> updated or changed. So if you plan on setting the PREFERRED_VERSION to
> use this updated version of libnl please hold off on setting it globally until
> the AMSDK release at the end of this month is completed. Or feel free to set
> it globally and simply insure that am335x and am437x still uses 3.2.22.
[Sam] Ok. Thanks for the information. I will hold off on the PREFERRED_VERISION update.
> 
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Nelson, Sam
> > Sent: Wednesday, January 21, 2015 11:08 PM
> > To: meta-arago@arago-project.org
> > Subject: [meta-arago] [PATCH 2/2] libnl: Update recipe from 3.2.22 to
> 3.2.24
> >
> > - removed old patches
> > - Updated autotools
> > - Added some private files to be installed to allow libnl extensions.
> >
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> >
> > ---
> > Planning to  send as similar patch to oe-core  as well.
> > Once accepted can be removed here
> > ---
> > ---
> >  .../libnl/{libnl_3.2.22.bb => libnl_3.2.24.bb}     |   23 ++++++++++----------
> >  1 file changed, 12 insertions(+), 11 deletions(-)  rename meta-arago-
> > extras/recipes-support/libnl/{libnl_3.2.22.bb => libnl_3.2.24.bb} (72%)
> >
> > diff --git a/meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bb
> b/meta-
> > arago-extras/recipes-support/libnl/libnl_3.2.24.bb
> > similarity index 72%
> > rename from meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bb
> > rename to meta-arago-extras/recipes-support/libnl/libnl_3.2.24.bb
> > index a299bfb..50a9cd9 100644
> > --- a/meta-arago-extras/recipes-support/libnl/libnl_3.2.22.bb
> > +++ b/meta-arago-extras/recipes-support/libnl/libnl_3.2.24.bb
> > @@ -9,17 +9,18 @@ LIC_FILES_CHKSUM =
> > "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
> >
> >  DEPENDS = "flex-native bison-native"
> >
> > -SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \
> > -           file://fix-pktloc_syntax_h-race.patch \
> > -           file://fix-pc-file.patch \
> > -           file://fix-lib-cache_mngr.c-two-parentheses-bugs.patch \
> > -           file://0001-fix-double-free-caused-by-freeing-link-af_data-in-
> rt.patch
> > \
> > -          "
> > -
> > -SRC_URI[md5sum] = "2e1c889494d274aca24ce5f6a748e66e"
> > -SRC_URI[sha256sum] =
> >
> "c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b
> > "
> > -
> > -inherit autotools-brokensep pkgconfig
> > +SRC_URI[md5sum] = "6e0e7bad0674749d930dd9f285343d55"
> > +SRC_URI[sha256sum] =
> >
> "fb8d6e5dc8af5b85bc6d00a71582a68a01e6a3f7d1664d4a646e289a99dd68
> 1
> > 6"
> > +SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz"
> > +
> > +inherit autotools pkgconfig
> > +
> > +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/
> > +}
> >
> >  FILES_${PN} = "${libdir}/libnl-3.so.* \
> >                 ${libdir}/libnl.so.* \
> > --
> > 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-01-23  0:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22  5:07 [PATCH 1/2] libnl: Adding recipe for 3.2.22 from oe-core Sam Nelson
2015-01-22  5:07 ` [PATCH 2/2] libnl: Update recipe from 3.2.22 to 3.2.24 Sam Nelson
2015-01-22 14:40   ` Cooper Jr., Franklin
2015-01-23  0:32     ` Nelson, Sam [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=4F9216F96E5DF9428610502835A9F49058106E09@DLEE11.ent.ti.com \
    --to=sam.nelson@ti.com \
    --cc=fcooper@ti.com \
    --cc=meta-arago@arago-project.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.