* [PATCH v2] python-cython_0.13.bb: Add python to DEPENDS.
@ 2010-11-02 23:33 Graham Gower
0 siblings, 0 replies; only message in thread
From: Graham Gower @ 2010-11-02 23:33 UTC (permalink / raw)
To: openembedded-devel
/usr/bin/cython is a python script. Fix the license while here.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
recipes/python/python-cython_0.13.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/recipes/python/python-cython_0.13.bb b/recipes/python/python-cython_0.13.bb
index 61ad718..966e265 100644
--- a/recipes/python/python-cython_0.13.bb
+++ b/recipes/python/python-cython_0.13.bb
@@ -3,10 +3,11 @@ It's designed to bridge the gap between the nice, high-level, easy-to-use world
and the messy, low-level world of C."
SECTION = "devel/python"
PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "Apache-2.0"
SRCNAME = "Cython"
BBCLASSEXTEND = "native"
NATIVE_INSTALL_WORKS = "1"
+DEPENDS = "python"
SRC_URI = "http://www.cython.org/release/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-02 23:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 23:33 [PATCH v2] python-cython_0.13.bb: Add python to DEPENDS Graham Gower
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox