From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EDF92E01466 for ; Wed, 29 May 2013 14:17:08 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id r4TLH7QQ021336 for ; Wed, 29 May 2013 16:17:07 -0500 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r4TLH7w8005401 for ; Wed, 29 May 2013 16:17:07 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.2.342.3; Wed, 29 May 2013 16:17:06 -0500 Received: from localhost (gtudedge.gt.design.ti.com [158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r4TLH6Tp027749; Wed, 29 May 2013 16:17:06 -0500 Date: Wed, 29 May 2013 17:17:06 -0400 From: Denys Dmytriyenko To: Prabindh Sundareson Message-ID: <20130529211706.GL4526@edge> References: <1368809879-27201-7-git-send-email-prabu@ti.com> MIME-Version: 1.0 In-Reply-To: <1368809879-27201-7-git-send-email-prabu@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH 07/10] libgles-omap3: Remove unnecessary inclusion of folders into package X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2013 21:17:09 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Fri, May 17, 2013 at 10:27:56PM +0530, Prabindh Sundareson wrote: > Inclusion of all .so files is not necessary for the > package build. > > Signed-off-by: Prabindh Sundareson > --- > recipes-graphics/libgles/libgles-omap3-no-x.inc | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-) > > diff --git a/recipes-graphics/libgles/libgles-omap3-no-x.inc b/recipes-graphics/libgles/libgles-omap3-no-x.inc > index 8e5dad6..4521d59 100644 > --- a/recipes-graphics/libgles/libgles-omap3-no-x.inc > +++ b/recipes-graphics/libgles/libgles-omap3-no-x.inc > @@ -285,10 +285,6 @@ INSANE_SKIP_${PN}-linuxfbwsegl-es6 = "ldflags" > INSANE_SKIP_${PN}-linuxfbwsegl-es8 = "ldflags" > INSANE_SKIP_${PN}-tests = "ldflags" > > -# Quality control is really poor on these SDKs, so hack around the latest madness: > -FILES_${PN} += "${libdir}/*.so " > -FILES_${PN}-dev = "${includedir}" I'm confused - you are removing these 2 lines in 7/10 and then immediately re-add them back in 8/10. Why? > inherit update-rc.d > > INITSCRIPT_NAME = "pvr-init" > -- > 1.7.1 > > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti