[oe] [meta-oe][PATCH] gateone: Updated to version 1.2

2013-11-19 Thread Dan McDougall
functionality. The old patch that removes the init script checks has been deprecated by the use of the --skip_init_scripts option which is now being passed to setup.py. Lastly, Gate One 1.2 is about twice as fast (benchmarked) as Gate One 1.1 on the Beaglebone platform. Signed-off-by: Dan

[oe] [meta-oe][PATCH] python-futures: New package (provides concurrent.futures)

2013-11-19 Thread Dan McDougall
The python-futures package is a backport of Python 3.2+'s concurrent.futures module to Python 2.6+. Signed-off-by: Dan McDougall --- meta-oe/recipes-devtools/python/python-futures_2.1.5.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-devtools/p

[oe] [meta-oe][PATCH] python-tornado: Updated to version 3.1.1

2013-11-19 Thread Dan McDougall
The sole patch for this package is no longer necessary and has been removed. Signed-off-by: Dan McDougall --- .../0001-disable-AI_ADDRCONFIG-flag.patch | 32 -- .../recipes-devtools/python/python-tornado_git.bb | 9 +++--- 2 files changed, 4 insertions(+), 37

[oe] [meta-oe][PATCH] python-pip: Fixed description in .bb file

2013-11-19 Thread Dan McDougall
The DESCRIPTION was the same as the Tornado package which is incorrect. Signed-off-by: Dan McDougall --- meta-oe/recipes-devtools/python/python-pip_1.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/python/python-pip_1.3.1.bb b/meta-oe/recipes

[oe] [meta-oe][PATCH] python-matplotlib : Add recipe for matplotlib 1.1.0.

2012-06-08 Thread Dan McDougall
Adding python-matplotlib recipe. I'm sure many folks will find this useful. Signed-off-by: Dan McDougall --- .../python/python-matplotlib/fix_setup.patch | 29 .../python/python-matplotlib/fix_setupext.patch| 29 .../python/p

[oe] [meta-oe][PATCH v2 1/2] python-numpy : Add missing dependencies.

2012-06-06 Thread Dan McDougall
Numpy was missing a number of dependencies in the .bb file without which it will not work. Signed-off-by: Dan McDougall --- .../recipes-devtools/python/python-numpy_1.4.1.bb |5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b

[oe] [meta-oe][PATCH v2 2/2] python-numpy : Correct difflib dependency.

2012-06-06 Thread Dan McDougall
The previous patch had python-diffutils when it should have been python-difflib. Signed-off-by: Dan McDougall --- .../recipes-devtools/python/python-numpy_1.4.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b

[oe] [meta-oe][PATCH v2] python-numpy : Add missing dependencies.

2012-06-06 Thread Dan McDougall
Numpy was missing a number of dependencies in the .bb file without which it will not work. This v2 version of the patch fixes the difflib dependency. Signed-off-by: Dan McDougall --- .../recipes-devtools/python/python-numpy_1.4.1.bb |5 + 1 file changed, 5 insertions(+) diff --git a

[oe] [meta-oe][PATCH] python-numpy : Add missing dependencies.

2012-06-05 Thread Dan McDougall
Numpy was missing a number of dependencies in the .bb file without which it will not work. Signed-off-by: Dan McDougall --- .../recipes-devtools/python/python-numpy_1.4.1.bb |5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b

[oe] [meta-oe][PATCH] python-numpy: Fixed numpy dependencies.

2012-06-04 Thread Dan McDougall
Numpy was missing a number of dependencies in the .bb file without which it will not work. Signed-off-by: Dan McDougall --- .../recipes-devtools/python/python-numpy_1.4.1.bb |5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b

[oe] [PATCH v2] python-numpy: Fixed numpy dependencies.

2012-06-04 Thread Dan McDougall
Numpy was missing a number of dependencies in the .bb file without which it will not work. Signed-off-by: Dan McDougall --- .../recipes-devtools/python/python-numpy_1.4.1.bb |5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb b

[oe] [PATCH] Fixed numpy dependencies.

2012-06-01 Thread Dan McDougall
Numpy was missing a number of dependencies in the .bb file without which it will not work. Signed-off-by: Dan McDougall --- .../recipes-devtools/python/python-numpy_1.4.1.bb |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta-oe/recipes-devtools/python/python

[oe] [PATCH] netbase updated to 5.0

2012-05-25 Thread Dan McDougall
Updated from 4.47 to 5.0 (4.47 isn't available anymore on the Debian FTP servers so this was blocking builds from completing). Signed-off-by: Dan McDougall --- meta/recipes-core/netbase/netbase-4.47/hosts |2 - meta/recipes-core/netbase/netbase-4.47/init|