All of lore.kernel.org
 help / color / mirror / Atom feed
* OBSOLETE in base.bbclass
@ 2010-09-08 13:04 Frans Meulenbroeks
  2010-09-08 13:52 ` Chris Larson
  0 siblings, 1 reply; 2+ messages in thread
From: Frans Meulenbroeks @ 2010-09-08 13:04 UTC (permalink / raw)
  To: openembedded-devel

Bumped upon this while peeking in base.bbclass:

    # OBSOLETE in bitbake 1.7.4
    srcdate = bb.data.getVar('SRCDATE_%s' % pn, d, 1)
    if srcdate != None:
        bb.data.setVar('SRCDATE', srcdate, d)

    use_nls = bb.data.getVar('USE_NLS_%s' % pn, d, 1)
    if use_nls != None:
        bb.data.setVar('USE_NLS', use_nls, d)

    setup_checksum_deps(d)

Not sure what part exactly is OBSOLETE, but I don't think we support
1.7.4 any more, so I feel it is better to clean this and remove the
obsolete section.

Any bitbake wiz care to comment on this?

Frans



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

* Re: OBSOLETE in base.bbclass
  2010-09-08 13:04 OBSOLETE in base.bbclass Frans Meulenbroeks
@ 2010-09-08 13:52 ` Chris Larson
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Larson @ 2010-09-08 13:52 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Sep 8, 2010 at 6:04 AM, Frans Meulenbroeks <
fransmeulenbroeks@gmail.com> wrote:

> Bumped upon this while peeking in base.bbclass:
>
>    # OBSOLETE in bitbake 1.7.4
>    srcdate = bb.data.getVar('SRCDATE_%s' % pn, d, 1)
>    if srcdate != None:
>        bb.data.setVar('SRCDATE', srcdate, d)
>
>    use_nls = bb.data.getVar('USE_NLS_%s' % pn, d, 1)
>    if use_nls != None:
>        bb.data.setVar('USE_NLS', use_nls, d)
>
>    setup_checksum_deps(d)
>
> Not sure what part exactly is OBSOLETE, but I don't think we support
> 1.7.4 any more, so I feel it is better to clean this and remove the
> obsolete section.
>
> Any bitbake wiz care to comment on this?


Hmm, I think that was from the time period when I wasn't involved in the
project.  Hopefully RP can speak to this :)
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics


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

end of thread, other threads:[~2010-09-08 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-08 13:04 OBSOLETE in base.bbclass Frans Meulenbroeks
2010-09-08 13:52 ` Chris Larson

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.