aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-04 22:21:59 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-04 22:21:59 +0200
commita0635fb0162daf2ec804b3c3da2e807cbe30b99a (patch)
treebe2cd768076423777e9583b7325a73eee697378d /recipes
parent5edfb2709108ff53dc6ee36df0c43724b3074af0 (diff)
downloadopenembedded-a0635fb0162daf2ec804b3c3da2e807cbe30b99a.tar.gz
python-divmodepsilon: removed legacy staging; moved to BBCLASSEXTEND = "native"
and added INC_PR Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/python/python-divmodepsilon-native_0.5.11.bb14
-rw-r--r--recipes/python/python-divmodepsilon_0.5.11.bb4
2 files changed, 4 insertions, 14 deletions
diff --git a/recipes/python/python-divmodepsilon-native_0.5.11.bb b/recipes/python/python-divmodepsilon-native_0.5.11.bb
deleted file mode 100644
index 2b297adf56..0000000000
--- a/recipes/python/python-divmodepsilon-native_0.5.11.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require python-divmodepsilon_${PV}.bb
-inherit native
-
-DEPENDS = "python-native python-twisted-native zope-native"
-
-do_stage() {
- BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
- STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \
- ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
-}
-
-
-SRC_URI[md5sum] = "39710dfdeb42e51c953b17b6cded163e"
-SRC_URI[sha256sum] = "a5907a3b7584d63be30b3f79b0422b2b0778e73c053be9ac5a11004f1c9097dc"
diff --git a/recipes/python/python-divmodepsilon_0.5.11.bb b/recipes/python/python-divmodepsilon_0.5.11.bb
index 845b3fc875..04a4e8ae84 100644
--- a/recipes/python/python-divmodepsilon_0.5.11.bb
+++ b/recipes/python/python-divmodepsilon_0.5.11.bb
@@ -5,6 +5,10 @@ REALPN = "Epsilon"
require divmod.inc
+PR = "${INC_PR}.1"
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"
SRC_URI[md5sum] = "39710dfdeb42e51c953b17b6cded163e"
SRC_URI[sha256sum] = "a5907a3b7584d63be30b3f79b0422b2b0778e73c053be9ac5a11004f1c9097dc"