From ffb01ab4bab44037690d9d7d3bc9968b77fe936a Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Tue, 19 Jan 2016 21:56:29 +0000 Subject: python-scons: upgrade to 2.4.1 Updates runtime dependencies, python-scon now depends on python-io and python-fcntl. Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie --- .../python/python-scons-native_2.3.6.bb | 8 -------- .../python/python-scons-native_2.4.1.bb | 8 ++++++++ meta/recipes-devtools/python/python-scons_2.3.6.bb | 17 ----------------- meta/recipes-devtools/python/python-scons_2.4.1.bb | 22 ++++++++++++++++++++++ 4 files changed, 30 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-scons-native_2.3.6.bb create mode 100644 meta/recipes-devtools/python/python-scons-native_2.4.1.bb delete mode 100644 meta/recipes-devtools/python/python-scons_2.3.6.bb create mode 100644 meta/recipes-devtools/python/python-scons_2.4.1.bb diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.6.bb b/meta/recipes-devtools/python/python-scons-native_2.3.6.bb deleted file mode 100644 index dae89ab5d2..0000000000 --- a/meta/recipes-devtools/python/python-scons-native_2.3.6.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.4.1.bb b/meta/recipes-devtools/python/python-scons-native_2.4.1.bb new file mode 100644 index 0000000000..dae89ab5d2 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons-native_2.4.1.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.6.bb b/meta/recipes-devtools/python/python-scons_2.3.6.bb deleted file mode 100644 index cb90294e61..0000000000 --- a/meta/recipes-devtools/python/python-scons_2.3.6.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Software Construction tool (make/autotools replacement)" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=23bc1530c55e9f0d1b709056bcea237d" -SRCNAME = "scons" - -SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" - -SRC_URI[md5sum] = "9c6a1c3c716cbe5f16515f163c91d928" -SRC_URI[sha256sum] = "98adaa351d8f4e4068a5bf1894bdd7f85b390c8c3f80d437cf8bb266012404df" - -UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/scons/files/scons/" -UPSTREAM_CHECK_REGEX = "/scons/(?P(\d+[\.\-_]*)+)/" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils diff --git a/meta/recipes-devtools/python/python-scons_2.4.1.bb b/meta/recipes-devtools/python/python-scons_2.4.1.bb new file mode 100644 index 0000000000..096cf5c960 --- /dev/null +++ b/meta/recipes-devtools/python/python-scons_2.4.1.bb @@ -0,0 +1,22 @@ +SUMMARY = "Software Construction tool (make/autotools replacement)" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=23bc1530c55e9f0d1b709056bcea237d" +SRCNAME = "scons" + +SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" + +SRC_URI[md5sum] = "9a0ddf33d9839f04380e0fae87cc4b40" +SRC_URI[sha256sum] = "8fc4f42928c69bcbb33e1be94b646f2c700b659693fabc778c192d4d22f753a7" + +UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/scons/files/scons/" +UPSTREAM_CHECK_REGEX = "/scons/(?P(\d+[\.\-_]*)+)/" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +RDEPENDS_${PN} = "\ + python-fcntl \ + python-io \ + " -- cgit 1.2.3-korg