All of lore.kernel.org
 help / color / mirror / Atom feed
* weird exports in bitbake.conf
@ 2012-01-03 17:42 Phil Blundell
  2012-01-04 12:06 ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Phil Blundell @ 2012-01-03 17:42 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Does anybody know why these vars are exported (or, in the case of
STAGING_IDLDIR, there at all)?

export QMAKE_MKSPEC_PATH = "${STAGING_DATADIR_NATIVE}/qmake"
export STAGING_SIPDIR = "${STAGING_DATADIR_NATIVE}/sip"
export STAGING_IDLDIR = "${STAGING_DATADIR}/idl"

p.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: weird exports in bitbake.conf
  2012-01-03 17:42 weird exports in bitbake.conf Phil Blundell
@ 2012-01-04 12:06 ` Richard Purdie
  2012-01-04 12:24   ` Phil Blundell
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2012-01-04 12:06 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2012-01-03 at 17:42 +0000, Phil Blundell wrote:
> Does anybody know why these vars are exported (or, in the case of
> STAGING_IDLDIR, there at all)?
> 
> export QMAKE_MKSPEC_PATH = "${STAGING_DATADIR_NATIVE}/qmake"
> export STAGING_SIPDIR = "${STAGING_DATADIR_NATIVE}/sip"
> export STAGING_IDLDIR = "${STAGING_DATADIR}/idl"

These are very old, I remember looking at them at various times but
there was always something else to distract me. I'd be happy to take a
patch removing them. If anything does break, there are better ways to
fix it.

Cheers,

Richard





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: weird exports in bitbake.conf
  2012-01-04 12:06 ` Richard Purdie
@ 2012-01-04 12:24   ` Phil Blundell
  2012-01-04 13:49     ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Phil Blundell @ 2012-01-04 12:24 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer, Paul Eggleton

On Wed, 2012-01-04 at 12:06 +0000, Richard Purdie wrote:
> On Tue, 2012-01-03 at 17:42 +0000, Phil Blundell wrote:
> > Does anybody know why these vars are exported (or, in the case of
> > STAGING_IDLDIR, there at all)?
> > 
> > export QMAKE_MKSPEC_PATH = "${STAGING_DATADIR_NATIVE}/qmake"
> > export STAGING_SIPDIR = "${STAGING_DATADIR_NATIVE}/sip"
> > export STAGING_IDLDIR = "${STAGING_DATADIR}/idl"
> 
> These are very old, I remember looking at them at various times but
> there was always something else to distract me. I'd be happy to take a
> patch removing them. If anything does break, there are better ways to
> fix it.

Okay, I'll send a patch for that presently.

There's also a bunch of historical Opie stuff which is currently getting
exported globally:

export QTDIR = "${STAGING_DIR_HOST}/qt2"
export QPEDIR = "${STAGING_DIR_HOST}"
export OPIEDIR = "${STAGING_DIR_HOST}"
export palmtopdir = "${libdir}/opie"
export palmqtdir = "${palmtopdir}"

Paul, do you know if these variables are still necessary, whether they
all need to be exported, and/or whether they could go in some opie class
rather than bitbake.conf?

p.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: weird exports in bitbake.conf
  2012-01-04 12:24   ` Phil Blundell
@ 2012-01-04 13:49     ` Paul Eggleton
  2012-01-04 15:06       ` Phil Blundell
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2012-01-04 13:49 UTC (permalink / raw)
  To: Phil Blundell; +Cc: Patches and discussions about the oe-core layer

On Wednesday 04 January 2012 12:24:21 Phil Blundell wrote:
> There's also a bunch of historical Opie stuff which is currently getting
> exported globally:
> 
> export QTDIR = "${STAGING_DIR_HOST}/qt2"
> export QPEDIR = "${STAGING_DIR_HOST}"
> export OPIEDIR = "${STAGING_DIR_HOST}"
> export palmtopdir = "${libdir}/opie"
> export palmqtdir = "${palmtopdir}"
> 
> Paul, do you know if these variables are still necessary, whether they
> all need to be exported, and/or whether they could go in some opie class
> rather than bitbake.conf?

These are still necessary for building Opie, but I think they really belong in 
palmtop.bbclass in meta-opie, certainly not in oe-core. Unfortunately I just 
checked and a bunch of recipes in meta-opie refer to these without inheriting 
palmtop and will therefore break if these are removed. I want to tidy these up 
but can you give me until next week to do that?

Thanks,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: weird exports in bitbake.conf
  2012-01-04 13:49     ` Paul Eggleton
@ 2012-01-04 15:06       ` Phil Blundell
  0 siblings, 0 replies; 5+ messages in thread
From: Phil Blundell @ 2012-01-04 15:06 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: Patches and discussions about the oe-core layer

On Wed, 2012-01-04 at 13:49 +0000, Paul Eggleton wrote:
> These are still necessary for building Opie, but I think they really belong in 
> palmtop.bbclass in meta-opie, certainly not in oe-core. Unfortunately I just 
> checked and a bunch of recipes in meta-opie refer to these without inheriting 
> palmtop and will therefore break if these are removed. I want to tidy these up 
> but can you give me until next week to do that?

That would be great.  Thanks.

p.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-04 15:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03 17:42 weird exports in bitbake.conf Phil Blundell
2012-01-04 12:06 ` Richard Purdie
2012-01-04 12:24   ` Phil Blundell
2012-01-04 13:49     ` Paul Eggleton
2012-01-04 15:06       ` Phil Blundell

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.