All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] python-efl: add git version
@ 2014-07-22 11:34 Martin Jansa
  2014-07-22 11:34 ` [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-07-22 11:34 UTC (permalink / raw)
  To: openembedded-devel

* the tarball is missing .pxd files and re-building with our python-cython fails with:
  | Compiling efl/elementary/scroller.pyx because it depends on /OE
  | Error compiling Cython file:
  | ------------------------------------------------------------
  | ...
  | from libc.stdint cimport uintptr_t
  | import traceback
  | from efl.eo cimport Eo, PY_REFCOUNT
  | from efl.utils.conversions cimport _ctouni
  | from cpython cimport Py_INCREF, Py_DECREF
  | cimport efl.ecore.enums as enums
  |        ^
  | ------------------------------------------------------------
  |
  | efl/ecore/__init__.pyx:221:8: 'efl.ecore.enums.pxd' not found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/recipes-devtools/python/python-efl_git.bb | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 meta-efl/recipes-devtools/python/python-efl_git.bb

diff --git a/meta-efl/recipes-devtools/python/python-efl_git.bb b/meta-efl/recipes-devtools/python/python-efl_git.bb
new file mode 100644
index 0000000..b776f7d
--- /dev/null
+++ b/meta-efl/recipes-devtools/python/python-efl_git.bb
@@ -0,0 +1,8 @@
+require ${BPN}.inc
+
+SRCREV = "c1497e10288589ff9834f3d4da17461b8a3a1c15"
+PV = "1.10.0+git${SRCPV}"
+
+SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.10"
+
+S = "${WORKDIR}/git"
-- 
2.0.2



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

* [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools
  2014-07-22 11:34 [meta-oe][PATCH 1/2] python-efl: add git version Martin Jansa
@ 2014-07-22 11:34 ` Martin Jansa
  2014-07-22 15:33   ` Tim Orling
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-07-22 11:34 UTC (permalink / raw)
  To: openembedded-devel

* match old structure from meta-oe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-python/{recipes-python => recipes-devtools}/python/pyrtm_0.2.bb      | 0
 .../{recipes-python => recipes-devtools}/python/python-autobahn_0.8.6.bb  | 0
 .../{recipes-python => recipes-devtools}/python/python-cheetah_2.4.4.bb   | 0
 .../python/python-cloudeebus_0.6.0.bb                                     | 0
 .../{recipes-python => recipes-devtools}/python/python-cython_0.20.2.bb   | 0
 .../{recipes-python => recipes-devtools}/python/python-dateutil_1.5.bb    | 0
 .../{recipes-python => recipes-devtools}/python/python-epydoc_3.0.1.bb    | 0
 .../python/python-feedparser_5.1.3.bb                                     | 0
 .../{recipes-python => recipes-devtools}/python/python-gdata_1.2.4.bb     | 0
 .../{recipes-python => recipes-devtools}/python/python-gevent_0.13.8.bb   | 0
 .../{recipes-python => recipes-devtools}/python/python-greenlet_0.4.1.bb  | 0
 .../python/python-ldap/setup.cfg.patch                                    | 0
 .../{recipes-python => recipes-devtools}/python/python-ldap_2.3.9.bb      | 0
 .../{recipes-python => recipes-devtools}/python/python-lxml_3.0.2.bb      | 0
 .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch           | 0
 .../{recipes-python => recipes-devtools}/python/python-m2crypto_0.21.1.bb | 0
 .../python/python-matplotlib/fix_setup.patch                              | 0
 .../python/python-matplotlib/fix_setupext.patch                           | 0
 .../python/python-matplotlib_1.1.0.bb                                     | 0
 .../python/python-numeric/no-lapack.patch                                 | 0
 .../{recipes-python => recipes-devtools}/python/python-numeric_24.2.bb    | 0
 .../{recipes-python => recipes-devtools}/python/python-pexpect_2.3.bb     | 0
 .../{recipes-python => recipes-devtools}/python/python-pip_1.3.1.bb       | 0
 .../{recipes-python => recipes-devtools}/python/python-psutil_0.6.1.bb    | 0
 .../{recipes-python => recipes-devtools}/python/python-pyalsaaudio_0.4.bb | 0
 .../{recipes-python => recipes-devtools}/python/python-pyserial_2.4.bb    | 0
 .../{recipes-python => recipes-devtools}/python/python-pyudev_0.16.1.bb   | 0
 .../{recipes-python => recipes-devtools}/python/python-pyusb_1.0.0a2.bb   | 0
 .../{recipes-python => recipes-devtools}/python/python-pyyaml/setup.py    | 0
 .../{recipes-python => recipes-devtools}/python/python-pyyaml_3.10.bb     | 0
 .../{recipes-python => recipes-devtools}/python/python-smbus_3.0.3.bb     | 0
 .../python/python-sqlalchemy_0.7.9.bb                                     | 0
 .../{recipes-python => recipes-devtools}/python/python-twisted_13.2.0.bb  | 0
 .../{recipes-python => recipes-devtools}/python/python-vobject_0.8.1c.bb  | 0
 .../{recipes-python => recipes-devtools}/python/python-webdav_0.1.2.bb    | 0
 .../python/python-zopeinterface_4.1.1.bb                                  | 0
 36 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-python/{recipes-python => recipes-devtools}/python/pyrtm_0.2.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-autobahn_0.8.6.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-cheetah_2.4.4.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-cloudeebus_0.6.0.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-cython_0.20.2.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-dateutil_1.5.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-epydoc_3.0.1.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-feedparser_5.1.3.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-gdata_1.2.4.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-gevent_0.13.8.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-greenlet_0.4.1.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-ldap/setup.cfg.patch (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-ldap_2.3.9.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-lxml_3.0.2.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-m2crypto_0.21.1.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-matplotlib/fix_setup.patch (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-matplotlib/fix_setupext.patch (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-matplotlib_1.1.0.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-numeric/no-lapack.patch (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-numeric_24.2.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-pexpect_2.3.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-pip_1.3.1.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-psutil_0.6.1.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-pyalsaaudio_0.4.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-pyserial_2.4.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-pyudev_0.16.1.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-pyusb_1.0.0a2.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-pyyaml/setup.py (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-pyyaml_3.10.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-smbus_3.0.3.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-sqlalchemy_0.7.9.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-twisted_13.2.0.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-vobject_0.8.1c.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-webdav_0.1.2.bb (100%)
 rename meta-python/{recipes-python => recipes-devtools}/python/python-zopeinterface_4.1.1.bb (100%)

diff --git a/meta-python/recipes-python/python/pyrtm_0.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.2.bb
similarity index 100%
rename from meta-python/recipes-python/python/pyrtm_0.2.bb
rename to meta-python/recipes-devtools/python/pyrtm_0.2.bb
diff --git a/meta-python/recipes-python/python/python-autobahn_0.8.6.bb b/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-autobahn_0.8.6.bb
rename to meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb
diff --git a/meta-python/recipes-python/python/python-cheetah_2.4.4.bb b/meta-python/recipes-devtools/python/python-cheetah_2.4.4.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-cheetah_2.4.4.bb
rename to meta-python/recipes-devtools/python/python-cheetah_2.4.4.bb
diff --git a/meta-python/recipes-python/python/python-cloudeebus_0.6.0.bb b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-cloudeebus_0.6.0.bb
rename to meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
diff --git a/meta-python/recipes-python/python/python-cython_0.20.2.bb b/meta-python/recipes-devtools/python/python-cython_0.20.2.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-cython_0.20.2.bb
rename to meta-python/recipes-devtools/python/python-cython_0.20.2.bb
diff --git a/meta-python/recipes-python/python/python-dateutil_1.5.bb b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-dateutil_1.5.bb
rename to meta-python/recipes-devtools/python/python-dateutil_1.5.bb
diff --git a/meta-python/recipes-python/python/python-epydoc_3.0.1.bb b/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-epydoc_3.0.1.bb
rename to meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
diff --git a/meta-python/recipes-python/python/python-feedparser_5.1.3.bb b/meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-feedparser_5.1.3.bb
rename to meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb
diff --git a/meta-python/recipes-python/python/python-gdata_1.2.4.bb b/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-gdata_1.2.4.bb
rename to meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
diff --git a/meta-python/recipes-python/python/python-gevent_0.13.8.bb b/meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-gevent_0.13.8.bb
rename to meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
diff --git a/meta-python/recipes-python/python/python-greenlet_0.4.1.bb b/meta-python/recipes-devtools/python/python-greenlet_0.4.1.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-greenlet_0.4.1.bb
rename to meta-python/recipes-devtools/python/python-greenlet_0.4.1.bb
diff --git a/meta-python/recipes-python/python/python-ldap/setup.cfg.patch b/meta-python/recipes-devtools/python/python-ldap/setup.cfg.patch
similarity index 100%
rename from meta-python/recipes-python/python/python-ldap/setup.cfg.patch
rename to meta-python/recipes-devtools/python/python-ldap/setup.cfg.patch
diff --git a/meta-python/recipes-python/python/python-ldap_2.3.9.bb b/meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-ldap_2.3.9.bb
rename to meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
diff --git a/meta-python/recipes-python/python/python-lxml_3.0.2.bb b/meta-python/recipes-devtools/python/python-lxml_3.0.2.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-lxml_3.0.2.bb
rename to meta-python/recipes-devtools/python/python-lxml_3.0.2.bb
diff --git a/meta-python/recipes-python/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
similarity index 100%
rename from meta-python/recipes-python/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
rename to meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
diff --git a/meta-python/recipes-python/python/python-m2crypto_0.21.1.bb b/meta-python/recipes-devtools/python/python-m2crypto_0.21.1.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-m2crypto_0.21.1.bb
rename to meta-python/recipes-devtools/python/python-m2crypto_0.21.1.bb
diff --git a/meta-python/recipes-python/python/python-matplotlib/fix_setup.patch b/meta-python/recipes-devtools/python/python-matplotlib/fix_setup.patch
similarity index 100%
rename from meta-python/recipes-python/python/python-matplotlib/fix_setup.patch
rename to meta-python/recipes-devtools/python/python-matplotlib/fix_setup.patch
diff --git a/meta-python/recipes-python/python/python-matplotlib/fix_setupext.patch b/meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch
similarity index 100%
rename from meta-python/recipes-python/python/python-matplotlib/fix_setupext.patch
rename to meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch
diff --git a/meta-python/recipes-python/python/python-matplotlib_1.1.0.bb b/meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-matplotlib_1.1.0.bb
rename to meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
diff --git a/meta-python/recipes-python/python/python-numeric/no-lapack.patch b/meta-python/recipes-devtools/python/python-numeric/no-lapack.patch
similarity index 100%
rename from meta-python/recipes-python/python/python-numeric/no-lapack.patch
rename to meta-python/recipes-devtools/python/python-numeric/no-lapack.patch
diff --git a/meta-python/recipes-python/python/python-numeric_24.2.bb b/meta-python/recipes-devtools/python/python-numeric_24.2.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-numeric_24.2.bb
rename to meta-python/recipes-devtools/python/python-numeric_24.2.bb
diff --git a/meta-python/recipes-python/python/python-pexpect_2.3.bb b/meta-python/recipes-devtools/python/python-pexpect_2.3.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-pexpect_2.3.bb
rename to meta-python/recipes-devtools/python/python-pexpect_2.3.bb
diff --git a/meta-python/recipes-python/python/python-pip_1.3.1.bb b/meta-python/recipes-devtools/python/python-pip_1.3.1.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-pip_1.3.1.bb
rename to meta-python/recipes-devtools/python/python-pip_1.3.1.bb
diff --git a/meta-python/recipes-python/python/python-psutil_0.6.1.bb b/meta-python/recipes-devtools/python/python-psutil_0.6.1.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-psutil_0.6.1.bb
rename to meta-python/recipes-devtools/python/python-psutil_0.6.1.bb
diff --git a/meta-python/recipes-python/python/python-pyalsaaudio_0.4.bb b/meta-python/recipes-devtools/python/python-pyalsaaudio_0.4.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-pyalsaaudio_0.4.bb
rename to meta-python/recipes-devtools/python/python-pyalsaaudio_0.4.bb
diff --git a/meta-python/recipes-python/python/python-pyserial_2.4.bb b/meta-python/recipes-devtools/python/python-pyserial_2.4.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-pyserial_2.4.bb
rename to meta-python/recipes-devtools/python/python-pyserial_2.4.bb
diff --git a/meta-python/recipes-python/python/python-pyudev_0.16.1.bb b/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-pyudev_0.16.1.bb
rename to meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
diff --git a/meta-python/recipes-python/python/python-pyusb_1.0.0a2.bb b/meta-python/recipes-devtools/python/python-pyusb_1.0.0a2.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-pyusb_1.0.0a2.bb
rename to meta-python/recipes-devtools/python/python-pyusb_1.0.0a2.bb
diff --git a/meta-python/recipes-python/python/python-pyyaml/setup.py b/meta-python/recipes-devtools/python/python-pyyaml/setup.py
similarity index 100%
rename from meta-python/recipes-python/python/python-pyyaml/setup.py
rename to meta-python/recipes-devtools/python/python-pyyaml/setup.py
diff --git a/meta-python/recipes-python/python/python-pyyaml_3.10.bb b/meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-pyyaml_3.10.bb
rename to meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
diff --git a/meta-python/recipes-python/python/python-smbus_3.0.3.bb b/meta-python/recipes-devtools/python/python-smbus_3.0.3.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-smbus_3.0.3.bb
rename to meta-python/recipes-devtools/python/python-smbus_3.0.3.bb
diff --git a/meta-python/recipes-python/python/python-sqlalchemy_0.7.9.bb b/meta-python/recipes-devtools/python/python-sqlalchemy_0.7.9.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-sqlalchemy_0.7.9.bb
rename to meta-python/recipes-devtools/python/python-sqlalchemy_0.7.9.bb
diff --git a/meta-python/recipes-python/python/python-twisted_13.2.0.bb b/meta-python/recipes-devtools/python/python-twisted_13.2.0.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-twisted_13.2.0.bb
rename to meta-python/recipes-devtools/python/python-twisted_13.2.0.bb
diff --git a/meta-python/recipes-python/python/python-vobject_0.8.1c.bb b/meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-vobject_0.8.1c.bb
rename to meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb
diff --git a/meta-python/recipes-python/python/python-webdav_0.1.2.bb b/meta-python/recipes-devtools/python/python-webdav_0.1.2.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-webdav_0.1.2.bb
rename to meta-python/recipes-devtools/python/python-webdav_0.1.2.bb
diff --git a/meta-python/recipes-python/python/python-zopeinterface_4.1.1.bb b/meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb
similarity index 100%
rename from meta-python/recipes-python/python/python-zopeinterface_4.1.1.bb
rename to meta-python/recipes-devtools/python/python-zopeinterface_4.1.1.bb
-- 
2.0.2



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

* Re: [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools
  2014-07-22 11:34 ` [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools Martin Jansa
@ 2014-07-22 15:33   ` Tim Orling
  2014-07-22 15:52     ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Tim Orling @ 2014-07-22 15:33 UTC (permalink / raw)
  To: openembedded-devel

I'd rather not keep the original structure, part of my motivation for
creating the layer was to not hide python recipes three directories deep.
The structure of the meta-perl layer seems more natural to me.

However, I realize and regret that the layer.conf in my original patch was
broken and I need to fix it. Please see v2 for meta-python creation.

--Tim


On Tue, Jul 22, 2014 at 4:34 AM, Martin Jansa <martin.jansa@gmail.com>
wrote:

> * match old structure from meta-oe
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta-python/{recipes-python => recipes-devtools}/python/pyrtm_0.2.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-autobahn_0.8.6.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-cheetah_2.4.4.bb
>   | 0
>  .../python/python-cloudeebus_0.6.0.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-cython_0.20.2.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-dateutil_1.5.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-epydoc_3.0.1.bb
>  | 0
>  .../python/python-feedparser_5.1.3.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-gdata_1.2.4.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-gevent_0.13.8.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-greenlet_0.4.1.bb
>  | 0
>  .../python/python-ldap/setup.cfg.patch
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-ldap_2.3.9.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-lxml_3.0.2.bb
>  | 0
>  .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> | 0
>  .../{recipes-python => recipes-devtools}/python/python-m2crypto_0.21.1.bb
> | 0
>  .../python/python-matplotlib/fix_setup.patch
>  | 0
>  .../python/python-matplotlib/fix_setupext.patch
> | 0
>  .../python/python-matplotlib_1.1.0.bb
>   | 0
>  .../python/python-numeric/no-lapack.patch
> | 0
>  .../{recipes-python => recipes-devtools}/python/python-numeric_24.2.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-pexpect_2.3.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-pip_1.3.1.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-psutil_0.6.1.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyalsaaudio_0.4.bb
> | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyserial_2.4.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyudev_0.16.1.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyusb_1.0.0a2.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyyaml/setup.py
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-pyyaml_3.10.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-smbus_3.0.3.bb
>   | 0
>  .../python/python-sqlalchemy_0.7.9.bb
>   | 0
>  .../{recipes-python => recipes-devtools}/python/python-twisted_13.2.0.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-vobject_0.8.1c.bb
>  | 0
>  .../{recipes-python => recipes-devtools}/python/python-webdav_0.1.2.bb
>  | 0
>  .../python/python-zopeinterface_4.1.1.bb
>  | 0
>  36 files changed, 0 insertions(+), 0 deletions(-)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> pyrtm_0.2.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-autobahn_0.8.6.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-cheetah_2.4.4.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-cloudeebus_0.6.0.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-cython_0.20.2.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-dateutil_1.5.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-epydoc_3.0.1.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-feedparser_5.1.3.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-gdata_1.2.4.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-gevent_0.13.8.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-greenlet_0.4.1.bb (100%)
>  rename meta-python/{recipes-python =>
> recipes-devtools}/python/python-ldap/setup.cfg.patch (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-ldap_2.3.9.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-lxml_3.0.2.bb (100%)
>  rename meta-python/{recipes-python =>
> recipes-devtools}/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-m2crypto_0.21.1.bb (100%)
>  rename meta-python/{recipes-python =>
> recipes-devtools}/python/python-matplotlib/fix_setup.patch (100%)
>  rename meta-python/{recipes-python =>
> recipes-devtools}/python/python-matplotlib/fix_setupext.patch (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-matplotlib_1.1.0.bb (100%)
>  rename meta-python/{recipes-python =>
> recipes-devtools}/python/python-numeric/no-lapack.patch (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-numeric_24.2.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-pexpect_2.3.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-pip_1.3.1.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-psutil_0.6.1.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-pyalsaaudio_0.4.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-pyserial_2.4.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-pyudev_0.16.1.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-pyusb_1.0.0a2.bb (100%)
>  rename meta-python/{recipes-python =>
> recipes-devtools}/python/python-pyyaml/setup.py (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-pyyaml_3.10.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-smbus_3.0.3.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-sqlalchemy_0.7.9.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-twisted_13.2.0.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-vobject_0.8.1c.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-webdav_0.1.2.bb (100%)
>  rename meta-python/{recipes-python => recipes-devtools}/python/
> python-zopeinterface_4.1.1.bb (100%)
>
> diff --git a/meta-python/recipes-python/python/pyrtm_0.2.bb
> b/meta-python/recipes-devtools/python/pyrtm_0.2.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/pyrtm_0.2.bb
> rename to meta-python/recipes-devtools/python/pyrtm_0.2.bb
> diff --git a/meta-python/recipes-python/python/python-autobahn_0.8.6.bb
> b/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-autobahn_0.8.6.bb
> rename to meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb
> diff --git a/meta-python/recipes-python/python/python-cheetah_2.4.4.bb
> b/meta-python/recipes-devtools/python/python-cheetah_2.4.4.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-cheetah_2.4.4.bb
> rename to meta-python/recipes-devtools/python/python-cheetah_2.4.4.bb
> diff --git a/meta-python/recipes-python/python/python-cloudeebus_0.6.0.bb
> b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-cloudeebus_0.6.0.bb
> rename to meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
> diff --git a/meta-python/recipes-python/python/python-cython_0.20.2.bb
> b/meta-python/recipes-devtools/python/python-cython_0.20.2.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-cython_0.20.2.bb
> rename to meta-python/recipes-devtools/python/python-cython_0.20.2.bb
> diff --git a/meta-python/recipes-python/python/python-dateutil_1.5.bb
> b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-dateutil_1.5.bb
> rename to meta-python/recipes-devtools/python/python-dateutil_1.5.bb
> diff --git a/meta-python/recipes-python/python/python-epydoc_3.0.1.bb
> b/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-epydoc_3.0.1.bb
> rename to meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
> diff --git a/meta-python/recipes-python/python/python-feedparser_5.1.3.bb
> b/meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-feedparser_5.1.3.bb
> rename to meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb
> diff --git a/meta-python/recipes-python/python/python-gdata_1.2.4.bb
> b/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-gdata_1.2.4.bb
> rename to meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
> diff --git a/meta-python/recipes-python/python/python-gevent_0.13.8.bb
> b/meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-gevent_0.13.8.bb
> rename to meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
> diff --git a/meta-python/recipes-python/python/python-greenlet_0.4.1.bb
> b/meta-python/recipes-devtools/python/python-greenlet_0.4.1.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-greenlet_0.4.1.bb
> rename to meta-python/recipes-devtools/python/python-greenlet_0.4.1.bb
> diff --git a/meta-python/recipes-python/python/python-ldap/setup.cfg.patch
> b/meta-python/recipes-devtools/python/python-ldap/setup.cfg.patch
> similarity index 100%
> rename from meta-python/recipes-python/python/python-ldap/setup.cfg.patch
> rename to meta-python/recipes-devtools/python/python-ldap/setup.cfg.patch
> diff --git a/meta-python/recipes-python/python/python-ldap_2.3.9.bb
> b/meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-ldap_2.3.9.bb
> rename to meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
> diff --git a/meta-python/recipes-python/python/python-lxml_3.0.2.bb
> b/meta-python/recipes-devtools/python/python-lxml_3.0.2.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-lxml_3.0.2.bb
> rename to meta-python/recipes-devtools/python/python-lxml_3.0.2.bb
> diff --git
> a/meta-python/recipes-python/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> b/meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> similarity index 100%
> rename from
> meta-python/recipes-python/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> rename to
> meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> diff --git a/meta-python/recipes-python/python/python-m2crypto_0.21.1.bb
> b/meta-python/recipes-devtools/python/python-m2crypto_0.21.1.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-m2crypto_0.21.1.bb
> rename to meta-python/recipes-devtools/python/python-m2crypto_0.21.1.bb
> diff --git
> a/meta-python/recipes-python/python/python-matplotlib/fix_setup.patch
> b/meta-python/recipes-devtools/python/python-matplotlib/fix_setup.patch
> similarity index 100%
> rename from
> meta-python/recipes-python/python/python-matplotlib/fix_setup.patch
> rename to
> meta-python/recipes-devtools/python/python-matplotlib/fix_setup.patch
> diff --git
> a/meta-python/recipes-python/python/python-matplotlib/fix_setupext.patch
> b/meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch
> similarity index 100%
> rename from
> meta-python/recipes-python/python/python-matplotlib/fix_setupext.patch
> rename to
> meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch
> diff --git a/meta-python/recipes-python/python/python-matplotlib_1.1.0.bb
> b/meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-matplotlib_1.1.0.bb
> rename to meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
> diff --git
> a/meta-python/recipes-python/python/python-numeric/no-lapack.patch
> b/meta-python/recipes-devtools/python/python-numeric/no-lapack.patch
> similarity index 100%
> rename from
> meta-python/recipes-python/python/python-numeric/no-lapack.patch
> rename to
> meta-python/recipes-devtools/python/python-numeric/no-lapack.patch
> diff --git a/meta-python/recipes-python/python/python-numeric_24.2.bb
> b/meta-python/recipes-devtools/python/python-numeric_24.2.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-numeric_24.2.bb
> rename to meta-python/recipes-devtools/python/python-numeric_24.2.bb
> diff --git a/meta-python/recipes-python/python/python-pexpect_2.3.bb
> b/meta-python/recipes-devtools/python/python-pexpect_2.3.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-pexpect_2.3.bb
> rename to meta-python/recipes-devtools/python/python-pexpect_2.3.bb
> diff --git a/meta-python/recipes-python/python/python-pip_1.3.1.bb
> b/meta-python/recipes-devtools/python/python-pip_1.3.1.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-pip_1.3.1.bb
> rename to meta-python/recipes-devtools/python/python-pip_1.3.1.bb
> diff --git a/meta-python/recipes-python/python/python-psutil_0.6.1.bb
> b/meta-python/recipes-devtools/python/python-psutil_0.6.1.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-psutil_0.6.1.bb
> rename to meta-python/recipes-devtools/python/python-psutil_0.6.1.bb
> diff --git a/meta-python/recipes-python/python/python-pyalsaaudio_0.4.bb
> b/meta-python/recipes-devtools/python/python-pyalsaaudio_0.4.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-pyalsaaudio_0.4.bb
> rename to meta-python/recipes-devtools/python/python-pyalsaaudio_0.4.bb
> diff --git a/meta-python/recipes-python/python/python-pyserial_2.4.bb
> b/meta-python/recipes-devtools/python/python-pyserial_2.4.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-pyserial_2.4.bb
> rename to meta-python/recipes-devtools/python/python-pyserial_2.4.bb
> diff --git a/meta-python/recipes-python/python/python-pyudev_0.16.1.bb
> b/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-pyudev_0.16.1.bb
> rename to meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
> diff --git a/meta-python/recipes-python/python/python-pyusb_1.0.0a2.bb
> b/meta-python/recipes-devtools/python/python-pyusb_1.0.0a2.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-pyusb_1.0.0a2.bb
> rename to meta-python/recipes-devtools/python/python-pyusb_1.0.0a2.bb
> diff --git a/meta-python/recipes-python/python/python-pyyaml/setup.py
> b/meta-python/recipes-devtools/python/python-pyyaml/setup.py
> similarity index 100%
> rename from meta-python/recipes-python/python/python-pyyaml/setup.py
> rename to meta-python/recipes-devtools/python/python-pyyaml/setup.py
> diff --git a/meta-python/recipes-python/python/python-pyyaml_3.10.bb
> b/meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-pyyaml_3.10.bb
> rename to meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
> diff --git a/meta-python/recipes-python/python/python-smbus_3.0.3.bb
> b/meta-python/recipes-devtools/python/python-smbus_3.0.3.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-smbus_3.0.3.bb
> rename to meta-python/recipes-devtools/python/python-smbus_3.0.3.bb
> diff --git a/meta-python/recipes-python/python/python-sqlalchemy_0.7.9.bb
> b/meta-python/recipes-devtools/python/python-sqlalchemy_0.7.9.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-sqlalchemy_0.7.9.bb
> rename to meta-python/recipes-devtools/python/python-sqlalchemy_0.7.9.bb
> diff --git a/meta-python/recipes-python/python/python-twisted_13.2.0.bb
> b/meta-python/recipes-devtools/python/python-twisted_13.2.0.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-twisted_13.2.0.bb
> rename to meta-python/recipes-devtools/python/python-twisted_13.2.0.bb
> diff --git a/meta-python/recipes-python/python/python-vobject_0.8.1c.bb
> b/meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-vobject_0.8.1c.bb
> rename to meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb
> diff --git a/meta-python/recipes-python/python/python-webdav_0.1.2.bb
> b/meta-python/recipes-devtools/python/python-webdav_0.1.2.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/python-webdav_0.1.2.bb
> rename to meta-python/recipes-devtools/python/python-webdav_0.1.2.bb
> diff --git a/meta-python/recipes-python/python/
> python-zopeinterface_4.1.1.bb b/meta-python/recipes-devtools/python/
> python-zopeinterface_4.1.1.bb
> similarity index 100%
> rename from meta-python/recipes-python/python/
> python-zopeinterface_4.1.1.bb
> rename to meta-python/recipes-devtools/python/
> python-zopeinterface_4.1.1.bb
> --
> 2.0.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools
  2014-07-22 15:33   ` Tim Orling
@ 2014-07-22 15:52     ` Martin Jansa
  2014-07-22 15:55       ` Tim Orling
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-07-22 15:52 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 20007 bytes --]

On Tue, Jul 22, 2014 at 08:33:00AM -0700, Tim Orling wrote:
> I'd rather not keep the original structure, part of my motivation for
> creating the layer was to not hide python recipes three directories deep.
> The structure of the meta-perl layer seems more natural to me.

meta-perl has also three directories deep structure, just with each
recipe in separate directory.

> However, I realize and regret that the layer.conf in my original patch was
> broken and I need to fix it. Please see v2 for meta-python creation.

It was already merged in master.

> On Tue, Jul 22, 2014 at 4:34 AM, Martin Jansa <martin.jansa@gmail.com>
> wrote:
> 
> > * match old structure from meta-oe
> >
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > ---
> >  meta-python/{recipes-python => recipes-devtools}/python/pyrtm_0.2.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-autobahn_0.8.6.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-cheetah_2.4.4.bb
> >   | 0
> >  .../python/python-cloudeebus_0.6.0.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-cython_0.20.2.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-dateutil_1.5.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-epydoc_3.0.1.bb
> >  | 0
> >  .../python/python-feedparser_5.1.3.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-gdata_1.2.4.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-gevent_0.13.8.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-greenlet_0.4.1.bb
> >  | 0
> >  .../python/python-ldap/setup.cfg.patch
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-ldap_2.3.9.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-lxml_3.0.2.bb
> >  | 0
> >  .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > | 0
> >  .../{recipes-python => recipes-devtools}/python/python-m2crypto_0.21.1.bb
> > | 0
> >  .../python/python-matplotlib/fix_setup.patch
> >  | 0
> >  .../python/python-matplotlib/fix_setupext.patch
> > | 0
> >  .../python/python-matplotlib_1.1.0.bb
> >   | 0
> >  .../python/python-numeric/no-lapack.patch
> > | 0
> >  .../{recipes-python => recipes-devtools}/python/python-numeric_24.2.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pexpect_2.3.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pip_1.3.1.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-psutil_0.6.1.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyalsaaudio_0.4.bb
> > | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyserial_2.4.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyudev_0.16.1.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyusb_1.0.0a2.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyyaml/setup.py
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-pyyaml_3.10.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-smbus_3.0.3.bb
> >   | 0
> >  .../python/python-sqlalchemy_0.7.9.bb
> >   | 0
> >  .../{recipes-python => recipes-devtools}/python/python-twisted_13.2.0.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-vobject_0.8.1c.bb
> >  | 0
> >  .../{recipes-python => recipes-devtools}/python/python-webdav_0.1.2.bb
> >  | 0
> >  .../python/python-zopeinterface_4.1.1.bb
> >  | 0
> >  36 files changed, 0 insertions(+), 0 deletions(-)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > pyrtm_0.2.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-autobahn_0.8.6.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-cheetah_2.4.4.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-cloudeebus_0.6.0.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-cython_0.20.2.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-dateutil_1.5.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-epydoc_3.0.1.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-feedparser_5.1.3.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-gdata_1.2.4.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-gevent_0.13.8.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-greenlet_0.4.1.bb (100%)
> >  rename meta-python/{recipes-python =>
> > recipes-devtools}/python/python-ldap/setup.cfg.patch (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-ldap_2.3.9.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-lxml_3.0.2.bb (100%)
> >  rename meta-python/{recipes-python =>
> > recipes-devtools}/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-m2crypto_0.21.1.bb (100%)
> >  rename meta-python/{recipes-python =>
> > recipes-devtools}/python/python-matplotlib/fix_setup.patch (100%)
> >  rename meta-python/{recipes-python =>
> > recipes-devtools}/python/python-matplotlib/fix_setupext.patch (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-matplotlib_1.1.0.bb (100%)
> >  rename meta-python/{recipes-python =>
> > recipes-devtools}/python/python-numeric/no-lapack.patch (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-numeric_24.2.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-pexpect_2.3.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-pip_1.3.1.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-psutil_0.6.1.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-pyalsaaudio_0.4.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-pyserial_2.4.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-pyudev_0.16.1.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-pyusb_1.0.0a2.bb (100%)
> >  rename meta-python/{recipes-python =>
> > recipes-devtools}/python/python-pyyaml/setup.py (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-pyyaml_3.10.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-smbus_3.0.3.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-sqlalchemy_0.7.9.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-twisted_13.2.0.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-vobject_0.8.1c.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-webdav_0.1.2.bb (100%)
> >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > python-zopeinterface_4.1.1.bb (100%)
> >
> > diff --git a/meta-python/recipes-python/python/pyrtm_0.2.bb
> > b/meta-python/recipes-devtools/python/pyrtm_0.2.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/pyrtm_0.2.bb
> > rename to meta-python/recipes-devtools/python/pyrtm_0.2.bb
> > diff --git a/meta-python/recipes-python/python/python-autobahn_0.8.6.bb
> > b/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-autobahn_0.8.6.bb
> > rename to meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb
> > diff --git a/meta-python/recipes-python/python/python-cheetah_2.4.4.bb
> > b/meta-python/recipes-devtools/python/python-cheetah_2.4.4.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-cheetah_2.4.4.bb
> > rename to meta-python/recipes-devtools/python/python-cheetah_2.4.4.bb
> > diff --git a/meta-python/recipes-python/python/python-cloudeebus_0.6.0.bb
> > b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-cloudeebus_0.6.0.bb
> > rename to meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
> > diff --git a/meta-python/recipes-python/python/python-cython_0.20.2.bb
> > b/meta-python/recipes-devtools/python/python-cython_0.20.2.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-cython_0.20.2.bb
> > rename to meta-python/recipes-devtools/python/python-cython_0.20.2.bb
> > diff --git a/meta-python/recipes-python/python/python-dateutil_1.5.bb
> > b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-dateutil_1.5.bb
> > rename to meta-python/recipes-devtools/python/python-dateutil_1.5.bb
> > diff --git a/meta-python/recipes-python/python/python-epydoc_3.0.1.bb
> > b/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-epydoc_3.0.1.bb
> > rename to meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
> > diff --git a/meta-python/recipes-python/python/python-feedparser_5.1.3.bb
> > b/meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-feedparser_5.1.3.bb
> > rename to meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb
> > diff --git a/meta-python/recipes-python/python/python-gdata_1.2.4.bb
> > b/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-gdata_1.2.4.bb
> > rename to meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
> > diff --git a/meta-python/recipes-python/python/python-gevent_0.13.8.bb
> > b/meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-gevent_0.13.8.bb
> > rename to meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
> > diff --git a/meta-python/recipes-python/python/python-greenlet_0.4.1.bb
> > b/meta-python/recipes-devtools/python/python-greenlet_0.4.1.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-greenlet_0.4.1.bb
> > rename to meta-python/recipes-devtools/python/python-greenlet_0.4.1.bb
> > diff --git a/meta-python/recipes-python/python/python-ldap/setup.cfg.patch
> > b/meta-python/recipes-devtools/python/python-ldap/setup.cfg.patch
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-ldap/setup.cfg.patch
> > rename to meta-python/recipes-devtools/python/python-ldap/setup.cfg.patch
> > diff --git a/meta-python/recipes-python/python/python-ldap_2.3.9.bb
> > b/meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-ldap_2.3.9.bb
> > rename to meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
> > diff --git a/meta-python/recipes-python/python/python-lxml_3.0.2.bb
> > b/meta-python/recipes-devtools/python/python-lxml_3.0.2.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-lxml_3.0.2.bb
> > rename to meta-python/recipes-devtools/python/python-lxml_3.0.2.bb
> > diff --git
> > a/meta-python/recipes-python/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > b/meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > similarity index 100%
> > rename from
> > meta-python/recipes-python/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > rename to
> > meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > diff --git a/meta-python/recipes-python/python/python-m2crypto_0.21.1.bb
> > b/meta-python/recipes-devtools/python/python-m2crypto_0.21.1.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-m2crypto_0.21.1.bb
> > rename to meta-python/recipes-devtools/python/python-m2crypto_0.21.1.bb
> > diff --git
> > a/meta-python/recipes-python/python/python-matplotlib/fix_setup.patch
> > b/meta-python/recipes-devtools/python/python-matplotlib/fix_setup.patch
> > similarity index 100%
> > rename from
> > meta-python/recipes-python/python/python-matplotlib/fix_setup.patch
> > rename to
> > meta-python/recipes-devtools/python/python-matplotlib/fix_setup.patch
> > diff --git
> > a/meta-python/recipes-python/python/python-matplotlib/fix_setupext.patch
> > b/meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch
> > similarity index 100%
> > rename from
> > meta-python/recipes-python/python/python-matplotlib/fix_setupext.patch
> > rename to
> > meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch
> > diff --git a/meta-python/recipes-python/python/python-matplotlib_1.1.0.bb
> > b/meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-matplotlib_1.1.0.bb
> > rename to meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
> > diff --git
> > a/meta-python/recipes-python/python/python-numeric/no-lapack.patch
> > b/meta-python/recipes-devtools/python/python-numeric/no-lapack.patch
> > similarity index 100%
> > rename from
> > meta-python/recipes-python/python/python-numeric/no-lapack.patch
> > rename to
> > meta-python/recipes-devtools/python/python-numeric/no-lapack.patch
> > diff --git a/meta-python/recipes-python/python/python-numeric_24.2.bb
> > b/meta-python/recipes-devtools/python/python-numeric_24.2.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-numeric_24.2.bb
> > rename to meta-python/recipes-devtools/python/python-numeric_24.2.bb
> > diff --git a/meta-python/recipes-python/python/python-pexpect_2.3.bb
> > b/meta-python/recipes-devtools/python/python-pexpect_2.3.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-pexpect_2.3.bb
> > rename to meta-python/recipes-devtools/python/python-pexpect_2.3.bb
> > diff --git a/meta-python/recipes-python/python/python-pip_1.3.1.bb
> > b/meta-python/recipes-devtools/python/python-pip_1.3.1.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-pip_1.3.1.bb
> > rename to meta-python/recipes-devtools/python/python-pip_1.3.1.bb
> > diff --git a/meta-python/recipes-python/python/python-psutil_0.6.1.bb
> > b/meta-python/recipes-devtools/python/python-psutil_0.6.1.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-psutil_0.6.1.bb
> > rename to meta-python/recipes-devtools/python/python-psutil_0.6.1.bb
> > diff --git a/meta-python/recipes-python/python/python-pyalsaaudio_0.4.bb
> > b/meta-python/recipes-devtools/python/python-pyalsaaudio_0.4.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-pyalsaaudio_0.4.bb
> > rename to meta-python/recipes-devtools/python/python-pyalsaaudio_0.4.bb
> > diff --git a/meta-python/recipes-python/python/python-pyserial_2.4.bb
> > b/meta-python/recipes-devtools/python/python-pyserial_2.4.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-pyserial_2.4.bb
> > rename to meta-python/recipes-devtools/python/python-pyserial_2.4.bb
> > diff --git a/meta-python/recipes-python/python/python-pyudev_0.16.1.bb
> > b/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-pyudev_0.16.1.bb
> > rename to meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
> > diff --git a/meta-python/recipes-python/python/python-pyusb_1.0.0a2.bb
> > b/meta-python/recipes-devtools/python/python-pyusb_1.0.0a2.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-pyusb_1.0.0a2.bb
> > rename to meta-python/recipes-devtools/python/python-pyusb_1.0.0a2.bb
> > diff --git a/meta-python/recipes-python/python/python-pyyaml/setup.py
> > b/meta-python/recipes-devtools/python/python-pyyaml/setup.py
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-pyyaml/setup.py
> > rename to meta-python/recipes-devtools/python/python-pyyaml/setup.py
> > diff --git a/meta-python/recipes-python/python/python-pyyaml_3.10.bb
> > b/meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-pyyaml_3.10.bb
> > rename to meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
> > diff --git a/meta-python/recipes-python/python/python-smbus_3.0.3.bb
> > b/meta-python/recipes-devtools/python/python-smbus_3.0.3.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-smbus_3.0.3.bb
> > rename to meta-python/recipes-devtools/python/python-smbus_3.0.3.bb
> > diff --git a/meta-python/recipes-python/python/python-sqlalchemy_0.7.9.bb
> > b/meta-python/recipes-devtools/python/python-sqlalchemy_0.7.9.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-sqlalchemy_0.7.9.bb
> > rename to meta-python/recipes-devtools/python/python-sqlalchemy_0.7.9.bb
> > diff --git a/meta-python/recipes-python/python/python-twisted_13.2.0.bb
> > b/meta-python/recipes-devtools/python/python-twisted_13.2.0.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-twisted_13.2.0.bb
> > rename to meta-python/recipes-devtools/python/python-twisted_13.2.0.bb
> > diff --git a/meta-python/recipes-python/python/python-vobject_0.8.1c.bb
> > b/meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-vobject_0.8.1c.bb
> > rename to meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb
> > diff --git a/meta-python/recipes-python/python/python-webdav_0.1.2.bb
> > b/meta-python/recipes-devtools/python/python-webdav_0.1.2.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/python-webdav_0.1.2.bb
> > rename to meta-python/recipes-devtools/python/python-webdav_0.1.2.bb
> > diff --git a/meta-python/recipes-python/python/
> > python-zopeinterface_4.1.1.bb b/meta-python/recipes-devtools/python/
> > python-zopeinterface_4.1.1.bb
> > similarity index 100%
> > rename from meta-python/recipes-python/python/
> > python-zopeinterface_4.1.1.bb
> > rename to meta-python/recipes-devtools/python/
> > python-zopeinterface_4.1.1.bb
> > --
> > 2.0.2
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools
  2014-07-22 15:52     ` Martin Jansa
@ 2014-07-22 15:55       ` Tim Orling
  2014-07-22 18:22         ` Tim Orling
  0 siblings, 1 reply; 6+ messages in thread
From: Tim Orling @ 2014-07-22 15:55 UTC (permalink / raw)
  To: openembedded-devel

To work as intended, layer.conf should have had:

# We have recipes-*/* and recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*.bb \
            ${LAYERDIR}/recipes-*/*.bbappend \
            ${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

This works just fine without reverting to the original meta-oe structure.


On Tue, Jul 22, 2014 at 8:52 AM, Martin Jansa <martin.jansa@gmail.com>
wrote:

> On Tue, Jul 22, 2014 at 08:33:00AM -0700, Tim Orling wrote:
> > I'd rather not keep the original structure, part of my motivation for
> > creating the layer was to not hide python recipes three directories deep.
> > The structure of the meta-perl layer seems more natural to me.
>
> meta-perl has also three directories deep structure, just with each
> recipe in separate directory.
>
> > However, I realize and regret that the layer.conf in my original patch
> was
> > broken and I need to fix it. Please see v2 for meta-python creation.
>
> It was already merged in master.
>
> > On Tue, Jul 22, 2014 at 4:34 AM, Martin Jansa <martin.jansa@gmail.com>
> > wrote:
> >
> > > * match old structure from meta-oe
> > >
> > > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > > ---
> > >  meta-python/{recipes-python => recipes-devtools}/python/pyrtm_0.2.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-autobahn_0.8.6.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-cheetah_2.4.4.bb
> > >   | 0
> > >  .../python/python-cloudeebus_0.6.0.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-cython_0.20.2.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-dateutil_1.5.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-epydoc_3.0.1.bb
> > >  | 0
> > >  .../python/python-feedparser_5.1.3.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-gdata_1.2.4.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-gevent_0.13.8.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-greenlet_0.4.1.bb
> > >  | 0
> > >  .../python/python-ldap/setup.cfg.patch
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-ldap_2.3.9.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-lxml_3.0.2.bb
> > >  | 0
> > >  .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > > | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-m2crypto_0.21.1.bb
> > > | 0
> > >  .../python/python-matplotlib/fix_setup.patch
> > >  | 0
> > >  .../python/python-matplotlib/fix_setupext.patch
> > > | 0
> > >  .../python/python-matplotlib_1.1.0.bb
> > >   | 0
> > >  .../python/python-numeric/no-lapack.patch
> > > | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-numeric_24.2.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-pexpect_2.3.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-pip_1.3.1.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-psutil_0.6.1.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-pyalsaaudio_0.4.bb
> > > | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-pyserial_2.4.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-pyudev_0.16.1.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-pyusb_1.0.0a2.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-pyyaml/setup.py
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-pyyaml_3.10.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/python-smbus_3.0.3.bb
> > >   | 0
> > >  .../python/python-sqlalchemy_0.7.9.bb
> > >   | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-twisted_13.2.0.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-vobject_0.8.1c.bb
> > >  | 0
> > >  .../{recipes-python => recipes-devtools}/python/
> python-webdav_0.1.2.bb
> > >  | 0
> > >  .../python/python-zopeinterface_4.1.1.bb
> > >  | 0
> > >  36 files changed, 0 insertions(+), 0 deletions(-)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > pyrtm_0.2.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-autobahn_0.8.6.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-cheetah_2.4.4.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-cloudeebus_0.6.0.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-cython_0.20.2.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-dateutil_1.5.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-epydoc_3.0.1.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-feedparser_5.1.3.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-gdata_1.2.4.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-gevent_0.13.8.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-greenlet_0.4.1.bb (100%)
> > >  rename meta-python/{recipes-python =>
> > > recipes-devtools}/python/python-ldap/setup.cfg.patch (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-ldap_2.3.9.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-lxml_3.0.2.bb (100%)
> > >  rename meta-python/{recipes-python =>
> > >
> recipes-devtools}/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > > (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-m2crypto_0.21.1.bb (100%)
> > >  rename meta-python/{recipes-python =>
> > > recipes-devtools}/python/python-matplotlib/fix_setup.patch (100%)
> > >  rename meta-python/{recipes-python =>
> > > recipes-devtools}/python/python-matplotlib/fix_setupext.patch (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-matplotlib_1.1.0.bb (100%)
> > >  rename meta-python/{recipes-python =>
> > > recipes-devtools}/python/python-numeric/no-lapack.patch (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-numeric_24.2.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-pexpect_2.3.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-pip_1.3.1.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-psutil_0.6.1.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-pyalsaaudio_0.4.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-pyserial_2.4.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-pyudev_0.16.1.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-pyusb_1.0.0a2.bb (100%)
> > >  rename meta-python/{recipes-python =>
> > > recipes-devtools}/python/python-pyyaml/setup.py (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-pyyaml_3.10.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-smbus_3.0.3.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-sqlalchemy_0.7.9.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-twisted_13.2.0.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-vobject_0.8.1c.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-webdav_0.1.2.bb (100%)
> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
> > > python-zopeinterface_4.1.1.bb (100%)
> > >
> > > diff --git a/meta-python/recipes-python/python/pyrtm_0.2.bb
> > > b/meta-python/recipes-devtools/python/pyrtm_0.2.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/pyrtm_0.2.bb
> > > rename to meta-python/recipes-devtools/python/pyrtm_0.2.bb
> > > diff --git a/meta-python/recipes-python/python/
> python-autobahn_0.8.6.bb
> > > b/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-autobahn_0.8.6.bb
> > > rename to meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb
> > > diff --git a/meta-python/recipes-python/python/python-cheetah_2.4.4.bb
> > > b/meta-python/recipes-devtools/python/python-cheetah_2.4.4.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-cheetah_2.4.4.bb
> > > rename to meta-python/recipes-devtools/python/python-cheetah_2.4.4.bb
> > > diff --git a/meta-python/recipes-python/python/
> python-cloudeebus_0.6.0.bb
> > > b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/
> python-cloudeebus_0.6.0.bb
> > > rename to meta-python/recipes-devtools/python/
> python-cloudeebus_0.6.0.bb
> > > diff --git a/meta-python/recipes-python/python/python-cython_0.20.2.bb
> > > b/meta-python/recipes-devtools/python/python-cython_0.20.2.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-cython_0.20.2.bb
> > > rename to meta-python/recipes-devtools/python/python-cython_0.20.2.bb
> > > diff --git a/meta-python/recipes-python/python/python-dateutil_1.5.bb
> > > b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-dateutil_1.5.bb
> > > rename to meta-python/recipes-devtools/python/python-dateutil_1.5.bb
> > > diff --git a/meta-python/recipes-python/python/python-epydoc_3.0.1.bb
> > > b/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-epydoc_3.0.1.bb
> > > rename to meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
> > > diff --git a/meta-python/recipes-python/python/
> python-feedparser_5.1.3.bb
> > > b/meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/
> python-feedparser_5.1.3.bb
> > > rename to meta-python/recipes-devtools/python/
> python-feedparser_5.1.3.bb
> > > diff --git a/meta-python/recipes-python/python/python-gdata_1.2.4.bb
> > > b/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-gdata_1.2.4.bb
> > > rename to meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
> > > diff --git a/meta-python/recipes-python/python/python-gevent_0.13.8.bb
> > > b/meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-gevent_0.13.8.bb
> > > rename to meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
> > > diff --git a/meta-python/recipes-python/python/
> python-greenlet_0.4.1.bb
> > > b/meta-python/recipes-devtools/python/python-greenlet_0.4.1.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-greenlet_0.4.1.bb
> > > rename to meta-python/recipes-devtools/python/python-greenlet_0.4.1.bb
> > > diff --git
> a/meta-python/recipes-python/python/python-ldap/setup.cfg.patch
> > > b/meta-python/recipes-devtools/python/python-ldap/setup.cfg.patch
> > > similarity index 100%
> > > rename from
> meta-python/recipes-python/python/python-ldap/setup.cfg.patch
> > > rename to
> meta-python/recipes-devtools/python/python-ldap/setup.cfg.patch
> > > diff --git a/meta-python/recipes-python/python/python-ldap_2.3.9.bb
> > > b/meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-ldap_2.3.9.bb
> > > rename to meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
> > > diff --git a/meta-python/recipes-python/python/python-lxml_3.0.2.bb
> > > b/meta-python/recipes-devtools/python/python-lxml_3.0.2.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-lxml_3.0.2.bb
> > > rename to meta-python/recipes-devtools/python/python-lxml_3.0.2.bb
> > > diff --git
> > >
> a/meta-python/recipes-python/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > >
> b/meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > > similarity index 100%
> > > rename from
> > >
> meta-python/recipes-python/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > > rename to
> > >
> meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
> > > diff --git a/meta-python/recipes-python/python/
> python-m2crypto_0.21.1.bb
> > > b/meta-python/recipes-devtools/python/python-m2crypto_0.21.1.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/
> python-m2crypto_0.21.1.bb
> > > rename to meta-python/recipes-devtools/python/
> python-m2crypto_0.21.1.bb
> > > diff --git
> > > a/meta-python/recipes-python/python/python-matplotlib/fix_setup.patch
> > > b/meta-python/recipes-devtools/python/python-matplotlib/fix_setup.patch
> > > similarity index 100%
> > > rename from
> > > meta-python/recipes-python/python/python-matplotlib/fix_setup.patch
> > > rename to
> > > meta-python/recipes-devtools/python/python-matplotlib/fix_setup.patch
> > > diff --git
> > >
> a/meta-python/recipes-python/python/python-matplotlib/fix_setupext.patch
> > >
> b/meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch
> > > similarity index 100%
> > > rename from
> > > meta-python/recipes-python/python/python-matplotlib/fix_setupext.patch
> > > rename to
> > >
> meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch
> > > diff --git a/meta-python/recipes-python/python/
> python-matplotlib_1.1.0.bb
> > > b/meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/
> python-matplotlib_1.1.0.bb
> > > rename to meta-python/recipes-devtools/python/
> python-matplotlib_1.1.0.bb
> > > diff --git
> > > a/meta-python/recipes-python/python/python-numeric/no-lapack.patch
> > > b/meta-python/recipes-devtools/python/python-numeric/no-lapack.patch
> > > similarity index 100%
> > > rename from
> > > meta-python/recipes-python/python/python-numeric/no-lapack.patch
> > > rename to
> > > meta-python/recipes-devtools/python/python-numeric/no-lapack.patch
> > > diff --git a/meta-python/recipes-python/python/python-numeric_24.2.bb
> > > b/meta-python/recipes-devtools/python/python-numeric_24.2.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-numeric_24.2.bb
> > > rename to meta-python/recipes-devtools/python/python-numeric_24.2.bb
> > > diff --git a/meta-python/recipes-python/python/python-pexpect_2.3.bb
> > > b/meta-python/recipes-devtools/python/python-pexpect_2.3.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-pexpect_2.3.bb
> > > rename to meta-python/recipes-devtools/python/python-pexpect_2.3.bb
> > > diff --git a/meta-python/recipes-python/python/python-pip_1.3.1.bb
> > > b/meta-python/recipes-devtools/python/python-pip_1.3.1.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-pip_1.3.1.bb
> > > rename to meta-python/recipes-devtools/python/python-pip_1.3.1.bb
> > > diff --git a/meta-python/recipes-python/python/python-psutil_0.6.1.bb
> > > b/meta-python/recipes-devtools/python/python-psutil_0.6.1.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-psutil_0.6.1.bb
> > > rename to meta-python/recipes-devtools/python/python-psutil_0.6.1.bb
> > > diff --git a/meta-python/recipes-python/python/
> python-pyalsaaudio_0.4.bb
> > > b/meta-python/recipes-devtools/python/python-pyalsaaudio_0.4.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/
> python-pyalsaaudio_0.4.bb
> > > rename to meta-python/recipes-devtools/python/
> python-pyalsaaudio_0.4.bb
> > > diff --git a/meta-python/recipes-python/python/python-pyserial_2.4.bb
> > > b/meta-python/recipes-devtools/python/python-pyserial_2.4.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-pyserial_2.4.bb
> > > rename to meta-python/recipes-devtools/python/python-pyserial_2.4.bb
> > > diff --git a/meta-python/recipes-python/python/python-pyudev_0.16.1.bb
> > > b/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-pyudev_0.16.1.bb
> > > rename to meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
> > > diff --git a/meta-python/recipes-python/python/python-pyusb_1.0.0a2.bb
> > > b/meta-python/recipes-devtools/python/python-pyusb_1.0.0a2.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-pyusb_1.0.0a2.bb
> > > rename to meta-python/recipes-devtools/python/python-pyusb_1.0.0a2.bb
> > > diff --git a/meta-python/recipes-python/python/python-pyyaml/setup.py
> > > b/meta-python/recipes-devtools/python/python-pyyaml/setup.py
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-pyyaml/setup.py
> > > rename to meta-python/recipes-devtools/python/python-pyyaml/setup.py
> > > diff --git a/meta-python/recipes-python/python/python-pyyaml_3.10.bb
> > > b/meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-pyyaml_3.10.bb
> > > rename to meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
> > > diff --git a/meta-python/recipes-python/python/python-smbus_3.0.3.bb
> > > b/meta-python/recipes-devtools/python/python-smbus_3.0.3.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-smbus_3.0.3.bb
> > > rename to meta-python/recipes-devtools/python/python-smbus_3.0.3.bb
> > > diff --git a/meta-python/recipes-python/python/
> python-sqlalchemy_0.7.9.bb
> > > b/meta-python/recipes-devtools/python/python-sqlalchemy_0.7.9.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/
> python-sqlalchemy_0.7.9.bb
> > > rename to meta-python/recipes-devtools/python/
> python-sqlalchemy_0.7.9.bb
> > > diff --git a/meta-python/recipes-python/python/
> python-twisted_13.2.0.bb
> > > b/meta-python/recipes-devtools/python/python-twisted_13.2.0.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-twisted_13.2.0.bb
> > > rename to meta-python/recipes-devtools/python/python-twisted_13.2.0.bb
> > > diff --git a/meta-python/recipes-python/python/
> python-vobject_0.8.1c.bb
> > > b/meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-vobject_0.8.1c.bb
> > > rename to meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb
> > > diff --git a/meta-python/recipes-python/python/python-webdav_0.1.2.bb
> > > b/meta-python/recipes-devtools/python/python-webdav_0.1.2.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/python-webdav_0.1.2.bb
> > > rename to meta-python/recipes-devtools/python/python-webdav_0.1.2.bb
> > > diff --git a/meta-python/recipes-python/python/
> > > python-zopeinterface_4.1.1.bb b/meta-python/recipes-devtools/python/
> > > python-zopeinterface_4.1.1.bb
> > > similarity index 100%
> > > rename from meta-python/recipes-python/python/
> > > python-zopeinterface_4.1.1.bb
> > > rename to meta-python/recipes-devtools/python/
> > > python-zopeinterface_4.1.1.bb
> > > --
> > > 2.0.2
> > >
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> > >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>


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

* Re: [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools
  2014-07-22 15:55       ` Tim Orling
@ 2014-07-22 18:22         ` Tim Orling
  0 siblings, 0 replies; 6+ messages in thread
From: Tim Orling @ 2014-07-22 18:22 UTC (permalink / raw)
  To: openembedded-devel

I see your point. Submitting patch to follow typical structure, more
similar to meta-perl, meta-networking, etc.

--Tim


On Tue, Jul 22, 2014 at 8:55 AM, Tim Orling <ticotimo@gmail.com> wrote:

> To work as intended, layer.conf should have had:
>
> # We have recipes-*/* and recipes-* directories, add to BBFILES
> BBFILES += "${LAYERDIR}/recipes-*/*.bb \
>             ${LAYERDIR}/recipes-*/*.bbappend \
>             ${LAYERDIR}/recipes-*/*/*.bb \
>             ${LAYERDIR}/recipes-*/*/*.bbappend"
>
> This works just fine without reverting to the original meta-oe structure.
>
>
> On Tue, Jul 22, 2014 at 8:52 AM, Martin Jansa <martin.jansa@gmail.com>
> wrote:
>
>> On Tue, Jul 22, 2014 at 08:33:00AM -0700, Tim Orling wrote:
>> > I'd rather not keep the original structure, part of my motivation for
>> > creating the layer was to not hide python recipes three directories
>> deep.
>> > The structure of the meta-perl layer seems more natural to me.
>>
>> meta-perl has also three directories deep structure, just with each
>> recipe in separate directory.
>>
>> > However, I realize and regret that the layer.conf in my original patch
>> was
>> > broken and I need to fix it. Please see v2 for meta-python creation.
>>
>> It was already merged in master.
>>
>> > On Tue, Jul 22, 2014 at 4:34 AM, Martin Jansa <martin.jansa@gmail.com>
>> > wrote:
>> >
>> > > * match old structure from meta-oe
>> > >
>> > > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>> > > ---
>> > >  meta-python/{recipes-python => recipes-devtools}/python/pyrtm_0.2.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-autobahn_0.8.6.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-cheetah_2.4.4.bb
>> > >   | 0
>> > >  .../python/python-cloudeebus_0.6.0.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-cython_0.20.2.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-dateutil_1.5.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-epydoc_3.0.1.bb
>> > >  | 0
>> > >  .../python/python-feedparser_5.1.3.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-gdata_1.2.4.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-gevent_0.13.8.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-greenlet_0.4.1.bb
>> > >  | 0
>> > >  .../python/python-ldap/setup.cfg.patch
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/python-ldap_2.3.9.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/python-lxml_3.0.2.bb
>> > >  | 0
>> > >  .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch
>> > > | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-m2crypto_0.21.1.bb
>> > > | 0
>> > >  .../python/python-matplotlib/fix_setup.patch
>> > >  | 0
>> > >  .../python/python-matplotlib/fix_setupext.patch
>> > > | 0
>> > >  .../python/python-matplotlib_1.1.0.bb
>> > >   | 0
>> > >  .../python/python-numeric/no-lapack.patch
>> > > | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-numeric_24.2.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pexpect_2.3.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/python-pip_1.3.1.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-psutil_0.6.1.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pyalsaaudio_0.4.bb
>> > > | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pyserial_2.4.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pyudev_0.16.1.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pyusb_1.0.0a2.bb
>> > >   | 0
>> > >  .../{recipes-python =>
>> recipes-devtools}/python/python-pyyaml/setup.py
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-pyyaml_3.10.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-smbus_3.0.3.bb
>> > >   | 0
>> > >  .../python/python-sqlalchemy_0.7.9.bb
>> > >   | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-twisted_13.2.0.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-vobject_0.8.1c.bb
>> > >  | 0
>> > >  .../{recipes-python => recipes-devtools}/python/
>> python-webdav_0.1.2.bb
>> > >  | 0
>> > >  .../python/python-zopeinterface_4.1.1.bb
>> > >  | 0
>> > >  36 files changed, 0 insertions(+), 0 deletions(-)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > pyrtm_0.2.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-autobahn_0.8.6.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-cheetah_2.4.4.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-cloudeebus_0.6.0.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-cython_0.20.2.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-dateutil_1.5.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-epydoc_3.0.1.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-feedparser_5.1.3.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-gdata_1.2.4.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-gevent_0.13.8.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-greenlet_0.4.1.bb (100%)
>> > >  rename meta-python/{recipes-python =>
>> > > recipes-devtools}/python/python-ldap/setup.cfg.patch (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-ldap_2.3.9.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-lxml_3.0.2.bb (100%)
>> > >  rename meta-python/{recipes-python =>
>> > >
>> recipes-devtools}/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
>> > > (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-m2crypto_0.21.1.bb (100%)
>> > >  rename meta-python/{recipes-python =>
>> > > recipes-devtools}/python/python-matplotlib/fix_setup.patch (100%)
>> > >  rename meta-python/{recipes-python =>
>> > > recipes-devtools}/python/python-matplotlib/fix_setupext.patch (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-matplotlib_1.1.0.bb (100%)
>> > >  rename meta-python/{recipes-python =>
>> > > recipes-devtools}/python/python-numeric/no-lapack.patch (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-numeric_24.2.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-pexpect_2.3.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-pip_1.3.1.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-psutil_0.6.1.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-pyalsaaudio_0.4.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-pyserial_2.4.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-pyudev_0.16.1.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-pyusb_1.0.0a2.bb (100%)
>> > >  rename meta-python/{recipes-python =>
>> > > recipes-devtools}/python/python-pyyaml/setup.py (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-pyyaml_3.10.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-smbus_3.0.3.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-sqlalchemy_0.7.9.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-twisted_13.2.0.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-vobject_0.8.1c.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-webdav_0.1.2.bb (100%)
>> > >  rename meta-python/{recipes-python => recipes-devtools}/python/
>> > > python-zopeinterface_4.1.1.bb (100%)
>> > >
>> > > diff --git a/meta-python/recipes-python/python/pyrtm_0.2.bb
>> > > b/meta-python/recipes-devtools/python/pyrtm_0.2.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/pyrtm_0.2.bb
>> > > rename to meta-python/recipes-devtools/python/pyrtm_0.2.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-autobahn_0.8.6.bb
>> > > b/meta-python/recipes-devtools/python/python-autobahn_0.8.6.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/
>> python-autobahn_0.8.6.bb
>> > > rename to meta-python/recipes-devtools/python/
>> python-autobahn_0.8.6.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-cheetah_2.4.4.bb
>> > > b/meta-python/recipes-devtools/python/python-cheetah_2.4.4.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-cheetah_2.4.4.bb
>> > > rename to meta-python/recipes-devtools/python/python-cheetah_2.4.4.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-cloudeebus_0.6.0.bb
>> > > b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/
>> python-cloudeebus_0.6.0.bb
>> > > rename to meta-python/recipes-devtools/python/
>> python-cloudeebus_0.6.0.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-cython_0.20.2.bb
>> > > b/meta-python/recipes-devtools/python/python-cython_0.20.2.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-cython_0.20.2.bb
>> > > rename to meta-python/recipes-devtools/python/python-cython_0.20.2.bb
>> > > diff --git a/meta-python/recipes-python/python/python-dateutil_1.5.bb
>> > > b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-dateutil_1.5.bb
>> > > rename to meta-python/recipes-devtools/python/python-dateutil_1.5.bb
>> > > diff --git a/meta-python/recipes-python/python/python-epydoc_3.0.1.bb
>> > > b/meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-epydoc_3.0.1.bb
>> > > rename to meta-python/recipes-devtools/python/python-epydoc_3.0.1.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-feedparser_5.1.3.bb
>> > > b/meta-python/recipes-devtools/python/python-feedparser_5.1.3.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/
>> python-feedparser_5.1.3.bb
>> > > rename to meta-python/recipes-devtools/python/
>> python-feedparser_5.1.3.bb
>> > > diff --git a/meta-python/recipes-python/python/python-gdata_1.2.4.bb
>> > > b/meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-gdata_1.2.4.bb
>> > > rename to meta-python/recipes-devtools/python/python-gdata_1.2.4.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-gevent_0.13.8.bb
>> > > b/meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-gevent_0.13.8.bb
>> > > rename to meta-python/recipes-devtools/python/python-gevent_0.13.8.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-greenlet_0.4.1.bb
>> > > b/meta-python/recipes-devtools/python/python-greenlet_0.4.1.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/
>> python-greenlet_0.4.1.bb
>> > > rename to meta-python/recipes-devtools/python/
>> python-greenlet_0.4.1.bb
>> > > diff --git
>> a/meta-python/recipes-python/python/python-ldap/setup.cfg.patch
>> > > b/meta-python/recipes-devtools/python/python-ldap/setup.cfg.patch
>> > > similarity index 100%
>> > > rename from
>> meta-python/recipes-python/python/python-ldap/setup.cfg.patch
>> > > rename to
>> meta-python/recipes-devtools/python/python-ldap/setup.cfg.patch
>> > > diff --git a/meta-python/recipes-python/python/python-ldap_2.3.9.bb
>> > > b/meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-ldap_2.3.9.bb
>> > > rename to meta-python/recipes-devtools/python/python-ldap_2.3.9.bb
>> > > diff --git a/meta-python/recipes-python/python/python-lxml_3.0.2.bb
>> > > b/meta-python/recipes-devtools/python/python-lxml_3.0.2.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-lxml_3.0.2.bb
>> > > rename to meta-python/recipes-devtools/python/python-lxml_3.0.2.bb
>> > > diff --git
>> > >
>> a/meta-python/recipes-python/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
>> > >
>> b/meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
>> > > similarity index 100%
>> > > rename from
>> > >
>> meta-python/recipes-python/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
>> > > rename to
>> > >
>> meta-python/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
>> > > diff --git a/meta-python/recipes-python/python/
>> python-m2crypto_0.21.1.bb
>> > > b/meta-python/recipes-devtools/python/python-m2crypto_0.21.1.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/
>> python-m2crypto_0.21.1.bb
>> > > rename to meta-python/recipes-devtools/python/
>> python-m2crypto_0.21.1.bb
>> > > diff --git
>> > > a/meta-python/recipes-python/python/python-matplotlib/fix_setup.patch
>> > >
>> b/meta-python/recipes-devtools/python/python-matplotlib/fix_setup.patch
>> > > similarity index 100%
>> > > rename from
>> > > meta-python/recipes-python/python/python-matplotlib/fix_setup.patch
>> > > rename to
>> > > meta-python/recipes-devtools/python/python-matplotlib/fix_setup.patch
>> > > diff --git
>> > >
>> a/meta-python/recipes-python/python/python-matplotlib/fix_setupext.patch
>> > >
>> b/meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch
>> > > similarity index 100%
>> > > rename from
>> > > meta-python/recipes-python/python/python-matplotlib/fix_setupext.patch
>> > > rename to
>> > >
>> meta-python/recipes-devtools/python/python-matplotlib/fix_setupext.patch
>> > > diff --git a/meta-python/recipes-python/python/
>> python-matplotlib_1.1.0.bb
>> > > b/meta-python/recipes-devtools/python/python-matplotlib_1.1.0.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/
>> python-matplotlib_1.1.0.bb
>> > > rename to meta-python/recipes-devtools/python/
>> python-matplotlib_1.1.0.bb
>> > > diff --git
>> > > a/meta-python/recipes-python/python/python-numeric/no-lapack.patch
>> > > b/meta-python/recipes-devtools/python/python-numeric/no-lapack.patch
>> > > similarity index 100%
>> > > rename from
>> > > meta-python/recipes-python/python/python-numeric/no-lapack.patch
>> > > rename to
>> > > meta-python/recipes-devtools/python/python-numeric/no-lapack.patch
>> > > diff --git a/meta-python/recipes-python/python/python-numeric_24.2.bb
>> > > b/meta-python/recipes-devtools/python/python-numeric_24.2.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-numeric_24.2.bb
>> > > rename to meta-python/recipes-devtools/python/python-numeric_24.2.bb
>> > > diff --git a/meta-python/recipes-python/python/python-pexpect_2.3.bb
>> > > b/meta-python/recipes-devtools/python/python-pexpect_2.3.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-pexpect_2.3.bb
>> > > rename to meta-python/recipes-devtools/python/python-pexpect_2.3.bb
>> > > diff --git a/meta-python/recipes-python/python/python-pip_1.3.1.bb
>> > > b/meta-python/recipes-devtools/python/python-pip_1.3.1.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-pip_1.3.1.bb
>> > > rename to meta-python/recipes-devtools/python/python-pip_1.3.1.bb
>> > > diff --git a/meta-python/recipes-python/python/python-psutil_0.6.1.bb
>> > > b/meta-python/recipes-devtools/python/python-psutil_0.6.1.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-psutil_0.6.1.bb
>> > > rename to meta-python/recipes-devtools/python/python-psutil_0.6.1.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-pyalsaaudio_0.4.bb
>> > > b/meta-python/recipes-devtools/python/python-pyalsaaudio_0.4.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/
>> python-pyalsaaudio_0.4.bb
>> > > rename to meta-python/recipes-devtools/python/
>> python-pyalsaaudio_0.4.bb
>> > > diff --git a/meta-python/recipes-python/python/python-pyserial_2.4.bb
>> > > b/meta-python/recipes-devtools/python/python-pyserial_2.4.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-pyserial_2.4.bb
>> > > rename to meta-python/recipes-devtools/python/python-pyserial_2.4.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-pyudev_0.16.1.bb
>> > > b/meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-pyudev_0.16.1.bb
>> > > rename to meta-python/recipes-devtools/python/python-pyudev_0.16.1.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-pyusb_1.0.0a2.bb
>> > > b/meta-python/recipes-devtools/python/python-pyusb_1.0.0a2.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-pyusb_1.0.0a2.bb
>> > > rename to meta-python/recipes-devtools/python/python-pyusb_1.0.0a2.bb
>> > > diff --git a/meta-python/recipes-python/python/python-pyyaml/setup.py
>> > > b/meta-python/recipes-devtools/python/python-pyyaml/setup.py
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-pyyaml/setup.py
>> > > rename to meta-python/recipes-devtools/python/python-pyyaml/setup.py
>> > > diff --git a/meta-python/recipes-python/python/python-pyyaml_3.10.bb
>> > > b/meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-pyyaml_3.10.bb
>> > > rename to meta-python/recipes-devtools/python/python-pyyaml_3.10.bb
>> > > diff --git a/meta-python/recipes-python/python/python-smbus_3.0.3.bb
>> > > b/meta-python/recipes-devtools/python/python-smbus_3.0.3.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-smbus_3.0.3.bb
>> > > rename to meta-python/recipes-devtools/python/python-smbus_3.0.3.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-sqlalchemy_0.7.9.bb
>> > > b/meta-python/recipes-devtools/python/python-sqlalchemy_0.7.9.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/
>> python-sqlalchemy_0.7.9.bb
>> > > rename to meta-python/recipes-devtools/python/
>> python-sqlalchemy_0.7.9.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-twisted_13.2.0.bb
>> > > b/meta-python/recipes-devtools/python/python-twisted_13.2.0.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/
>> python-twisted_13.2.0.bb
>> > > rename to meta-python/recipes-devtools/python/
>> python-twisted_13.2.0.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> python-vobject_0.8.1c.bb
>> > > b/meta-python/recipes-devtools/python/python-vobject_0.8.1c.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/
>> python-vobject_0.8.1c.bb
>> > > rename to meta-python/recipes-devtools/python/
>> python-vobject_0.8.1c.bb
>> > > diff --git a/meta-python/recipes-python/python/python-webdav_0.1.2.bb
>> > > b/meta-python/recipes-devtools/python/python-webdav_0.1.2.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/python-webdav_0.1.2.bb
>> > > rename to meta-python/recipes-devtools/python/python-webdav_0.1.2.bb
>> > > diff --git a/meta-python/recipes-python/python/
>> > > python-zopeinterface_4.1.1.bb b/meta-python/recipes-devtools/python/
>> > > python-zopeinterface_4.1.1.bb
>> > > similarity index 100%
>> > > rename from meta-python/recipes-python/python/
>> > > python-zopeinterface_4.1.1.bb
>> > > rename to meta-python/recipes-devtools/python/
>> > > python-zopeinterface_4.1.1.bb
>> > > --
>> > > 2.0.2
>> > >
>> > > --
>> > > _______________________________________________
>> > > Openembedded-devel mailing list
>> > > Openembedded-devel@lists.openembedded.org
>> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>> > >
>> > --
>> > _______________________________________________
>> > Openembedded-devel mailing list
>> > Openembedded-devel@lists.openembedded.org
>> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>> --
>> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>>
>


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

end of thread, other threads:[~2014-07-22 18:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22 11:34 [meta-oe][PATCH 1/2] python-efl: add git version Martin Jansa
2014-07-22 11:34 ` [meta-oe][PATCH 2/2] meta-python: rename recipes-python to recipes-devtools Martin Jansa
2014-07-22 15:33   ` Tim Orling
2014-07-22 15:52     ` Martin Jansa
2014-07-22 15:55       ` Tim Orling
2014-07-22 18:22         ` Tim Orling

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.