* [meta-oe][PATCH 0/2] meta-python creation
@ 2014-07-15 23:32 Tim Orling
2014-07-15 23:32 ` [meta-oe][PATCH 1/2] meta-python: create layer Tim Orling
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Tim Orling @ 2014-07-15 23:32 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
********
This layer is intended to be the home of python modules for OpenEmbedded.
Modules in this layer need to be independent of openembedded-core and
meta-openembedded/meta-oe. Because of this, modules required by 'gateone'
and 'anki' are not included and remain in:
meta-openembedded/meta-oe/recipes-devtools/python.
Maintainers:
Tim "moto-timo" Orling <TicoTimo@gmail.com>
Paul "bluelightning" Eggleton <paul.eggleton@linux.intel.com>
********
The following changes since commit 239debcd8a0359aad64406476b801948f9b8ff14:
usleep: add 1.0 recipe (2014-07-15 15:03:43 +0200)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib timo/meta-python
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=timo/meta-python
Tim Orling (2):
meta-python: create layer
meta-python: move recipes from meta-oe
meta-python/COPYING.MIT | 17 +++++++
meta-python/README | 53 ++++++++++++++++++++++
meta-python/conf/layer.conf | 9 ++++
.../recipes-python}/pyrtm_0.2.bb | 0
.../recipes-python}/python-autobahn_0.8.6.bb | 0
.../recipes-python}/python-cheetah_2.4.4.bb | 0
.../recipes-python}/python-cloudeebus_0.6.0.bb | 0
.../recipes-python}/python-cython_0.20.2.bb | 0
.../recipes-python}/python-dateutil_1.5.bb | 0
.../recipes-python}/python-epydoc_3.0.1.bb | 0
.../recipes-python}/python-feedparser_5.1.3.bb | 0
.../recipes-python}/python-gdata_1.2.4.bb | 0
.../recipes-python}/python-gevent_0.13.8.bb | 0
.../recipes-python}/python-greenlet_0.4.1.bb | 0
.../recipes-python}/python-ldap/setup.cfg.patch | 0
.../recipes-python}/python-ldap_2.3.9.bb | 0
.../recipes-python}/python-lxml_3.0.2.bb | 0
...y-link-in-sysroot-not-in-host-directories.patch | 0
.../recipes-python}/python-m2crypto_0.21.1.bb | 0
.../python-matplotlib/fix_setup.patch | 0
.../python-matplotlib/fix_setupext.patch | 0
.../recipes-python}/python-matplotlib_1.1.0.bb | 0
.../recipes-python}/python-numeric/no-lapack.patch | 0
.../recipes-python}/python-numeric_24.2.bb | 0
.../recipes-python}/python-pexpect_2.3.bb | 0
.../recipes-python}/python-pip_1.3.1.bb | 0
.../recipes-python}/python-psutil_0.6.1.bb | 0
.../recipes-python}/python-pyalsaaudio_0.4.bb | 0
.../recipes-python}/python-pyserial_2.4.bb | 0
.../recipes-python}/python-pyudev_0.16.1.bb | 0
.../recipes-python}/python-pyusb_1.0.0a2.bb | 0
.../recipes-python}/python-pyyaml/setup.py | 0
.../recipes-python}/python-pyyaml_3.10.bb | 0
.../recipes-python}/python-smbus_3.0.3.bb | 0
.../recipes-python}/python-sqlalchemy_0.7.9.bb | 0
.../recipes-python}/python-twisted_13.2.0.bb | 0
.../recipes-python}/python-vobject_0.8.1c.bb | 0
.../recipes-python}/python-webdav_0.1.2.bb | 0
.../recipes-python}/python-zopeinterface_4.1.1.bb | 0
39 files changed, 79 insertions(+)
create mode 100644 meta-python/COPYING.MIT
create mode 100644 meta-python/README
create mode 100644 meta-python/conf/layer.conf
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-autobahn_0.8.6.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cheetah_2.4.4.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cloudeebus_0.6.0.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cython_0.20.2.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-dateutil_1.5.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-epydoc_3.0.1.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-feedparser_5.1.3.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gdata_1.2.4.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gevent_0.13.8.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-greenlet_0.4.1.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap/setup.cfg.patch (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap_2.3.9.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-lxml_3.0.2.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto_0.21.1.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setup.patch (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setupext.patch (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib_1.1.0.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric/no-lapack.patch (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric_24.2.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pexpect_2.3.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pip_1.3.1.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-psutil_0.6.1.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyalsaaudio_0.4.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyserial_2.4.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyudev_0.16.1.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyusb_1.0.0a2.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml/setup.py (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml_3.10.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-smbus_3.0.3.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-sqlalchemy_0.7.9.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-twisted_13.2.0.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-vobject_0.8.1c.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-webdav_0.1.2.bb (100%)
rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-zopeinterface_4.1.1.bb (100%)
--
1.9.3
^ permalink raw reply [flat|nested] 12+ messages in thread* [meta-oe][PATCH 1/2] meta-python: create layer 2014-07-15 23:32 [meta-oe][PATCH 0/2] meta-python creation Tim Orling @ 2014-07-15 23:32 ` Tim Orling 2014-07-15 23:32 ` [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe Tim Orling 2014-07-22 19:01 ` [meta-oe][PATCH 0/2] meta-python creation Martin Jansa 2 siblings, 0 replies; 12+ messages in thread From: Tim Orling @ 2014-07-15 23:32 UTC (permalink / raw) To: openembedded-devel; +Cc: paul.eggleton Signed-off-by: Tim Orling <TicoTimo@gmail.com> --- meta-python/COPYING.MIT | 17 +++++++++++++++ meta-python/README | 53 +++++++++++++++++++++++++++++++++++++++++++++ meta-python/conf/layer.conf | 9 ++++++++ 3 files changed, 79 insertions(+) create mode 100644 meta-python/COPYING.MIT create mode 100644 meta-python/README create mode 100644 meta-python/conf/layer.conf diff --git a/meta-python/COPYING.MIT b/meta-python/COPYING.MIT new file mode 100644 index 0000000..fb950dc --- /dev/null +++ b/meta-python/COPYING.MIT @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/meta-python/README b/meta-python/README new file mode 100644 index 0000000..f62ab8f --- /dev/null +++ b/meta-python/README @@ -0,0 +1,53 @@ +meta-python +================================ + +Introduction +------------------------- + +This layer is intended to be the home of python modules for OpenEmbedded. +Modules in this layer need to be independent of openembedded-core and +meta-openembedded/meta-oe. Because of this, modules required by 'gateone' +and 'anki' are not included and remain in: + meta-openembedded/meta-oe/recipes-devtools/python. + +Dependencies +------------------------- + +The meta-python layer depends on: + + URI: git://git.openembedded.org/openembedded-core + layers: meta + branch: master + revision: HEAD + + URI: git://git.openembedded.org/meta-openembedded + layers: meta-oe + branch: master + revision: HEAD + +Please follow the recommended setup procedures of your OE distribution. +For Angstrom that is: + http://www.angstrom-distribution.org/building-angstrom, +other distros should have similar online resources. + +Contributing +------------------------- + +The meta-openembedded mailinglist +(openembedded-devel@lists.openembedded.org) is used for questions, +comments and patch review. It is subscriber only, so please register +before posting. + +Send pull requests to openembedded-devel@lists.openembedded.org with +'[meta-python]' in the subject. + +When sending single patches, please use something like: +'git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix=meta-python][PATCH' + +Maintenance +------------------------- + +Maintainers: + Tim "moto-timo" Orling <TicoTimo@gmail.com> + Paul "bluelightning" Eggleton <paul.eggleton@linux.intel.com> + diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf new file mode 100644 index 0000000..4e8eca3 --- /dev/null +++ b/meta-python/conf/layer.conf @@ -0,0 +1,9 @@ +# We might have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have recipes directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-python" +BBFILE_PATTERN_meta-python := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-python = "7" -- 1.9.3 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe 2014-07-15 23:32 [meta-oe][PATCH 0/2] meta-python creation Tim Orling 2014-07-15 23:32 ` [meta-oe][PATCH 1/2] meta-python: create layer Tim Orling @ 2014-07-15 23:32 ` Tim Orling 2014-07-16 12:38 ` Martin Jansa 2014-07-16 12:50 ` Martin Jansa 2014-07-22 19:01 ` [meta-oe][PATCH 0/2] meta-python creation Martin Jansa 2 siblings, 2 replies; 12+ messages in thread From: Tim Orling @ 2014-07-15 23:32 UTC (permalink / raw) To: openembedded-devel; +Cc: paul.eggleton * Move recipes from meta-openembedded/meta-oe that are not depended upon by recipes already in meta-oe (e.g. gateone, anki) * Recipes NOT moved: python-futures python-pyopenssl python-simplejson python-tornado python-pyqt python-sip Signed-off-by: Tim Orling <TicoTimo@gmail.com> --- .../recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb | 0 .../python => meta-python/recipes-python}/python-autobahn_0.8.6.bb | 0 .../python => meta-python/recipes-python}/python-cheetah_2.4.4.bb | 0 .../python => meta-python/recipes-python}/python-cloudeebus_0.6.0.bb | 0 .../python => meta-python/recipes-python}/python-cython_0.20.2.bb | 0 .../python => meta-python/recipes-python}/python-dateutil_1.5.bb | 0 .../python => meta-python/recipes-python}/python-epydoc_3.0.1.bb | 0 .../python => meta-python/recipes-python}/python-feedparser_5.1.3.bb | 0 .../python => meta-python/recipes-python}/python-gdata_1.2.4.bb | 0 .../python => meta-python/recipes-python}/python-gevent_0.13.8.bb | 0 .../python => meta-python/recipes-python}/python-greenlet_0.4.1.bb | 0 .../python => meta-python/recipes-python}/python-ldap/setup.cfg.patch | 0 .../python => meta-python/recipes-python}/python-ldap_2.3.9.bb | 0 .../python => meta-python/recipes-python}/python-lxml_3.0.2.bb | 0 .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch | 0 .../python => meta-python/recipes-python}/python-m2crypto_0.21.1.bb | 0 .../recipes-python}/python-matplotlib/fix_setup.patch | 0 .../recipes-python}/python-matplotlib/fix_setupext.patch | 0 .../python => meta-python/recipes-python}/python-matplotlib_1.1.0.bb | 0 .../python => meta-python/recipes-python}/python-numeric/no-lapack.patch | 0 .../python => meta-python/recipes-python}/python-numeric_24.2.bb | 0 .../python => meta-python/recipes-python}/python-pexpect_2.3.bb | 0 .../python => meta-python/recipes-python}/python-pip_1.3.1.bb | 0 .../python => meta-python/recipes-python}/python-psutil_0.6.1.bb | 0 .../python => meta-python/recipes-python}/python-pyalsaaudio_0.4.bb | 0 .../python => meta-python/recipes-python}/python-pyserial_2.4.bb | 0 .../python => meta-python/recipes-python}/python-pyudev_0.16.1.bb | 0 .../python => meta-python/recipes-python}/python-pyusb_1.0.0a2.bb | 0 .../python => meta-python/recipes-python}/python-pyyaml/setup.py | 0 .../python => meta-python/recipes-python}/python-pyyaml_3.10.bb | 0 .../python => meta-python/recipes-python}/python-smbus_3.0.3.bb | 0 .../python => meta-python/recipes-python}/python-sqlalchemy_0.7.9.bb | 0 .../python => meta-python/recipes-python}/python-twisted_13.2.0.bb | 0 .../python => meta-python/recipes-python}/python-vobject_0.8.1c.bb | 0 .../python => meta-python/recipes-python}/python-webdav_0.1.2.bb | 0 .../python => meta-python/recipes-python}/python-zopeinterface_4.1.1.bb | 0 36 files changed, 0 insertions(+), 0 deletions(-) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-autobahn_0.8.6.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cheetah_2.4.4.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cloudeebus_0.6.0.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cython_0.20.2.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-dateutil_1.5.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-epydoc_3.0.1.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-feedparser_5.1.3.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gdata_1.2.4.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gevent_0.13.8.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-greenlet_0.4.1.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap/setup.cfg.patch (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap_2.3.9.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-lxml_3.0.2.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto_0.21.1.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setup.patch (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setupext.patch (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib_1.1.0.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric/no-lapack.patch (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric_24.2.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pexpect_2.3.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pip_1.3.1.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-psutil_0.6.1.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyalsaaudio_0.4.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyserial_2.4.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyudev_0.16.1.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyusb_1.0.0a2.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml/setup.py (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml_3.10.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-smbus_3.0.3.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-sqlalchemy_0.7.9.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-twisted_13.2.0.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-vobject_0.8.1c.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-webdav_0.1.2.bb (100%) rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-zopeinterface_4.1.1.bb (100%) diff --git a/meta-oe/recipes-devtools/python/pyrtm_0.2.bb b/meta-python/recipes-python/pyrtm_0.2.bb similarity index 100% rename from meta-oe/recipes-devtools/python/pyrtm_0.2.bb rename to meta-python/recipes-python/pyrtm_0.2.bb diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb b/meta-python/recipes-python/python-autobahn_0.8.6.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb rename to meta-python/recipes-python/python-autobahn_0.8.6.bb diff --git a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb b/meta-python/recipes-python/python-cheetah_2.4.4.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb rename to meta-python/recipes-python/python-cheetah_2.4.4.bb diff --git a/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb b/meta-python/recipes-python/python-cloudeebus_0.6.0.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb rename to meta-python/recipes-python/python-cloudeebus_0.6.0.bb diff --git a/meta-oe/recipes-devtools/python/python-cython_0.20.2.bb b/meta-python/recipes-python/python-cython_0.20.2.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-cython_0.20.2.bb rename to meta-python/recipes-python/python-cython_0.20.2.bb diff --git a/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb b/meta-python/recipes-python/python-dateutil_1.5.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-dateutil_1.5.bb rename to meta-python/recipes-python/python-dateutil_1.5.bb diff --git a/meta-oe/recipes-devtools/python/python-epydoc_3.0.1.bb b/meta-python/recipes-python/python-epydoc_3.0.1.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-epydoc_3.0.1.bb rename to meta-python/recipes-python/python-epydoc_3.0.1.bb diff --git a/meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb b/meta-python/recipes-python/python-feedparser_5.1.3.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb rename to meta-python/recipes-python/python-feedparser_5.1.3.bb diff --git a/meta-oe/recipes-devtools/python/python-gdata_1.2.4.bb b/meta-python/recipes-python/python-gdata_1.2.4.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-gdata_1.2.4.bb rename to meta-python/recipes-python/python-gdata_1.2.4.bb diff --git a/meta-oe/recipes-devtools/python/python-gevent_0.13.8.bb b/meta-python/recipes-python/python-gevent_0.13.8.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-gevent_0.13.8.bb rename to meta-python/recipes-python/python-gevent_0.13.8.bb diff --git a/meta-oe/recipes-devtools/python/python-greenlet_0.4.1.bb b/meta-python/recipes-python/python-greenlet_0.4.1.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-greenlet_0.4.1.bb rename to meta-python/recipes-python/python-greenlet_0.4.1.bb diff --git a/meta-oe/recipes-devtools/python/python-ldap/setup.cfg.patch b/meta-python/recipes-python/python-ldap/setup.cfg.patch similarity index 100% rename from meta-oe/recipes-devtools/python/python-ldap/setup.cfg.patch rename to meta-python/recipes-python/python-ldap/setup.cfg.patch diff --git a/meta-oe/recipes-devtools/python/python-ldap_2.3.9.bb b/meta-python/recipes-python/python-ldap_2.3.9.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-ldap_2.3.9.bb rename to meta-python/recipes-python/python-ldap_2.3.9.bb diff --git a/meta-oe/recipes-devtools/python/python-lxml_3.0.2.bb b/meta-python/recipes-python/python-lxml_3.0.2.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-lxml_3.0.2.bb rename to meta-python/recipes-python/python-lxml_3.0.2.bb diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-python/recipes-python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch similarity index 100% rename from meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch rename to meta-python/recipes-python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch diff --git a/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb b/meta-python/recipes-python/python-m2crypto_0.21.1.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb rename to meta-python/recipes-python/python-m2crypto_0.21.1.bb diff --git a/meta-oe/recipes-devtools/python/python-matplotlib/fix_setup.patch b/meta-python/recipes-python/python-matplotlib/fix_setup.patch similarity index 100% rename from meta-oe/recipes-devtools/python/python-matplotlib/fix_setup.patch rename to meta-python/recipes-python/python-matplotlib/fix_setup.patch diff --git a/meta-oe/recipes-devtools/python/python-matplotlib/fix_setupext.patch b/meta-python/recipes-python/python-matplotlib/fix_setupext.patch similarity index 100% rename from meta-oe/recipes-devtools/python/python-matplotlib/fix_setupext.patch rename to meta-python/recipes-python/python-matplotlib/fix_setupext.patch diff --git a/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb b/meta-python/recipes-python/python-matplotlib_1.1.0.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb rename to meta-python/recipes-python/python-matplotlib_1.1.0.bb diff --git a/meta-oe/recipes-devtools/python/python-numeric/no-lapack.patch b/meta-python/recipes-python/python-numeric/no-lapack.patch similarity index 100% rename from meta-oe/recipes-devtools/python/python-numeric/no-lapack.patch rename to meta-python/recipes-python/python-numeric/no-lapack.patch diff --git a/meta-oe/recipes-devtools/python/python-numeric_24.2.bb b/meta-python/recipes-python/python-numeric_24.2.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-numeric_24.2.bb rename to meta-python/recipes-python/python-numeric_24.2.bb diff --git a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb b/meta-python/recipes-python/python-pexpect_2.3.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-pexpect_2.3.bb rename to meta-python/recipes-python/python-pexpect_2.3.bb diff --git a/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb b/meta-python/recipes-python/python-pip_1.3.1.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-pip_1.3.1.bb rename to meta-python/recipes-python/python-pip_1.3.1.bb diff --git a/meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb b/meta-python/recipes-python/python-psutil_0.6.1.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb rename to meta-python/recipes-python/python-psutil_0.6.1.bb diff --git a/meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb b/meta-python/recipes-python/python-pyalsaaudio_0.4.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb rename to meta-python/recipes-python/python-pyalsaaudio_0.4.bb diff --git a/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb b/meta-python/recipes-python/python-pyserial_2.4.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-pyserial_2.4.bb rename to meta-python/recipes-python/python-pyserial_2.4.bb diff --git a/meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb b/meta-python/recipes-python/python-pyudev_0.16.1.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb rename to meta-python/recipes-python/python-pyudev_0.16.1.bb diff --git a/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb b/meta-python/recipes-python/python-pyusb_1.0.0a2.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb rename to meta-python/recipes-python/python-pyusb_1.0.0a2.bb diff --git a/meta-oe/recipes-devtools/python/python-pyyaml/setup.py b/meta-python/recipes-python/python-pyyaml/setup.py similarity index 100% rename from meta-oe/recipes-devtools/python/python-pyyaml/setup.py rename to meta-python/recipes-python/python-pyyaml/setup.py diff --git a/meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb b/meta-python/recipes-python/python-pyyaml_3.10.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb rename to meta-python/recipes-python/python-pyyaml_3.10.bb diff --git a/meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb b/meta-python/recipes-python/python-smbus_3.0.3.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb rename to meta-python/recipes-python/python-smbus_3.0.3.bb diff --git a/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb b/meta-python/recipes-python/python-sqlalchemy_0.7.9.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb rename to meta-python/recipes-python/python-sqlalchemy_0.7.9.bb diff --git a/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb b/meta-python/recipes-python/python-twisted_13.2.0.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb rename to meta-python/recipes-python/python-twisted_13.2.0.bb diff --git a/meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb b/meta-python/recipes-python/python-vobject_0.8.1c.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb rename to meta-python/recipes-python/python-vobject_0.8.1c.bb diff --git a/meta-oe/recipes-devtools/python/python-webdav_0.1.2.bb b/meta-python/recipes-python/python-webdav_0.1.2.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-webdav_0.1.2.bb rename to meta-python/recipes-python/python-webdav_0.1.2.bb diff --git a/meta-oe/recipes-devtools/python/python-zopeinterface_4.1.1.bb b/meta-python/recipes-python/python-zopeinterface_4.1.1.bb similarity index 100% rename from meta-oe/recipes-devtools/python/python-zopeinterface_4.1.1.bb rename to meta-python/recipes-python/python-zopeinterface_4.1.1.bb -- 1.9.3 ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe 2014-07-15 23:32 ` [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe Tim Orling @ 2014-07-16 12:38 ` Martin Jansa 2014-07-16 12:50 ` Martin Jansa 1 sibling, 0 replies; 12+ messages in thread From: Martin Jansa @ 2014-07-16 12:38 UTC (permalink / raw) To: openembedded-devel; +Cc: paul.eggleton [-- Attachment #1: Type: text/plain, Size: 18549 bytes --] On Tue, Jul 15, 2014 at 04:32:34PM -0700, Tim Orling wrote: > * Move recipes from meta-openembedded/meta-oe that are not > depended upon by recipes already in meta-oe (e.g. gateone, > anki) I'll add meta-efl/README update, because of: ERROR: Nothing PROVIDES 'python-numeric' (but /home/jenkins/oe/world/shr-core/meta-openembedded/meta-efl/recipes-devtools/python/python-efl_1.10.0.bb, /home/jenkins/oe/world/shr-core/meta-openembedded/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb DEPENDS on or otherwise requires it). Close matches: > > * Recipes NOT moved: > python-futures > python-pyopenssl > python-simplejson > python-tornado > python-pyqt > python-sip > > Signed-off-by: Tim Orling <TicoTimo@gmail.com> > --- > .../recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb | 0 > .../python => meta-python/recipes-python}/python-autobahn_0.8.6.bb | 0 > .../python => meta-python/recipes-python}/python-cheetah_2.4.4.bb | 0 > .../python => meta-python/recipes-python}/python-cloudeebus_0.6.0.bb | 0 > .../python => meta-python/recipes-python}/python-cython_0.20.2.bb | 0 > .../python => meta-python/recipes-python}/python-dateutil_1.5.bb | 0 > .../python => meta-python/recipes-python}/python-epydoc_3.0.1.bb | 0 > .../python => meta-python/recipes-python}/python-feedparser_5.1.3.bb | 0 > .../python => meta-python/recipes-python}/python-gdata_1.2.4.bb | 0 > .../python => meta-python/recipes-python}/python-gevent_0.13.8.bb | 0 > .../python => meta-python/recipes-python}/python-greenlet_0.4.1.bb | 0 > .../python => meta-python/recipes-python}/python-ldap/setup.cfg.patch | 0 > .../python => meta-python/recipes-python}/python-ldap_2.3.9.bb | 0 > .../python => meta-python/recipes-python}/python-lxml_3.0.2.bb | 0 > .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch | 0 > .../python => meta-python/recipes-python}/python-m2crypto_0.21.1.bb | 0 > .../recipes-python}/python-matplotlib/fix_setup.patch | 0 > .../recipes-python}/python-matplotlib/fix_setupext.patch | 0 > .../python => meta-python/recipes-python}/python-matplotlib_1.1.0.bb | 0 > .../python => meta-python/recipes-python}/python-numeric/no-lapack.patch | 0 > .../python => meta-python/recipes-python}/python-numeric_24.2.bb | 0 > .../python => meta-python/recipes-python}/python-pexpect_2.3.bb | 0 > .../python => meta-python/recipes-python}/python-pip_1.3.1.bb | 0 > .../python => meta-python/recipes-python}/python-psutil_0.6.1.bb | 0 > .../python => meta-python/recipes-python}/python-pyalsaaudio_0.4.bb | 0 > .../python => meta-python/recipes-python}/python-pyserial_2.4.bb | 0 > .../python => meta-python/recipes-python}/python-pyudev_0.16.1.bb | 0 > .../python => meta-python/recipes-python}/python-pyusb_1.0.0a2.bb | 0 > .../python => meta-python/recipes-python}/python-pyyaml/setup.py | 0 > .../python => meta-python/recipes-python}/python-pyyaml_3.10.bb | 0 > .../python => meta-python/recipes-python}/python-smbus_3.0.3.bb | 0 > .../python => meta-python/recipes-python}/python-sqlalchemy_0.7.9.bb | 0 > .../python => meta-python/recipes-python}/python-twisted_13.2.0.bb | 0 > .../python => meta-python/recipes-python}/python-vobject_0.8.1c.bb | 0 > .../python => meta-python/recipes-python}/python-webdav_0.1.2.bb | 0 > .../python => meta-python/recipes-python}/python-zopeinterface_4.1.1.bb | 0 > 36 files changed, 0 insertions(+), 0 deletions(-) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-autobahn_0.8.6.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cheetah_2.4.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cloudeebus_0.6.0.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cython_0.20.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-dateutil_1.5.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-epydoc_3.0.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-feedparser_5.1.3.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gdata_1.2.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gevent_0.13.8.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-greenlet_0.4.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap/setup.cfg.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap_2.3.9.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-lxml_3.0.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto_0.21.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setup.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setupext.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib_1.1.0.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric/no-lapack.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric_24.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pexpect_2.3.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pip_1.3.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-psutil_0.6.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyalsaaudio_0.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyserial_2.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyudev_0.16.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyusb_1.0.0a2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml/setup.py (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml_3.10.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-smbus_3.0.3.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-sqlalchemy_0.7.9.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-twisted_13.2.0.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-vobject_0.8.1c.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-webdav_0.1.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-zopeinterface_4.1.1.bb (100%) > > diff --git a/meta-oe/recipes-devtools/python/pyrtm_0.2.bb b/meta-python/recipes-python/pyrtm_0.2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/pyrtm_0.2.bb > rename to meta-python/recipes-python/pyrtm_0.2.bb > diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb b/meta-python/recipes-python/python-autobahn_0.8.6.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb > rename to meta-python/recipes-python/python-autobahn_0.8.6.bb > diff --git a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb b/meta-python/recipes-python/python-cheetah_2.4.4.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb > rename to meta-python/recipes-python/python-cheetah_2.4.4.bb > diff --git a/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb b/meta-python/recipes-python/python-cloudeebus_0.6.0.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb > rename to meta-python/recipes-python/python-cloudeebus_0.6.0.bb > diff --git a/meta-oe/recipes-devtools/python/python-cython_0.20.2.bb b/meta-python/recipes-python/python-cython_0.20.2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-cython_0.20.2.bb > rename to meta-python/recipes-python/python-cython_0.20.2.bb > diff --git a/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb b/meta-python/recipes-python/python-dateutil_1.5.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-dateutil_1.5.bb > rename to meta-python/recipes-python/python-dateutil_1.5.bb > diff --git a/meta-oe/recipes-devtools/python/python-epydoc_3.0.1.bb b/meta-python/recipes-python/python-epydoc_3.0.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-epydoc_3.0.1.bb > rename to meta-python/recipes-python/python-epydoc_3.0.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb b/meta-python/recipes-python/python-feedparser_5.1.3.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb > rename to meta-python/recipes-python/python-feedparser_5.1.3.bb > diff --git a/meta-oe/recipes-devtools/python/python-gdata_1.2.4.bb b/meta-python/recipes-python/python-gdata_1.2.4.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-gdata_1.2.4.bb > rename to meta-python/recipes-python/python-gdata_1.2.4.bb > diff --git a/meta-oe/recipes-devtools/python/python-gevent_0.13.8.bb b/meta-python/recipes-python/python-gevent_0.13.8.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-gevent_0.13.8.bb > rename to meta-python/recipes-python/python-gevent_0.13.8.bb > diff --git a/meta-oe/recipes-devtools/python/python-greenlet_0.4.1.bb b/meta-python/recipes-python/python-greenlet_0.4.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-greenlet_0.4.1.bb > rename to meta-python/recipes-python/python-greenlet_0.4.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-ldap/setup.cfg.patch b/meta-python/recipes-python/python-ldap/setup.cfg.patch > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-ldap/setup.cfg.patch > rename to meta-python/recipes-python/python-ldap/setup.cfg.patch > diff --git a/meta-oe/recipes-devtools/python/python-ldap_2.3.9.bb b/meta-python/recipes-python/python-ldap_2.3.9.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-ldap_2.3.9.bb > rename to meta-python/recipes-python/python-ldap_2.3.9.bb > diff --git a/meta-oe/recipes-devtools/python/python-lxml_3.0.2.bb b/meta-python/recipes-python/python-lxml_3.0.2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-lxml_3.0.2.bb > rename to meta-python/recipes-python/python-lxml_3.0.2.bb > diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-python/recipes-python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > rename to meta-python/recipes-python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > diff --git a/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb b/meta-python/recipes-python/python-m2crypto_0.21.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > rename to meta-python/recipes-python/python-m2crypto_0.21.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-matplotlib/fix_setup.patch b/meta-python/recipes-python/python-matplotlib/fix_setup.patch > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-matplotlib/fix_setup.patch > rename to meta-python/recipes-python/python-matplotlib/fix_setup.patch > diff --git a/meta-oe/recipes-devtools/python/python-matplotlib/fix_setupext.patch b/meta-python/recipes-python/python-matplotlib/fix_setupext.patch > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-matplotlib/fix_setupext.patch > rename to meta-python/recipes-python/python-matplotlib/fix_setupext.patch > diff --git a/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb b/meta-python/recipes-python/python-matplotlib_1.1.0.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb > rename to meta-python/recipes-python/python-matplotlib_1.1.0.bb > diff --git a/meta-oe/recipes-devtools/python/python-numeric/no-lapack.patch b/meta-python/recipes-python/python-numeric/no-lapack.patch > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-numeric/no-lapack.patch > rename to meta-python/recipes-python/python-numeric/no-lapack.patch > diff --git a/meta-oe/recipes-devtools/python/python-numeric_24.2.bb b/meta-python/recipes-python/python-numeric_24.2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-numeric_24.2.bb > rename to meta-python/recipes-python/python-numeric_24.2.bb > diff --git a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb b/meta-python/recipes-python/python-pexpect_2.3.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pexpect_2.3.bb > rename to meta-python/recipes-python/python-pexpect_2.3.bb > diff --git a/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb b/meta-python/recipes-python/python-pip_1.3.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pip_1.3.1.bb > rename to meta-python/recipes-python/python-pip_1.3.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb b/meta-python/recipes-python/python-psutil_0.6.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb > rename to meta-python/recipes-python/python-psutil_0.6.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb b/meta-python/recipes-python/python-pyalsaaudio_0.4.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb > rename to meta-python/recipes-python/python-pyalsaaudio_0.4.bb > diff --git a/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb b/meta-python/recipes-python/python-pyserial_2.4.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyserial_2.4.bb > rename to meta-python/recipes-python/python-pyserial_2.4.bb > diff --git a/meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb b/meta-python/recipes-python/python-pyudev_0.16.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb > rename to meta-python/recipes-python/python-pyudev_0.16.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb b/meta-python/recipes-python/python-pyusb_1.0.0a2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb > rename to meta-python/recipes-python/python-pyusb_1.0.0a2.bb > diff --git a/meta-oe/recipes-devtools/python/python-pyyaml/setup.py b/meta-python/recipes-python/python-pyyaml/setup.py > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyyaml/setup.py > rename to meta-python/recipes-python/python-pyyaml/setup.py > diff --git a/meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb b/meta-python/recipes-python/python-pyyaml_3.10.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb > rename to meta-python/recipes-python/python-pyyaml_3.10.bb > diff --git a/meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb b/meta-python/recipes-python/python-smbus_3.0.3.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb > rename to meta-python/recipes-python/python-smbus_3.0.3.bb > diff --git a/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb b/meta-python/recipes-python/python-sqlalchemy_0.7.9.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb > rename to meta-python/recipes-python/python-sqlalchemy_0.7.9.bb > diff --git a/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb b/meta-python/recipes-python/python-twisted_13.2.0.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb > rename to meta-python/recipes-python/python-twisted_13.2.0.bb > diff --git a/meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb b/meta-python/recipes-python/python-vobject_0.8.1c.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb > rename to meta-python/recipes-python/python-vobject_0.8.1c.bb > diff --git a/meta-oe/recipes-devtools/python/python-webdav_0.1.2.bb b/meta-python/recipes-python/python-webdav_0.1.2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-webdav_0.1.2.bb > rename to meta-python/recipes-python/python-webdav_0.1.2.bb > diff --git a/meta-oe/recipes-devtools/python/python-zopeinterface_4.1.1.bb b/meta-python/recipes-python/python-zopeinterface_4.1.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-zopeinterface_4.1.1.bb > rename to meta-python/recipes-python/python-zopeinterface_4.1.1.bb > -- > 1.9.3 > > -- > _______________________________________________ > 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] 12+ messages in thread
* Re: [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe 2014-07-15 23:32 ` [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe Tim Orling 2014-07-16 12:38 ` Martin Jansa @ 2014-07-16 12:50 ` Martin Jansa 2014-07-17 14:07 ` Tim Orling 1 sibling, 1 reply; 12+ messages in thread From: Martin Jansa @ 2014-07-16 12:50 UTC (permalink / raw) To: openembedded-devel; +Cc: paul.eggleton [-- Attachment #1: Type: text/plain, Size: 18496 bytes --] On Tue, Jul 15, 2014 at 04:32:34PM -0700, Tim Orling wrote: > * Move recipes from meta-openembedded/meta-oe that are not > depended upon by recipes already in meta-oe (e.g. gateone, > anki) > > * Recipes NOT moved: > python-futures > python-pyopenssl > python-simplejson > python-tornado > python-pyqt > python-sip > > Signed-off-by: Tim Orling <TicoTimo@gmail.com> > --- > .../recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb | 0 > .../python => meta-python/recipes-python}/python-autobahn_0.8.6.bb | 0 > .../python => meta-python/recipes-python}/python-cheetah_2.4.4.bb | 0 > .../python => meta-python/recipes-python}/python-cloudeebus_0.6.0.bb | 0 > .../python => meta-python/recipes-python}/python-cython_0.20.2.bb | 0 > .../python => meta-python/recipes-python}/python-dateutil_1.5.bb | 0 > .../python => meta-python/recipes-python}/python-epydoc_3.0.1.bb | 0 > .../python => meta-python/recipes-python}/python-feedparser_5.1.3.bb | 0 > .../python => meta-python/recipes-python}/python-gdata_1.2.4.bb | 0 > .../python => meta-python/recipes-python}/python-gevent_0.13.8.bb | 0 > .../python => meta-python/recipes-python}/python-greenlet_0.4.1.bb | 0 > .../python => meta-python/recipes-python}/python-ldap/setup.cfg.patch | 0 > .../python => meta-python/recipes-python}/python-ldap_2.3.9.bb | 0 > .../python => meta-python/recipes-python}/python-lxml_3.0.2.bb | 0 > .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch | 0 > .../python => meta-python/recipes-python}/python-m2crypto_0.21.1.bb | 0 > .../recipes-python}/python-matplotlib/fix_setup.patch | 0 > .../recipes-python}/python-matplotlib/fix_setupext.patch | 0 > .../python => meta-python/recipes-python}/python-matplotlib_1.1.0.bb | 0 > .../python => meta-python/recipes-python}/python-numeric/no-lapack.patch | 0 > .../python => meta-python/recipes-python}/python-numeric_24.2.bb | 0 > .../python => meta-python/recipes-python}/python-pexpect_2.3.bb | 0 > .../python => meta-python/recipes-python}/python-pip_1.3.1.bb | 0 > .../python => meta-python/recipes-python}/python-psutil_0.6.1.bb | 0 > .../python => meta-python/recipes-python}/python-pyalsaaudio_0.4.bb | 0 > .../python => meta-python/recipes-python}/python-pyserial_2.4.bb | 0 > .../python => meta-python/recipes-python}/python-pyudev_0.16.1.bb | 0 > .../python => meta-python/recipes-python}/python-pyusb_1.0.0a2.bb | 0 > .../python => meta-python/recipes-python}/python-pyyaml/setup.py | 0 > .../python => meta-python/recipes-python}/python-pyyaml_3.10.bb | 0 > .../python => meta-python/recipes-python}/python-smbus_3.0.3.bb | 0 > .../python => meta-python/recipes-python}/python-sqlalchemy_0.7.9.bb | 0 > .../python => meta-python/recipes-python}/python-twisted_13.2.0.bb | 0 > .../python => meta-python/recipes-python}/python-vobject_0.8.1c.bb | 0 > .../python => meta-python/recipes-python}/python-webdav_0.1.2.bb | 0 > .../python => meta-python/recipes-python}/python-zopeinterface_4.1.1.bb | 0 meta-python/recipes-python/*bb isn't included in BBFILES, causing this warning: WARNING: No bb files matched BBFILE_PATTERN_meta-python '^/home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/' I'll move them to python subdirectory, but please be more careful when sending _tested_ patches. > 36 files changed, 0 insertions(+), 0 deletions(-) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-autobahn_0.8.6.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cheetah_2.4.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cloudeebus_0.6.0.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cython_0.20.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-dateutil_1.5.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-epydoc_3.0.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-feedparser_5.1.3.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gdata_1.2.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gevent_0.13.8.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-greenlet_0.4.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap/setup.cfg.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap_2.3.9.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-lxml_3.0.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto_0.21.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setup.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setupext.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib_1.1.0.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric/no-lapack.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric_24.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pexpect_2.3.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pip_1.3.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-psutil_0.6.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyalsaaudio_0.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyserial_2.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyudev_0.16.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyusb_1.0.0a2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml/setup.py (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml_3.10.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-smbus_3.0.3.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-sqlalchemy_0.7.9.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-twisted_13.2.0.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-vobject_0.8.1c.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-webdav_0.1.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-zopeinterface_4.1.1.bb (100%) > > diff --git a/meta-oe/recipes-devtools/python/pyrtm_0.2.bb b/meta-python/recipes-python/pyrtm_0.2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/pyrtm_0.2.bb > rename to meta-python/recipes-python/pyrtm_0.2.bb > diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb b/meta-python/recipes-python/python-autobahn_0.8.6.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb > rename to meta-python/recipes-python/python-autobahn_0.8.6.bb > diff --git a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb b/meta-python/recipes-python/python-cheetah_2.4.4.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb > rename to meta-python/recipes-python/python-cheetah_2.4.4.bb > diff --git a/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb b/meta-python/recipes-python/python-cloudeebus_0.6.0.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb > rename to meta-python/recipes-python/python-cloudeebus_0.6.0.bb > diff --git a/meta-oe/recipes-devtools/python/python-cython_0.20.2.bb b/meta-python/recipes-python/python-cython_0.20.2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-cython_0.20.2.bb > rename to meta-python/recipes-python/python-cython_0.20.2.bb > diff --git a/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb b/meta-python/recipes-python/python-dateutil_1.5.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-dateutil_1.5.bb > rename to meta-python/recipes-python/python-dateutil_1.5.bb > diff --git a/meta-oe/recipes-devtools/python/python-epydoc_3.0.1.bb b/meta-python/recipes-python/python-epydoc_3.0.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-epydoc_3.0.1.bb > rename to meta-python/recipes-python/python-epydoc_3.0.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb b/meta-python/recipes-python/python-feedparser_5.1.3.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb > rename to meta-python/recipes-python/python-feedparser_5.1.3.bb > diff --git a/meta-oe/recipes-devtools/python/python-gdata_1.2.4.bb b/meta-python/recipes-python/python-gdata_1.2.4.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-gdata_1.2.4.bb > rename to meta-python/recipes-python/python-gdata_1.2.4.bb > diff --git a/meta-oe/recipes-devtools/python/python-gevent_0.13.8.bb b/meta-python/recipes-python/python-gevent_0.13.8.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-gevent_0.13.8.bb > rename to meta-python/recipes-python/python-gevent_0.13.8.bb > diff --git a/meta-oe/recipes-devtools/python/python-greenlet_0.4.1.bb b/meta-python/recipes-python/python-greenlet_0.4.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-greenlet_0.4.1.bb > rename to meta-python/recipes-python/python-greenlet_0.4.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-ldap/setup.cfg.patch b/meta-python/recipes-python/python-ldap/setup.cfg.patch > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-ldap/setup.cfg.patch > rename to meta-python/recipes-python/python-ldap/setup.cfg.patch > diff --git a/meta-oe/recipes-devtools/python/python-ldap_2.3.9.bb b/meta-python/recipes-python/python-ldap_2.3.9.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-ldap_2.3.9.bb > rename to meta-python/recipes-python/python-ldap_2.3.9.bb > diff --git a/meta-oe/recipes-devtools/python/python-lxml_3.0.2.bb b/meta-python/recipes-python/python-lxml_3.0.2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-lxml_3.0.2.bb > rename to meta-python/recipes-python/python-lxml_3.0.2.bb > diff --git a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch b/meta-python/recipes-python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > rename to meta-python/recipes-python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > diff --git a/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb b/meta-python/recipes-python/python-m2crypto_0.21.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > rename to meta-python/recipes-python/python-m2crypto_0.21.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-matplotlib/fix_setup.patch b/meta-python/recipes-python/python-matplotlib/fix_setup.patch > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-matplotlib/fix_setup.patch > rename to meta-python/recipes-python/python-matplotlib/fix_setup.patch > diff --git a/meta-oe/recipes-devtools/python/python-matplotlib/fix_setupext.patch b/meta-python/recipes-python/python-matplotlib/fix_setupext.patch > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-matplotlib/fix_setupext.patch > rename to meta-python/recipes-python/python-matplotlib/fix_setupext.patch > diff --git a/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb b/meta-python/recipes-python/python-matplotlib_1.1.0.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb > rename to meta-python/recipes-python/python-matplotlib_1.1.0.bb > diff --git a/meta-oe/recipes-devtools/python/python-numeric/no-lapack.patch b/meta-python/recipes-python/python-numeric/no-lapack.patch > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-numeric/no-lapack.patch > rename to meta-python/recipes-python/python-numeric/no-lapack.patch > diff --git a/meta-oe/recipes-devtools/python/python-numeric_24.2.bb b/meta-python/recipes-python/python-numeric_24.2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-numeric_24.2.bb > rename to meta-python/recipes-python/python-numeric_24.2.bb > diff --git a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb b/meta-python/recipes-python/python-pexpect_2.3.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pexpect_2.3.bb > rename to meta-python/recipes-python/python-pexpect_2.3.bb > diff --git a/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb b/meta-python/recipes-python/python-pip_1.3.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pip_1.3.1.bb > rename to meta-python/recipes-python/python-pip_1.3.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb b/meta-python/recipes-python/python-psutil_0.6.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb > rename to meta-python/recipes-python/python-psutil_0.6.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb b/meta-python/recipes-python/python-pyalsaaudio_0.4.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb > rename to meta-python/recipes-python/python-pyalsaaudio_0.4.bb > diff --git a/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb b/meta-python/recipes-python/python-pyserial_2.4.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyserial_2.4.bb > rename to meta-python/recipes-python/python-pyserial_2.4.bb > diff --git a/meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb b/meta-python/recipes-python/python-pyudev_0.16.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb > rename to meta-python/recipes-python/python-pyudev_0.16.1.bb > diff --git a/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb b/meta-python/recipes-python/python-pyusb_1.0.0a2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb > rename to meta-python/recipes-python/python-pyusb_1.0.0a2.bb > diff --git a/meta-oe/recipes-devtools/python/python-pyyaml/setup.py b/meta-python/recipes-python/python-pyyaml/setup.py > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyyaml/setup.py > rename to meta-python/recipes-python/python-pyyaml/setup.py > diff --git a/meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb b/meta-python/recipes-python/python-pyyaml_3.10.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb > rename to meta-python/recipes-python/python-pyyaml_3.10.bb > diff --git a/meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb b/meta-python/recipes-python/python-smbus_3.0.3.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb > rename to meta-python/recipes-python/python-smbus_3.0.3.bb > diff --git a/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb b/meta-python/recipes-python/python-sqlalchemy_0.7.9.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb > rename to meta-python/recipes-python/python-sqlalchemy_0.7.9.bb > diff --git a/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb b/meta-python/recipes-python/python-twisted_13.2.0.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb > rename to meta-python/recipes-python/python-twisted_13.2.0.bb > diff --git a/meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb b/meta-python/recipes-python/python-vobject_0.8.1c.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb > rename to meta-python/recipes-python/python-vobject_0.8.1c.bb > diff --git a/meta-oe/recipes-devtools/python/python-webdav_0.1.2.bb b/meta-python/recipes-python/python-webdav_0.1.2.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-webdav_0.1.2.bb > rename to meta-python/recipes-python/python-webdav_0.1.2.bb > diff --git a/meta-oe/recipes-devtools/python/python-zopeinterface_4.1.1.bb b/meta-python/recipes-python/python-zopeinterface_4.1.1.bb > similarity index 100% > rename from meta-oe/recipes-devtools/python/python-zopeinterface_4.1.1.bb > rename to meta-python/recipes-python/python-zopeinterface_4.1.1.bb > -- > 1.9.3 > > -- > _______________________________________________ > 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] 12+ messages in thread
* Re: [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe 2014-07-16 12:50 ` Martin Jansa @ 2014-07-17 14:07 ` Tim Orling 2014-07-17 14:20 ` Paul Eggleton 0 siblings, 1 reply; 12+ messages in thread From: Tim Orling @ 2014-07-17 14:07 UTC (permalink / raw) To: openembedded-devel@lists.openembedded.org; +Cc: Paul Eggleton Well, that's embarrassing. Thank you, Martin. Obviously, I forgot to push a local commit. I guess I'd better move to the back of the bus! On Wed, Jul 16, 2014 at 5:50 AM, Martin Jansa <martin.jansa@gmail.com> wrote: > On Tue, Jul 15, 2014 at 04:32:34PM -0700, Tim Orling wrote: > > * Move recipes from meta-openembedded/meta-oe that are not > > depended upon by recipes already in meta-oe (e.g. gateone, > > anki) > > > > * Recipes NOT moved: > > python-futures > > python-pyopenssl > > python-simplejson > > python-tornado > > python-pyqt > > python-sip > > > > Signed-off-by: Tim Orling <TicoTimo@gmail.com> > > --- > > .../recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb > | 0 > > .../python => meta-python/recipes-python}/python-autobahn_0.8.6.bb > | 0 > > .../python => meta-python/recipes-python}/python-cheetah_2.4.4.bb > | 0 > > .../python => meta-python/recipes-python}/python-cloudeebus_0.6.0.bb > | 0 > > .../python => meta-python/recipes-python}/python-cython_0.20.2.bb > | 0 > > .../python => meta-python/recipes-python}/python-dateutil_1.5.bb > | 0 > > .../python => meta-python/recipes-python}/python-epydoc_3.0.1.bb > | 0 > > .../python => meta-python/recipes-python}/python-feedparser_5.1.3.bb > | 0 > > .../python => meta-python/recipes-python}/python-gdata_1.2.4.bb > | 0 > > .../python => meta-python/recipes-python}/python-gevent_0.13.8.bb > | 0 > > .../python => meta-python/recipes-python}/python-greenlet_0.4.1.bb > | 0 > > .../python => meta-python/recipes-python}/python-ldap/setup.cfg.patch > | 0 > > .../python => meta-python/recipes-python}/python-ldap_2.3.9.bb > | 0 > > .../python => meta-python/recipes-python}/python-lxml_3.0.2.bb > | 0 > > .../0001-setup.py-link-in-sysroot-not-in-host-directories.patch > | 0 > > .../python => meta-python/recipes-python}/python-m2crypto_0.21.1.bb > | 0 > > .../recipes-python}/python-matplotlib/fix_setup.patch > | 0 > > .../recipes-python}/python-matplotlib/fix_setupext.patch > | 0 > > .../python => meta-python/recipes-python}/python-matplotlib_1.1.0.bb > | 0 > > .../python => > meta-python/recipes-python}/python-numeric/no-lapack.patch | 0 > > .../python => meta-python/recipes-python}/python-numeric_24.2.bb > | 0 > > .../python => meta-python/recipes-python}/python-pexpect_2.3.bb > | 0 > > .../python => meta-python/recipes-python}/python-pip_1.3.1.bb > | 0 > > .../python => meta-python/recipes-python}/python-psutil_0.6.1.bb > | 0 > > .../python => meta-python/recipes-python}/python-pyalsaaudio_0.4.bb > | 0 > > .../python => meta-python/recipes-python}/python-pyserial_2.4.bb > | 0 > > .../python => meta-python/recipes-python}/python-pyudev_0.16.1.bb > | 0 > > .../python => meta-python/recipes-python}/python-pyusb_1.0.0a2.bb > | 0 > > .../python => meta-python/recipes-python}/python-pyyaml/setup.py > | 0 > > .../python => meta-python/recipes-python}/python-pyyaml_3.10.bb > | 0 > > .../python => meta-python/recipes-python}/python-smbus_3.0.3.bb > | 0 > > .../python => meta-python/recipes-python}/python-sqlalchemy_0.7.9.bb > | 0 > > .../python => meta-python/recipes-python}/python-twisted_13.2.0.bb > | 0 > > .../python => meta-python/recipes-python}/python-vobject_0.8.1c.bb > | 0 > > .../python => meta-python/recipes-python}/python-webdav_0.1.2.bb > | 0 > > .../python => meta-python/recipes-python}/python-zopeinterface_4.1.1.bb > | 0 > > meta-python/recipes-python/*bb isn't included in BBFILES, causing this > warning: > WARNING: No bb files matched BBFILE_PATTERN_meta-python > '^/home/jenkins/oe/world/shr-core/meta-openembedded/meta-python/' > > I'll move them to python subdirectory, but please be more careful when > sending _tested_ patches. > > > 36 files changed, 0 insertions(+), 0 deletions(-) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > pyrtm_0.2.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-autobahn_0.8.6.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-cheetah_2.4.4.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-cloudeebus_0.6.0.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-cython_0.20.2.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-dateutil_1.5.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-epydoc_3.0.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-feedparser_5.1.3.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-gdata_1.2.4.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-gevent_0.13.8.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-greenlet_0.4.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-ldap/setup.cfg.patch (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-ldap_2.3.9.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-lxml_3.0.2.bb (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-m2crypto_0.21.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-matplotlib/fix_setup.patch (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-matplotlib/fix_setupext.patch (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-matplotlib_1.1.0.bb (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-numeric/no-lapack.patch (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-numeric_24.2.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pexpect_2.3.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pip_1.3.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-psutil_0.6.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pyalsaaudio_0.4.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pyserial_2.4.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pyudev_0.16.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pyusb_1.0.0a2.bb (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-pyyaml/setup.py (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pyyaml_3.10.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-smbus_3.0.3.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-sqlalchemy_0.7.9.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-twisted_13.2.0.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-vobject_0.8.1c.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-webdav_0.1.2.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-zopeinterface_4.1.1.bb (100%) > > > > diff --git a/meta-oe/recipes-devtools/python/pyrtm_0.2.bb > b/meta-python/recipes-python/pyrtm_0.2.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/pyrtm_0.2.bb > > rename to meta-python/recipes-python/pyrtm_0.2.bb > > diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb > b/meta-python/recipes-python/python-autobahn_0.8.6.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb > > rename to meta-python/recipes-python/python-autobahn_0.8.6.bb > > diff --git a/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb > b/meta-python/recipes-python/python-cheetah_2.4.4.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb > > rename to meta-python/recipes-python/python-cheetah_2.4.4.bb > > diff --git a/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb > b/meta-python/recipes-python/python-cloudeebus_0.6.0.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb > > rename to meta-python/recipes-python/python-cloudeebus_0.6.0.bb > > diff --git a/meta-oe/recipes-devtools/python/python-cython_0.20.2.bb > b/meta-python/recipes-python/python-cython_0.20.2.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-cython_0.20.2.bb > > rename to meta-python/recipes-python/python-cython_0.20.2.bb > > diff --git a/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb > b/meta-python/recipes-python/python-dateutil_1.5.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-dateutil_1.5.bb > > rename to meta-python/recipes-python/python-dateutil_1.5.bb > > diff --git a/meta-oe/recipes-devtools/python/python-epydoc_3.0.1.bb > b/meta-python/recipes-python/python-epydoc_3.0.1.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-epydoc_3.0.1.bb > > rename to meta-python/recipes-python/python-epydoc_3.0.1.bb > > diff --git a/meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb > b/meta-python/recipes-python/python-feedparser_5.1.3.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb > > rename to meta-python/recipes-python/python-feedparser_5.1.3.bb > > diff --git a/meta-oe/recipes-devtools/python/python-gdata_1.2.4.bb > b/meta-python/recipes-python/python-gdata_1.2.4.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-gdata_1.2.4.bb > > rename to meta-python/recipes-python/python-gdata_1.2.4.bb > > diff --git a/meta-oe/recipes-devtools/python/python-gevent_0.13.8.bb > b/meta-python/recipes-python/python-gevent_0.13.8.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-gevent_0.13.8.bb > > rename to meta-python/recipes-python/python-gevent_0.13.8.bb > > diff --git a/meta-oe/recipes-devtools/python/python-greenlet_0.4.1.bb > b/meta-python/recipes-python/python-greenlet_0.4.1.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-greenlet_0.4.1.bb > > rename to meta-python/recipes-python/python-greenlet_0.4.1.bb > > diff --git a/meta-oe/recipes-devtools/python/python-ldap/setup.cfg.patch > b/meta-python/recipes-python/python-ldap/setup.cfg.patch > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-ldap/setup.cfg.patch > > rename to meta-python/recipes-python/python-ldap/setup.cfg.patch > > diff --git a/meta-oe/recipes-devtools/python/python-ldap_2.3.9.bb > b/meta-python/recipes-python/python-ldap_2.3.9.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-ldap_2.3.9.bb > > rename to meta-python/recipes-python/python-ldap_2.3.9.bb > > diff --git a/meta-oe/recipes-devtools/python/python-lxml_3.0.2.bb > b/meta-python/recipes-python/python-lxml_3.0.2.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-lxml_3.0.2.bb > > rename to meta-python/recipes-python/python-lxml_3.0.2.bb > > diff --git > a/meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > b/meta-python/recipes-python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > > similarity index 100% > > rename from > meta-oe/recipes-devtools/python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > > rename to > meta-python/recipes-python/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > > diff --git a/meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > b/meta-python/recipes-python/python-m2crypto_0.21.1.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-m2crypto_0.21.1.bb > > rename to meta-python/recipes-python/python-m2crypto_0.21.1.bb > > diff --git > a/meta-oe/recipes-devtools/python/python-matplotlib/fix_setup.patch > b/meta-python/recipes-python/python-matplotlib/fix_setup.patch > > similarity index 100% > > rename from > meta-oe/recipes-devtools/python/python-matplotlib/fix_setup.patch > > rename to meta-python/recipes-python/python-matplotlib/fix_setup.patch > > diff --git > a/meta-oe/recipes-devtools/python/python-matplotlib/fix_setupext.patch > b/meta-python/recipes-python/python-matplotlib/fix_setupext.patch > > similarity index 100% > > rename from > meta-oe/recipes-devtools/python/python-matplotlib/fix_setupext.patch > > rename to meta-python/recipes-python/python-matplotlib/fix_setupext.patch > > diff --git a/meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb > b/meta-python/recipes-python/python-matplotlib_1.1.0.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-matplotlib_1.1.0.bb > > rename to meta-python/recipes-python/python-matplotlib_1.1.0.bb > > diff --git > a/meta-oe/recipes-devtools/python/python-numeric/no-lapack.patch > b/meta-python/recipes-python/python-numeric/no-lapack.patch > > similarity index 100% > > rename from > meta-oe/recipes-devtools/python/python-numeric/no-lapack.patch > > rename to meta-python/recipes-python/python-numeric/no-lapack.patch > > diff --git a/meta-oe/recipes-devtools/python/python-numeric_24.2.bb > b/meta-python/recipes-python/python-numeric_24.2.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-numeric_24.2.bb > > rename to meta-python/recipes-python/python-numeric_24.2.bb > > diff --git a/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb > b/meta-python/recipes-python/python-pexpect_2.3.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-pexpect_2.3.bb > > rename to meta-python/recipes-python/python-pexpect_2.3.bb > > diff --git a/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb > b/meta-python/recipes-python/python-pip_1.3.1.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-pip_1.3.1.bb > > rename to meta-python/recipes-python/python-pip_1.3.1.bb > > diff --git a/meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb > b/meta-python/recipes-python/python-psutil_0.6.1.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb > > rename to meta-python/recipes-python/python-psutil_0.6.1.bb > > diff --git a/meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb > b/meta-python/recipes-python/python-pyalsaaudio_0.4.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb > > rename to meta-python/recipes-python/python-pyalsaaudio_0.4.bb > > diff --git a/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb > b/meta-python/recipes-python/python-pyserial_2.4.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-pyserial_2.4.bb > > rename to meta-python/recipes-python/python-pyserial_2.4.bb > > diff --git a/meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb > b/meta-python/recipes-python/python-pyudev_0.16.1.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-pyudev_0.16.1.bb > > rename to meta-python/recipes-python/python-pyudev_0.16.1.bb > > diff --git a/meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb > b/meta-python/recipes-python/python-pyusb_1.0.0a2.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-pyusb_1.0.0a2.bb > > rename to meta-python/recipes-python/python-pyusb_1.0.0a2.bb > > diff --git a/meta-oe/recipes-devtools/python/python-pyyaml/setup.py > b/meta-python/recipes-python/python-pyyaml/setup.py > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-pyyaml/setup.py > > rename to meta-python/recipes-python/python-pyyaml/setup.py > > diff --git a/meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb > b/meta-python/recipes-python/python-pyyaml_3.10.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-pyyaml_3.10.bb > > rename to meta-python/recipes-python/python-pyyaml_3.10.bb > > diff --git a/meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb > b/meta-python/recipes-python/python-smbus_3.0.3.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-smbus_3.0.3.bb > > rename to meta-python/recipes-python/python-smbus_3.0.3.bb > > diff --git a/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb > b/meta-python/recipes-python/python-sqlalchemy_0.7.9.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb > > rename to meta-python/recipes-python/python-sqlalchemy_0.7.9.bb > > diff --git a/meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb > b/meta-python/recipes-python/python-twisted_13.2.0.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-twisted_13.2.0.bb > > rename to meta-python/recipes-python/python-twisted_13.2.0.bb > > diff --git a/meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb > b/meta-python/recipes-python/python-vobject_0.8.1c.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb > > rename to meta-python/recipes-python/python-vobject_0.8.1c.bb > > diff --git a/meta-oe/recipes-devtools/python/python-webdav_0.1.2.bb > b/meta-python/recipes-python/python-webdav_0.1.2.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/python-webdav_0.1.2.bb > > rename to meta-python/recipes-python/python-webdav_0.1.2.bb > > diff --git a/meta-oe/recipes-devtools/python/ > python-zopeinterface_4.1.1.bb b/meta-python/recipes-python/ > python-zopeinterface_4.1.1.bb > > similarity index 100% > > rename from meta-oe/recipes-devtools/python/ > python-zopeinterface_4.1.1.bb > > rename to meta-python/recipes-python/python-zopeinterface_4.1.1.bb > > -- > > 1.9.3 > > > > -- > > _______________________________________________ > > 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] 12+ messages in thread
* Re: [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe 2014-07-17 14:07 ` Tim Orling @ 2014-07-17 14:20 ` Paul Eggleton 2014-07-17 14:40 ` Martin Jansa 0 siblings, 1 reply; 12+ messages in thread From: Paul Eggleton @ 2014-07-17 14:20 UTC (permalink / raw) To: openembedded-devel On Thursday 17 July 2014 07:07:01 Tim Orling wrote: > Well, that's embarrassing. Thank you, Martin. Obviously, I forgot to push a > local commit. I guess I'd better move to the back of the bus! > > > On Wed, Jul 16, 2014 at 5:50 AM, Martin Jansa <martin.jansa@gmail.com> > wrote: > > On Tue, Jul 15, 2014 at 04:32:34PM -0700, Tim Orling wrote: > > > * Move recipes from meta-openembedded/meta-oe that are not > > > > > > depended upon by recipes already in meta-oe (e.g. gateone, > > > anki) > > > > > > * Recipes NOT moved: > > > python-futures > > > python-pyopenssl > > > python-simplejson > > > python-tornado > > > python-pyqt > > > python-sip > > > > > > Signed-off-by: Tim Orling <TicoTimo@gmail.com> > > > --- > > > > > > .../recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb I just noticed, this doesn't fit the normal pattern of recipes-xyz/something/*.bb - there's a missing directory level. It's entirely cosmetic, but if we do want to fix it we ought to do so now. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe 2014-07-17 14:20 ` Paul Eggleton @ 2014-07-17 14:40 ` Martin Jansa 2014-07-18 15:47 ` Paul Eggleton 0 siblings, 1 reply; 12+ messages in thread From: Martin Jansa @ 2014-07-17 14:40 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 1435 bytes --] On Thu, Jul 17, 2014 at 03:20:51PM +0100, Paul Eggleton wrote: > On Thursday 17 July 2014 07:07:01 Tim Orling wrote: > > Well, that's embarrassing. Thank you, Martin. Obviously, I forgot to push a > > local commit. I guess I'd better move to the back of the bus! > > > > > > On Wed, Jul 16, 2014 at 5:50 AM, Martin Jansa <martin.jansa@gmail.com> > > wrote: > > > On Tue, Jul 15, 2014 at 04:32:34PM -0700, Tim Orling wrote: > > > > * Move recipes from meta-openembedded/meta-oe that are not > > > > > > > > depended upon by recipes already in meta-oe (e.g. gateone, > > > > anki) > > > > > > > > * Recipes NOT moved: > > > > python-futures > > > > python-pyopenssl > > > > python-simplejson > > > > python-tornado > > > > python-pyqt > > > > python-sip > > > > > > > > Signed-off-by: Tim Orling <TicoTimo@gmail.com> > > > > --- > > > > > > > > .../recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb > > I just noticed, this doesn't fit the normal pattern of > recipes-xyz/something/*.bb - there's a missing directory level. It's entirely > cosmetic, but if we do want to fix it we ought to do so now. I've fixed it already (in master-next) and it's not just cosmetic, because without the directory it's not included in BBFILES pattern. -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 188 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe 2014-07-17 14:40 ` Martin Jansa @ 2014-07-18 15:47 ` Paul Eggleton 0 siblings, 0 replies; 12+ messages in thread From: Paul Eggleton @ 2014-07-18 15:47 UTC (permalink / raw) To: Martin Jansa; +Cc: openembedded-devel On Thursday 17 July 2014 16:40:38 Martin Jansa wrote: > On Thu, Jul 17, 2014 at 03:20:51PM +0100, Paul Eggleton wrote: > > On Thursday 17 July 2014 07:07:01 Tim Orling wrote: > > > Well, that's embarrassing. Thank you, Martin. Obviously, I forgot to > > > push a > > > local commit. I guess I'd better move to the back of the bus! > > > > > > > > > On Wed, Jul 16, 2014 at 5:50 AM, Martin Jansa <martin.jansa@gmail.com> > > > > > > wrote: > > > > On Tue, Jul 15, 2014 at 04:32:34PM -0700, Tim Orling wrote: > > > > > * Move recipes from meta-openembedded/meta-oe that are not > > > > > > > > > > depended upon by recipes already in meta-oe (e.g. gateone, > > > > > anki) > > > > > > > > > > * Recipes NOT moved: > > > > > python-futures > > > > > python-pyopenssl > > > > > python-simplejson > > > > > python-tornado > > > > > python-pyqt > > > > > python-sip > > > > > > > > > > Signed-off-by: Tim Orling <TicoTimo@gmail.com> > > > > > --- > > > > > > > > > > .../recipes-devtools/python => > > > > > meta-python/recipes-python}/pyrtm_0.2.bb > > > > I just noticed, this doesn't fit the normal pattern of > > recipes-xyz/something/*.bb - there's a missing directory level. It's > > entirely cosmetic, but if we do want to fix it we ought to do so now. > > I've fixed it already (in master-next) and it's not just cosmetic, > because without the directory it's not included in BBFILES pattern. I wasn't clear on what you'd fixed - I assumed you'd just changed BBFILES to match the structure rather than the other way around. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-oe][PATCH 0/2] meta-python creation 2014-07-15 23:32 [meta-oe][PATCH 0/2] meta-python creation Tim Orling 2014-07-15 23:32 ` [meta-oe][PATCH 1/2] meta-python: create layer Tim Orling 2014-07-15 23:32 ` [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe Tim Orling @ 2014-07-22 19:01 ` Martin Jansa 2014-07-23 1:03 ` Stephen Arnold 2 siblings, 1 reply; 12+ messages in thread From: Martin Jansa @ 2014-07-22 19:01 UTC (permalink / raw) To: openembedded-devel; +Cc: paul.eggleton [-- Attachment #1: Type: text/plain, Size: 8004 bytes --] On Tue, Jul 15, 2014 at 04:32:32PM -0700, Tim Orling wrote: > ******** > This layer is intended to be the home of python modules for OpenEmbedded. > Modules in this layer need to be independent of openembedded-core and > meta-openembedded/meta-oe. Because of this, modules required by 'gateone' > and 'anki' are not included and remain in: > meta-openembedded/meta-oe/recipes-devtools/python. meta-networking/README should be updated to depend on meta-python ERROR: Nothing PROVIDES 'python-m2crypto-native' (but meta-oe/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb DEPENDS on or otherwise requires it). > > Maintainers: > Tim "moto-timo" Orling <TicoTimo@gmail.com> > Paul "bluelightning" Eggleton <paul.eggleton@linux.intel.com> > ******** > > The following changes since commit 239debcd8a0359aad64406476b801948f9b8ff14: > > usleep: add 1.0 recipe (2014-07-15 15:03:43 +0200) > > are available in the git repository at: > > git://git.openembedded.org/meta-openembedded-contrib timo/meta-python > http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=timo/meta-python > > Tim Orling (2): > meta-python: create layer > meta-python: move recipes from meta-oe > > meta-python/COPYING.MIT | 17 +++++++ > meta-python/README | 53 ++++++++++++++++++++++ > meta-python/conf/layer.conf | 9 ++++ > .../recipes-python}/pyrtm_0.2.bb | 0 > .../recipes-python}/python-autobahn_0.8.6.bb | 0 > .../recipes-python}/python-cheetah_2.4.4.bb | 0 > .../recipes-python}/python-cloudeebus_0.6.0.bb | 0 > .../recipes-python}/python-cython_0.20.2.bb | 0 > .../recipes-python}/python-dateutil_1.5.bb | 0 > .../recipes-python}/python-epydoc_3.0.1.bb | 0 > .../recipes-python}/python-feedparser_5.1.3.bb | 0 > .../recipes-python}/python-gdata_1.2.4.bb | 0 > .../recipes-python}/python-gevent_0.13.8.bb | 0 > .../recipes-python}/python-greenlet_0.4.1.bb | 0 > .../recipes-python}/python-ldap/setup.cfg.patch | 0 > .../recipes-python}/python-ldap_2.3.9.bb | 0 > .../recipes-python}/python-lxml_3.0.2.bb | 0 > ...y-link-in-sysroot-not-in-host-directories.patch | 0 > .../recipes-python}/python-m2crypto_0.21.1.bb | 0 > .../python-matplotlib/fix_setup.patch | 0 > .../python-matplotlib/fix_setupext.patch | 0 > .../recipes-python}/python-matplotlib_1.1.0.bb | 0 > .../recipes-python}/python-numeric/no-lapack.patch | 0 > .../recipes-python}/python-numeric_24.2.bb | 0 > .../recipes-python}/python-pexpect_2.3.bb | 0 > .../recipes-python}/python-pip_1.3.1.bb | 0 > .../recipes-python}/python-psutil_0.6.1.bb | 0 > .../recipes-python}/python-pyalsaaudio_0.4.bb | 0 > .../recipes-python}/python-pyserial_2.4.bb | 0 > .../recipes-python}/python-pyudev_0.16.1.bb | 0 > .../recipes-python}/python-pyusb_1.0.0a2.bb | 0 > .../recipes-python}/python-pyyaml/setup.py | 0 > .../recipes-python}/python-pyyaml_3.10.bb | 0 > .../recipes-python}/python-smbus_3.0.3.bb | 0 > .../recipes-python}/python-sqlalchemy_0.7.9.bb | 0 > .../recipes-python}/python-twisted_13.2.0.bb | 0 > .../recipes-python}/python-vobject_0.8.1c.bb | 0 > .../recipes-python}/python-webdav_0.1.2.bb | 0 > .../recipes-python}/python-zopeinterface_4.1.1.bb | 0 > 39 files changed, 79 insertions(+) > create mode 100644 meta-python/COPYING.MIT > create mode 100644 meta-python/README > create mode 100644 meta-python/conf/layer.conf > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/pyrtm_0.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-autobahn_0.8.6.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cheetah_2.4.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cloudeebus_0.6.0.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-cython_0.20.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-dateutil_1.5.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-epydoc_3.0.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-feedparser_5.1.3.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gdata_1.2.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-gevent_0.13.8.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-greenlet_0.4.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap/setup.cfg.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-ldap_2.3.9.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-lxml_3.0.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-m2crypto_0.21.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setup.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib/fix_setupext.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-matplotlib_1.1.0.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric/no-lapack.patch (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-numeric_24.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pexpect_2.3.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pip_1.3.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-psutil_0.6.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyalsaaudio_0.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyserial_2.4.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyudev_0.16.1.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyusb_1.0.0a2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml/setup.py (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-pyyaml_3.10.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-smbus_3.0.3.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-sqlalchemy_0.7.9.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-twisted_13.2.0.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-vobject_0.8.1c.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-webdav_0.1.2.bb (100%) > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/python-zopeinterface_4.1.1.bb (100%) > > -- > 1.9.3 > > -- > _______________________________________________ > 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] 12+ messages in thread
* Re: [meta-oe][PATCH 0/2] meta-python creation 2014-07-22 19:01 ` [meta-oe][PATCH 0/2] meta-python creation Martin Jansa @ 2014-07-23 1:03 ` Stephen Arnold 2014-07-23 8:00 ` Martin Jansa 0 siblings, 1 reply; 12+ messages in thread From: Stephen Arnold @ 2014-07-23 1:03 UTC (permalink / raw) To: openembeded-devel And when you say "depend" in that context, you mean add it to your local bblayers, right? Just checking... Steve On Tue, Jul 22, 2014 at 12:01 PM, Martin Jansa <martin.jansa@gmail.com> wrote: > On Tue, Jul 15, 2014 at 04:32:32PM -0700, Tim Orling wrote: > > ******** > > This layer is intended to be the home of python modules for OpenEmbedded. > > Modules in this layer need to be independent of openembedded-core and > > meta-openembedded/meta-oe. Because of this, modules required by 'gateone' > > and 'anki' are not included and remain in: > > meta-openembedded/meta-oe/recipes-devtools/python. > > meta-networking/README should be updated to depend on meta-python > > ERROR: Nothing PROVIDES 'python-m2crypto-native' (but > meta-oe/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb DEPENDS > on or otherwise requires it). > > > > > Maintainers: > > Tim "moto-timo" Orling <TicoTimo@gmail.com> > > Paul "bluelightning" Eggleton <paul.eggleton@linux.intel.com> > > ******** > > > > The following changes since commit > 239debcd8a0359aad64406476b801948f9b8ff14: > > > > usleep: add 1.0 recipe (2014-07-15 15:03:43 +0200) > > > > are available in the git repository at: > > > > git://git.openembedded.org/meta-openembedded-contrib timo/meta-python > > > http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=timo/meta-python > > > > Tim Orling (2): > > meta-python: create layer > > meta-python: move recipes from meta-oe > > > > meta-python/COPYING.MIT | 17 +++++++ > > meta-python/README | 53 > ++++++++++++++++++++++ > > meta-python/conf/layer.conf | 9 ++++ > > .../recipes-python}/pyrtm_0.2.bb | 0 > > .../recipes-python}/python-autobahn_0.8.6.bb | 0 > > .../recipes-python}/python-cheetah_2.4.4.bb | 0 > > .../recipes-python}/python-cloudeebus_0.6.0.bb | 0 > > .../recipes-python}/python-cython_0.20.2.bb | 0 > > .../recipes-python}/python-dateutil_1.5.bb | 0 > > .../recipes-python}/python-epydoc_3.0.1.bb | 0 > > .../recipes-python}/python-feedparser_5.1.3.bb | 0 > > .../recipes-python}/python-gdata_1.2.4.bb | 0 > > .../recipes-python}/python-gevent_0.13.8.bb | 0 > > .../recipes-python}/python-greenlet_0.4.1.bb | 0 > > .../recipes-python}/python-ldap/setup.cfg.patch | 0 > > .../recipes-python}/python-ldap_2.3.9.bb | 0 > > .../recipes-python}/python-lxml_3.0.2.bb | 0 > > ...y-link-in-sysroot-not-in-host-directories.patch | 0 > > .../recipes-python}/python-m2crypto_0.21.1.bb | 0 > > .../python-matplotlib/fix_setup.patch | 0 > > .../python-matplotlib/fix_setupext.patch | 0 > > .../recipes-python}/python-matplotlib_1.1.0.bb | 0 > > .../recipes-python}/python-numeric/no-lapack.patch | 0 > > .../recipes-python}/python-numeric_24.2.bb | 0 > > .../recipes-python}/python-pexpect_2.3.bb | 0 > > .../recipes-python}/python-pip_1.3.1.bb | 0 > > .../recipes-python}/python-psutil_0.6.1.bb | 0 > > .../recipes-python}/python-pyalsaaudio_0.4.bb | 0 > > .../recipes-python}/python-pyserial_2.4.bb | 0 > > .../recipes-python}/python-pyudev_0.16.1.bb | 0 > > .../recipes-python}/python-pyusb_1.0.0a2.bb | 0 > > .../recipes-python}/python-pyyaml/setup.py | 0 > > .../recipes-python}/python-pyyaml_3.10.bb | 0 > > .../recipes-python}/python-smbus_3.0.3.bb | 0 > > .../recipes-python}/python-sqlalchemy_0.7.9.bb | 0 > > .../recipes-python}/python-twisted_13.2.0.bb | 0 > > .../recipes-python}/python-vobject_0.8.1c.bb | 0 > > .../recipes-python}/python-webdav_0.1.2.bb | 0 > > .../recipes-python}/python-zopeinterface_4.1.1.bb | 0 > > 39 files changed, 79 insertions(+) > > create mode 100644 meta-python/COPYING.MIT > > create mode 100644 meta-python/README > > create mode 100644 meta-python/conf/layer.conf > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > pyrtm_0.2.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-autobahn_0.8.6.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-cheetah_2.4.4.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-cloudeebus_0.6.0.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-cython_0.20.2.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-dateutil_1.5.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-epydoc_3.0.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-feedparser_5.1.3.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-gdata_1.2.4.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-gevent_0.13.8.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-greenlet_0.4.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-ldap/setup.cfg.patch (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-ldap_2.3.9.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-lxml_3.0.2.bb (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-m2crypto_0.21.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-matplotlib/fix_setup.patch (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-matplotlib/fix_setupext.patch (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-matplotlib_1.1.0.bb (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-numeric/no-lapack.patch (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-numeric_24.2.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pexpect_2.3.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pip_1.3.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-psutil_0.6.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pyalsaaudio_0.4.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pyserial_2.4.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pyudev_0.16.1.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pyusb_1.0.0a2.bb (100%) > > rename {meta-oe/recipes-devtools/python => > meta-python/recipes-python}/python-pyyaml/setup.py (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-pyyaml_3.10.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-smbus_3.0.3.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-sqlalchemy_0.7.9.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-twisted_13.2.0.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-vobject_0.8.1c.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-webdav_0.1.2.bb (100%) > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > python-zopeinterface_4.1.1.bb (100%) > > > > -- > > 1.9.3 > > > > -- > > _______________________________________________ > > 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] 12+ messages in thread
* Re: [meta-oe][PATCH 0/2] meta-python creation 2014-07-23 1:03 ` Stephen Arnold @ 2014-07-23 8:00 ` Martin Jansa 0 siblings, 0 replies; 12+ messages in thread From: Martin Jansa @ 2014-07-23 8:00 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 9650 bytes --] On Tue, Jul 22, 2014 at 06:03:14PM -0700, Stephen Arnold wrote: > And when you say "depend" in that context, you mean add it to your local > bblayers, right? If you're using meta-networking already then yes. I meant "depend" section in README file so that people are aware of this dependency. > Just checking... > > Steve > > > On Tue, Jul 22, 2014 at 12:01 PM, Martin Jansa <martin.jansa@gmail.com> > wrote: > > > On Tue, Jul 15, 2014 at 04:32:32PM -0700, Tim Orling wrote: > > > ******** > > > This layer is intended to be the home of python modules for OpenEmbedded. > > > Modules in this layer need to be independent of openembedded-core and > > > meta-openembedded/meta-oe. Because of this, modules required by 'gateone' > > > and 'anki' are not included and remain in: > > > meta-openembedded/meta-oe/recipes-devtools/python. > > > > meta-networking/README should be updated to depend on meta-python > > > > ERROR: Nothing PROVIDES 'python-m2crypto-native' (but > > meta-oe/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb DEPENDS > > on or otherwise requires it). > > > > > > > > Maintainers: > > > Tim "moto-timo" Orling <TicoTimo@gmail.com> > > > Paul "bluelightning" Eggleton <paul.eggleton@linux.intel.com> > > > ******** > > > > > > The following changes since commit > > 239debcd8a0359aad64406476b801948f9b8ff14: > > > > > > usleep: add 1.0 recipe (2014-07-15 15:03:43 +0200) > > > > > > are available in the git repository at: > > > > > > git://git.openembedded.org/meta-openembedded-contrib timo/meta-python > > > > > http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=timo/meta-python > > > > > > Tim Orling (2): > > > meta-python: create layer > > > meta-python: move recipes from meta-oe > > > > > > meta-python/COPYING.MIT | 17 +++++++ > > > meta-python/README | 53 > > ++++++++++++++++++++++ > > > meta-python/conf/layer.conf | 9 ++++ > > > .../recipes-python}/pyrtm_0.2.bb | 0 > > > .../recipes-python}/python-autobahn_0.8.6.bb | 0 > > > .../recipes-python}/python-cheetah_2.4.4.bb | 0 > > > .../recipes-python}/python-cloudeebus_0.6.0.bb | 0 > > > .../recipes-python}/python-cython_0.20.2.bb | 0 > > > .../recipes-python}/python-dateutil_1.5.bb | 0 > > > .../recipes-python}/python-epydoc_3.0.1.bb | 0 > > > .../recipes-python}/python-feedparser_5.1.3.bb | 0 > > > .../recipes-python}/python-gdata_1.2.4.bb | 0 > > > .../recipes-python}/python-gevent_0.13.8.bb | 0 > > > .../recipes-python}/python-greenlet_0.4.1.bb | 0 > > > .../recipes-python}/python-ldap/setup.cfg.patch | 0 > > > .../recipes-python}/python-ldap_2.3.9.bb | 0 > > > .../recipes-python}/python-lxml_3.0.2.bb | 0 > > > ...y-link-in-sysroot-not-in-host-directories.patch | 0 > > > .../recipes-python}/python-m2crypto_0.21.1.bb | 0 > > > .../python-matplotlib/fix_setup.patch | 0 > > > .../python-matplotlib/fix_setupext.patch | 0 > > > .../recipes-python}/python-matplotlib_1.1.0.bb | 0 > > > .../recipes-python}/python-numeric/no-lapack.patch | 0 > > > .../recipes-python}/python-numeric_24.2.bb | 0 > > > .../recipes-python}/python-pexpect_2.3.bb | 0 > > > .../recipes-python}/python-pip_1.3.1.bb | 0 > > > .../recipes-python}/python-psutil_0.6.1.bb | 0 > > > .../recipes-python}/python-pyalsaaudio_0.4.bb | 0 > > > .../recipes-python}/python-pyserial_2.4.bb | 0 > > > .../recipes-python}/python-pyudev_0.16.1.bb | 0 > > > .../recipes-python}/python-pyusb_1.0.0a2.bb | 0 > > > .../recipes-python}/python-pyyaml/setup.py | 0 > > > .../recipes-python}/python-pyyaml_3.10.bb | 0 > > > .../recipes-python}/python-smbus_3.0.3.bb | 0 > > > .../recipes-python}/python-sqlalchemy_0.7.9.bb | 0 > > > .../recipes-python}/python-twisted_13.2.0.bb | 0 > > > .../recipes-python}/python-vobject_0.8.1c.bb | 0 > > > .../recipes-python}/python-webdav_0.1.2.bb | 0 > > > .../recipes-python}/python-zopeinterface_4.1.1.bb | 0 > > > 39 files changed, 79 insertions(+) > > > create mode 100644 meta-python/COPYING.MIT > > > create mode 100644 meta-python/README > > > create mode 100644 meta-python/conf/layer.conf > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > pyrtm_0.2.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-autobahn_0.8.6.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-cheetah_2.4.4.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-cloudeebus_0.6.0.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-cython_0.20.2.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-dateutil_1.5.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-epydoc_3.0.1.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-feedparser_5.1.3.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-gdata_1.2.4.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-gevent_0.13.8.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-greenlet_0.4.1.bb (100%) > > > rename {meta-oe/recipes-devtools/python => > > meta-python/recipes-python}/python-ldap/setup.cfg.patch (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-ldap_2.3.9.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-lxml_3.0.2.bb (100%) > > > rename {meta-oe/recipes-devtools/python => > > meta-python/recipes-python}/python-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch > > (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-m2crypto_0.21.1.bb (100%) > > > rename {meta-oe/recipes-devtools/python => > > meta-python/recipes-python}/python-matplotlib/fix_setup.patch (100%) > > > rename {meta-oe/recipes-devtools/python => > > meta-python/recipes-python}/python-matplotlib/fix_setupext.patch (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-matplotlib_1.1.0.bb (100%) > > > rename {meta-oe/recipes-devtools/python => > > meta-python/recipes-python}/python-numeric/no-lapack.patch (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-numeric_24.2.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-pexpect_2.3.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-pip_1.3.1.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-psutil_0.6.1.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-pyalsaaudio_0.4.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-pyserial_2.4.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-pyudev_0.16.1.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-pyusb_1.0.0a2.bb (100%) > > > rename {meta-oe/recipes-devtools/python => > > meta-python/recipes-python}/python-pyyaml/setup.py (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-pyyaml_3.10.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-smbus_3.0.3.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-sqlalchemy_0.7.9.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-twisted_13.2.0.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-vobject_0.8.1c.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-webdav_0.1.2.bb (100%) > > > rename {meta-oe/recipes-devtools/python => meta-python/recipes-python}/ > > python-zopeinterface_4.1.1.bb (100%) > > > > > > -- > > > 1.9.3 > > > > > > -- > > > _______________________________________________ > > > 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 > > > > > -- > _______________________________________________ > 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] 12+ messages in thread
end of thread, other threads:[~2014-07-23 8:00 UTC | newest] Thread overview: 12+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-07-15 23:32 [meta-oe][PATCH 0/2] meta-python creation Tim Orling 2014-07-15 23:32 ` [meta-oe][PATCH 1/2] meta-python: create layer Tim Orling 2014-07-15 23:32 ` [meta-oe][PATCH 2/2] meta-python: move recipes from meta-oe Tim Orling 2014-07-16 12:38 ` Martin Jansa 2014-07-16 12:50 ` Martin Jansa 2014-07-17 14:07 ` Tim Orling 2014-07-17 14:20 ` Paul Eggleton 2014-07-17 14:40 ` Martin Jansa 2014-07-18 15:47 ` Paul Eggleton 2014-07-22 19:01 ` [meta-oe][PATCH 0/2] meta-python creation Martin Jansa 2014-07-23 1:03 ` Stephen Arnold 2014-07-23 8:00 ` Martin Jansa
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.