From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id 16CFF529DD for ; Sat, 31 Jan 2015 02:54:18 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id t0V2sHKs028488 for ; Fri, 30 Jan 2015 20:54:17 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t0V2sGKu017284 for ; Fri, 30 Jan 2015 20:54:16 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.224.2; Fri, 30 Jan 2015 20:54:16 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id t0V2sGBX014455; Fri, 30 Jan 2015 20:54:16 -0600 Date: Fri, 30 Jan 2015 21:54:15 -0500 From: Denys Dmytriyenko To: Sam Nelson Message-ID: <20150131025415.GB2883@edge> References: <1422659974-29180-1-git-send-email-sam.nelson@ti.com> MIME-Version: 1.0 In-Reply-To: <1422659974-29180-1-git-send-email-sam.nelson@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH 1/2] libnl: Add append recipe to expose private files X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2015 02:54:18 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline 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? > Signed-off-by: Sam Nelson > > --- > 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