diff options
-rw-r--r-- | meta/recipes-devtools/python/python-scons-native_2.4.1.bb (renamed from meta/recipes-devtools/python/python-scons-native_2.3.6.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-scons_2.4.1.bb (renamed from meta/recipes-devtools/python/python-scons_2.3.6.bb) | 9 |
2 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-scons-native_2.3.6.bb b/meta/recipes-devtools/python/python-scons-native_2.4.1.bb index dae89ab5d2..dae89ab5d2 100644 --- a/meta/recipes-devtools/python/python-scons-native_2.3.6.bb +++ b/meta/recipes-devtools/python/python-scons-native_2.4.1.bb | |||
diff --git a/meta/recipes-devtools/python/python-scons_2.3.6.bb b/meta/recipes-devtools/python/python-scons_2.4.1.bb index cb90294e61..096cf5c960 100644 --- a/meta/recipes-devtools/python/python-scons_2.3.6.bb +++ b/meta/recipes-devtools/python/python-scons_2.4.1.bb | |||
@@ -6,8 +6,8 @@ SRCNAME = "scons" | |||
6 | 6 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "9c6a1c3c716cbe5f16515f163c91d928" | 9 | SRC_URI[md5sum] = "9a0ddf33d9839f04380e0fae87cc4b40" |
10 | SRC_URI[sha256sum] = "98adaa351d8f4e4068a5bf1894bdd7f85b390c8c3f80d437cf8bb266012404df" | 10 | SRC_URI[sha256sum] = "8fc4f42928c69bcbb33e1be94b646f2c700b659693fabc778c192d4d22f753a7" |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/scons/files/scons/" | 12 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/scons/files/scons/" |
13 | UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/" | 13 | UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/" |
@@ -15,3 +15,8 @@ UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/" | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
16 | 16 | ||
17 | inherit distutils | 17 | inherit distutils |
18 | |||
19 | RDEPENDS_${PN} = "\ | ||
20 | python-fcntl \ | ||
21 | python-io \ | ||
22 | " | ||