From patchwork Wed Apr 27 15:00:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] python-numpy: add missing release dependencies Date: Wed, 27 Apr 2011 15:00:20 -0000 From: Christian Charreyre X-Patchwork-Id: 3011 Message-Id: <4DB82F84.3090407@cioinfoindus.fr> To: openembedded-devel@lists.openembedded.org 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 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 --- recipes/python/python-numpy_1.1.1.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) file://trycompile.diff \ 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 \