All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add python-importlib
@ 2014-06-04 16:10 Matt Fleming
  2014-06-04 16:10 ` [PATCH 1/2] generate-manifest-2.7.py: Add importlib Matt Fleming
  2014-06-04 16:10 ` [PATCH 2/2] generate-manifest-3.3.py: " Matt Fleming
  0 siblings, 2 replies; 5+ messages in thread
From: Matt Fleming @ 2014-06-04 16:10 UTC (permalink / raw)
  To: openembedded-core; +Cc: Matt Fleming

From: Matt Fleming <matt.fleming@intel.com>

It seems that the importlib python module isn't available to recipes
because the importlib/ directory isn't included in the
python*manifest.py files.

Create a new python-importlib package for exporting this module.

Matt Fleming (2):
  generate-manifest-2.7.py: Add importlib
  generate-manifest-3.3.py: Add importlib

 meta/recipes-devtools/python/python-2.7-manifest.inc | 13 ++++++++-----
 meta/recipes-devtools/python/python-3.3-manifest.inc | 10 +++++++---
 scripts/contrib/python/generate-manifest-2.7.py      |  3 +++
 scripts/contrib/python/generate-manifest-3.3.py      |  3 +++
 4 files changed, 21 insertions(+), 8 deletions(-)

-- 
1.9.0



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

end of thread, other threads:[~2014-06-06  8:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-04 16:10 [PATCH 0/2] Add python-importlib Matt Fleming
2014-06-04 16:10 ` [PATCH 1/2] generate-manifest-2.7.py: Add importlib Matt Fleming
2014-06-06  0:16   ` Saul Wold
2014-06-06  8:24     ` Matt Fleming
2014-06-04 16:10 ` [PATCH 2/2] generate-manifest-3.3.py: " Matt Fleming

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.