aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-11-02 13:33:05 +0000
committerKhem Raj <raj.khem@gmail.com>2010-11-02 22:00:43 -0700
commit8fc09c071a6fba0766c3b002209c758572298d26 (patch)
tree126ff958c470cdc35fa653f134b840da8fff7497 /recipes/python
parente43aca568fe9ed9b7130cea98df1265851f2ce72 (diff)
downloadopenembedded-8fc09c071a6fba0766c3b002209c758572298d26.tar.gz
python-cython_0.13.bb: Add python to DEPENDS.
/usr/bin/cython is a python script. Fix the license while here. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-cython_0.13.bb3
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 61ad71887d..966e265ffa 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}"