From 31ef959d9c0f2fc9a141d06ef01b5cfb14412c4e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Jul 2014 10:55:57 +0000 Subject: python-scons: Upgrade 2.3.0 -> 2.3.2 License file changes copyright years only. Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-scons-native_2.3.0.bb | 8 -------- meta/recipes-devtools/python/python-scons-native_2.3.2.bb | 8 ++++++++ meta/recipes-devtools/python/python-scons_2.3.0.bb | 14 -------------- meta/recipes-devtools/python/python-scons_2.3.2.bb | 14 ++++++++++++++ 4 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-scons-native_2.3.0.bb create mode 100644 meta/recipes-devtools/python/python-scons-native_2.3.2.bb delete mode 100644 meta/recipes-devtools/python/python-scons_2.3.0.bb create mode 100644 meta/recipes-devtools/python/python-scons_2.3.2.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.0.bb b/meta/recipes-devtools/python/python-scons-native_2.3.0.bb deleted file mode 100644 index 067ed61a4e..0000000000 --- a/meta/recipes-devtools/python/python-scons-native_2.3.0.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 PYTHONPATH='$PYTHONPATH:${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' -} 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 new file mode 100644 index 0000000000..067ed61a4e --- /dev/null +++ b/meta/recipes-devtools/python/python-scons-native_2.3.2.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 PYTHONPATH='$PYTHONPATH:${STAGING_DIR_HOST}/${PYTHON_SITEPACKAGES_DIR}' +} diff --git a/meta/recipes-devtools/python/python-scons_2.3.0.bb b/meta/recipes-devtools/python/python-scons_2.3.0.bb deleted file mode 100644 index eb2735d46f..0000000000 --- a/meta/recipes-devtools/python/python-scons_2.3.0.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=98e9a1e6029e715255c52032a1eba637" -SRCNAME = "scons" - -SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" - -SRC_URI[md5sum] = "083ce5624d6adcbdaf2526623f456ca9" -SRC_URI[sha256sum] = "9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils diff --git a/meta/recipes-devtools/python/python-scons_2.3.2.bb b/meta/recipes-devtools/python/python-scons_2.3.2.bb new file mode 100644 index 0000000000..fc5b302aae --- /dev/null +++ b/meta/recipes-devtools/python/python-scons_2.3.2.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] = "bbd428da35ec176575a2b0be1f8d7162" +SRC_URI[sha256sum] = "f993320c5e9515e6567fcce73df0a7a8808414bf1223c69123d3dcf339a449d4" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit 1.2.3-korg