* [PATCH 2/2] python-numpy: add missing release dependencies
@ 2011-04-27 15:00 Christian Charreyre
2011-04-28 19:33 ` Paul Menzel
0 siblings, 1 reply; 2+ messages in thread
From: Christian Charreyre @ 2011-04-27 15:00 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]
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<christian.charreyre@cioinfoindus.fr>
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<christian.charreyre@cioinfoindus.fr>
---
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 #2: christian_charreyre.vcf --]
[-- Type: text/x-vcard, Size: 278 bytes --]
begin:vcard
fn:Christian Charreyre
n:Charreyre;Christian
org:CIO Informatique Industrielle
adr;dom:;;11 Avenue Marigny;Marseille;;13014
email;internet:christian.charreyre@cioinfoindus.fr
tel;work:04 95 05 19 41
url:http://www.cioinfoindus.fr
version:2.1
end:vcard
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] python-numpy: add missing release dependencies
2011-04-27 15:00 [PATCH 2/2] python-numpy: add missing release dependencies Christian Charreyre
@ 2011-04-28 19:33 ` Paul Menzel
0 siblings, 0 replies; 2+ messages in thread
From: Paul Menzel @ 2011-04-28 19:33 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1463 bytes --]
Dear Christian,
the same comments as to `[PATCH 1/2] mypaint: new recipe for version
0.9.1` apply hear to. Just a few remarks. I am in a hurry so please
excuse the brevity.
Am Mittwoch, den 27.04.2011, 17:00 +0200 schrieb Christian Charreyre:
[…]
> From 0ba53d830cbc429082244be68de367750b2f3702 Mon Sep 17 00:00:00 2001
> From: C. Charreyre<christian.charreyre@cioinfoindus.fr>
> Date: Thu, 21 Apr 2011 16:26:38 +0200
> Subject: [PATCH] python-numpy: add missing release dependencies
> necessaries for mypaint
I think `RDEPENDS` stands for runtime dependencies.
What error message is mypaint throwing?
> Signed-off-by: C. Charreyre<christian.charreyre@cioinfoindus.fr>
> ---
> 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"
Please sort it also.
> +
> SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
> file://unbreak-assumptions.diff \
> file://trycompile.diff \
Otherwise this looks good.
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-28 19:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 15:00 [PATCH 2/2] python-numpy: add missing release dependencies Christian Charreyre
2011-04-28 19:33 ` Paul Menzel
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.