Hi all,
this new recipe will build the painting soft mypaint. In order to correctly run on the target, it is necessary to add new recipes dependencies in python-numpy recipe. Here are the two patches. Hoping it will be valuable. From 0ba53d830cbc429082244be68de367750b2f3702 Mon Sep 17 00:00:00 2001 From: C. Charreyre<[email protected]> Date: Thu, 21 Apr 2011 16:26:38 +0200 Subject: [PATCH] python-numpy: add missing release dependencies necessaries for mypaint Signed-off-by: C. Charreyre<[email protected]> --- recipes/python/python-numpy_1.1.1.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/recipes/python/python-numpy_1.1.1.bb b/recipes/python/python-numpy_1.1.1.bb index f5c23e0..9dda508 100644 --- a/recipes/python/python-numpy_1.1.1.bb +++ b/recipes/python/python-numpy_1.1.1.bb @@ -4,6 +4,8 @@ PRIORITY = "optional" LICENSE = "PSF" PR = "ml0" +RDEPENDS_${PN} = "python-compiler python-pkgutil python-pydoc python-mmap python-unittest" + SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ file://unbreak-assumptions.diff \ file://trycompile.diff \ -- 1.7.0.2
<<attachment: christian_charreyre.vcf>>
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
