diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-07-07 04:08:27 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-16 16:25:16 +0100 |
commit | 1d1a559aa18a3af4c4b21ccffebc0bbcb5efcb19 (patch) | |
tree | 9ffcf59d529eccc9a5354c341567a21348db2748 | |
parent | 1564ef9c7ac39450a1facc4c64aaad1231a58b59 (diff) | |
download | poky-1d1a559aa18a3af4c4b21ccffebc0bbcb5efcb19.tar.gz |
python-scons: upgrade from 0.97 to 1.3.0
python-scons-native: upgrade from 0.97 to 1.3.0
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
-rw-r--r-- | meta/packages/python/python-scons-native_1.3.0.bb (renamed from meta/packages/python/python-scons-native_0.97.bb) | 1 | ||||
-rw-r--r-- | meta/packages/python/python-scons_1.3.0.bb (renamed from meta/packages/python/python-scons_0.97.bb) | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/python/python-scons-native_0.97.bb b/meta/packages/python/python-scons-native_1.3.0.bb index 915cbabd90..d3dd65cbdf 100644 --- a/meta/packages/python/python-scons-native_0.97.bb +++ b/meta/packages/python/python-scons-native_1.3.0.bb | |||
@@ -2,6 +2,7 @@ require python-scons_${PV}.bb | |||
2 | inherit native | 2 | inherit native |
3 | DEPENDS = "python-native" | 3 | DEPENDS = "python-native" |
4 | RDEPENDS = "" | 4 | RDEPENDS = "" |
5 | PR = "r0" | ||
5 | 6 | ||
6 | NATIVE_INSTALL_WORKS = "1" | 7 | NATIVE_INSTALL_WORKS = "1" |
7 | 8 | ||
diff --git a/meta/packages/python/python-scons_0.97.bb b/meta/packages/python/python-scons_1.3.0.bb index dc5b40243e..f5d11eb925 100644 --- a/meta/packages/python/python-scons_0.97.bb +++ b/meta/packages/python/python-scons_1.3.0.bb | |||
@@ -4,6 +4,8 @@ PRIORITY = "optional" | |||
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | SRCNAME = "scons" | 5 | SRCNAME = "scons" |
6 | 6 | ||
7 | PR = "r0" | ||
8 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz" |
8 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
9 | 11 | ||