All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 2/4] nativesdk-qt4-tools: Use new native x11	package name.
Date: Thu, 07 Feb 2013 15:43:25 -0500	[thread overview]
Message-ID: <20130207204325.GA10002@denix.org> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C38741D@DFLE09.ent.ti.com>

On Wed, Feb 06, 2013 at 04:08:00AM +0000, Cooper Jr., Franklin wrote:
> In oe-core nativesdk-qt4-tools.inc 
> DEPENDS = "zlib-nativesdk dbus-nativesdk libx11-nativesdk qt4-native"
> 
> So I needed to make sure that libx11-nativesdk was filtered out because I 
> was getting an build error saying nothing provided libx11-nativesdk because 
> x11 is not part of the distro feature.

So, the proper fix was picked up to oe-core/master and is queued up for 
oe-core/danny - I was told it should land soon, in a day or so. If it doesn't 
make it there soon, we can always apply this patch temporarily to meta-arago.

-- 
Denys


> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> > Sent: Tuesday, February 05, 2013 9:53 PM
> > To: Dmytriyenko, Denys
> > Cc: meta-arago@arago-project.org; Cooper Jr., Franklin
> > Subject: Re: [meta-arago] [PATCH 2/4] nativesdk-qt4-tools: Use new native x11
> > package name.
> > 
> > On Wed, Feb 06, 2013 at 03:39:17AM +0000, Dmytriyenko, Denys wrote:
> > > Didn't I push this already? I remember fixing this particular one few days
> > ago...
> > 
> > Ok, sorry, I didn't notice you were changing it back...
> > 
> > I did change it from libx11-nativesdk to nativesdk-libx11, because that's how
> > BBCLASSEXTEND=nativesdk calls its packages now. Why are you changing it
> > back?
> > 
> > --
> > Denys
> > 
> > 
> > > -----Original Message-----
> > > From: fcooperjr27@gmail.com [fcooperjr27@gmail.com]
> > > Received: Tuesday, 05 Feb 2013, 20:28
> > > To: meta-arago@arago-project.org [meta-arago@arago-project.org]
> > > CC: Cooper Jr., Franklin [fcooper@ti.com]
> > > Subject: [meta-arago] [PATCH 2/4] nativesdk-qt4-tools: Use new native x11
> > package name.
> > >
> > > From: Franklin S. Cooper Jr <fcooper@ti.com>
> > >
> > > * Nativesdk-libx11 has now been renamed to libx11-nativesdk.
> > > * This ensure the x11 package is filtered out which prevents parsing/build
> > >   errors due to x11 not being a distro feature.
> > >
> > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > > ---
> > >  .../qt4/nativesdk-qt4-tools_4.8.3.bbappend         |    4 ++--
> > >  1 files changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-
> > tools_4.8.3.bbappend b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-
> > tools_4.8.3.bbappend
> > > index 6296fbe..312571e 100644
> > > --- a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
> > > +++ b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
> > > @@ -1,7 +1,7 @@
> > > -PR_append = "-arago2"
> > > +PR_append = "-arago3"
> > >
> > >  # Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > >  # For our distribution purposes we only use LGPLv2.1
> > >  LICENSE = "LGPLv2.1"
> > >
> > > -DEPENDS := "${@oe_filter_out('nativesdk-libx11', '${DEPENDS}', d)}"
> > > +DEPENDS := "${@oe_filter_out('libx11-nativesdk', '${DEPENDS}', d)}"
> > > --
> > > 1.7.0.4
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > 
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


  reply	other threads:[~2013-02-07 20:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-06  2:27 [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe fcooperjr27
2013-02-06  2:27 ` [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name fcooperjr27
2013-02-06  3:39   ` Dmytriyenko, Denys
2013-02-06  3:52     ` Denys Dmytriyenko
2013-02-06  4:08       ` Cooper Jr., Franklin
2013-02-07 20:43         ` Denys Dmytriyenko [this message]
2013-02-06  2:27 ` [PATCH 3/4] packagegroup-arago-qte-toolchain-target: Use packagegroup instead of task fcooperjr27
2013-02-06  2:27 ` [PATCH 4/4] php_5.3.19: Do not build php-fpm fcooperjr27
2013-02-06  3:37 ` [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe Dmytriyenko, Denys
2013-02-06  3:40 ` Dmytriyenko, Denys

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=20130207204325.GA10002@denix.org \
    --to=denys@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.