All of lore.kernel.org
 help / color / mirror / Atom feed
* why is python-mako recipe in OE, while python-mako.inc is in meta-oe?
@ 2020-05-16 14:55 Robert P. J. Day
  2020-05-16 16:47 ` [oe] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2020-05-16 14:55 UTC (permalink / raw)
  To: OpenEmbedded Development mailing list


  was just perusing some python recipes, trying to learn all the
details of how python recipes work, and i noticed the following:

./openembedded-core/meta/recipes-devtools/python/python3-mako_1.1.1.bb
./meta-openembedded/meta-python/recipes-devtools/python/python-mako.inc

  as in, the recipe for mako is in oe-core, but the include file is in
meta-oe, the recipe does not include the .inc file, and the git log
just looks confusing. is there something clever going on here that i
just don't get?

rday

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

* Re: [oe] why is python-mako recipe in OE, while python-mako.inc is in meta-oe?
  2020-05-16 14:55 why is python-mako recipe in OE, while python-mako.inc is in meta-oe? Robert P. J. Day
@ 2020-05-16 16:47 ` Khem Raj
  2020-05-16 17:19   ` Robert P. J. Day
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2020-05-16 16:47 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: OpenEmbedded Development mailing list

On Sat, May 16, 2020 at 7:56 AM Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>
>
>   was just perusing some python recipes, trying to learn all the
> details of how python recipes work, and i noticed the following:
>
> ./openembedded-core/meta/recipes-devtools/python/python3-mako_1.1.1.bb
> ./meta-openembedded/meta-python/recipes-devtools/python/python-mako.inc
>
>   as in, the recipe for mako is in oe-core, but the include file is in
> meta-oe, the recipe does not include the .inc file, and the git log
> just looks confusing. is there something clever going on here that i
> just don't get?
>

its cruft left after py2 recipes moved out into its own layer. Send a
patch to remove this inc file
for meta-python.

> rday
> 

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

* Re: [oe] why is python-mako recipe in OE, while python-mako.inc is in meta-oe?
  2020-05-16 16:47 ` [oe] " Khem Raj
@ 2020-05-16 17:19   ` Robert P. J. Day
  0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2020-05-16 17:19 UTC (permalink / raw)
  To: Khem Raj; +Cc: OpenEmbedded Development mailing list

On Sat, 16 May 2020, Khem Raj wrote:

> On Sat, May 16, 2020 at 7:56 AM Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> >
> >
> >   was just perusing some python recipes, trying to learn all the
> > details of how python recipes work, and i noticed the following:
> >
> > ./openembedded-core/meta/recipes-devtools/python/python3-mako_1.1.1.bb
> > ./meta-openembedded/meta-python/recipes-devtools/python/python-mako.inc
> >
> >   as in, the recipe for mako is in oe-core, but the include file is in
> > meta-oe, the recipe does not include the .inc file, and the git log
> > just looks confusing. is there something clever going on here that i
> > just don't get?
> >
>
> its cruft left after py2 recipes moved out into its own layer. Send
> a patch to remove this inc file for meta-python.

  roger that.

rday

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

end of thread, other threads:[~2020-05-16 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16 14:55 why is python-mako recipe in OE, while python-mako.inc is in meta-oe? Robert P. J. Day
2020-05-16 16:47 ` [oe] " Khem Raj
2020-05-16 17:19   ` Robert P. J. Day

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.