From 7b72a848c8991fd67ccd510f68cc793f0f722453 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 13 Feb 2015 14:44:34 +0000 Subject: python-scons: 2.3.2 -> 2.3.4 (From OE-Core rev: 3e924fafab2ad407a51a0bb19be9faf281b766c9) Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-scons-native_2.3.2.bb | 8 -------- meta/recipes-devtools/python/python-scons-native_2.3.4.bb | 8 ++++++++ meta/recipes-devtools/python/python-scons_2.3.2.bb | 14 -------------- meta/recipes-devtools/python/python-scons_2.3.4.bb | 14 ++++++++++++++ 4 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-scons-native_2.3.2.bb create mode 100644 meta/recipes-devtools/python/python-scons-native_2.3.4.bb delete mode 100644 meta/recipes-devtools/python/python-scons_2.3.2.bb create mode 100644 meta/recipes-devtools/python/python-scons_2.3.4.bb diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.2.bb b/meta/recipes-devtools/python/python-scons-native_2.3.2.bb deleted file mode 100644 index dae89ab5d2..0000000000 --- a/meta/recipes-devtools/python/python-scons-native_2.3.2.bb +++ /dev/null @@ -1,8 +0,0 @@ -require python-scons_${PV}.bb -inherit native pythonnative -DEPENDS = "python-native" -RDEPENDS_${PN} = "" - -do_install_append() { - create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' -} diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.4.bb b/meta/recipes-devtools/python/python-scons-native_2.3.4.bb new file mode 100644 index 0000000000..dae89ab5d2 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons-native_2.3.4.bb @@ -0,0 +1,8 @@ +require python-scons_${PV}.bb +inherit native pythonnative +DEPENDS = "python-native" +RDEPENDS_${PN} = "" + +do_install_append() { + create_wrapper ${D}${bindir}/scons SCONS_LIB_DIR='${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' +} diff --git a/meta/recipes-devtools/python/python-scons_2.3.2.bb b/meta/recipes-devtools/python/python-scons_2.3.2.bb deleted file mode 100644 index fc5b302aae..0000000000 --- a/meta/recipes-devtools/python/python-scons_2.3.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Software Construction tool (make/autotools replacement)" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0ad8a74a10870caa5e08a3e45d719e2" -SRCNAME = "scons" - -SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" - -SRC_URI[md5sum] = "bbd428da35ec176575a2b0be1f8d7162" -SRC_URI[sha256sum] = "f993320c5e9515e6567fcce73df0a7a8808414bf1223c69123d3dcf339a449d4" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils diff --git a/meta/recipes-devtools/python/python-scons_2.3.4.bb b/meta/recipes-devtools/python/python-scons_2.3.4.bb new file mode 100644 index 0000000000..9b828fac9d --- /dev/null +++ b/meta/recipes-devtools/python/python-scons_2.3.4.bb @@ -0,0 +1,14 @@ +SUMMARY = "Software Construction tool (make/autotools replacement)" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f0ad8a74a10870caa5e08a3e45d719e2" +SRCNAME = "scons" + +SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" + +SRC_URI[md5sum] = "91fbbb67c2c65b03c746601baac4a6a5" +SRC_URI[sha256sum] = "4b57d72066fed3b6ff65a7dd9f73633c9b1c09f87520e9b3aae84b3e4864b441" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3-54-g00ecf