]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-scons: upgrade from 0.97 to 1.3.0
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 7 Jul 2010 11:08:27 +0000 (04:08 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 16 Jul 2010 15:25:16 +0000 (16:25 +0100)
python-scons-native: upgrade from 0.97 to 1.3.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/packages/python/python-scons-native_1.3.0.bb [moved from meta/packages/python/python-scons-native_0.97.bb with 91% similarity]
meta/packages/python/python-scons_1.3.0.bb [moved from meta/packages/python/python-scons_0.97.bb with 95% similarity]

similarity index 91%
rename from meta/packages/python/python-scons-native_0.97.bb
rename to meta/packages/python/python-scons-native_1.3.0.bb
index 915cbabd903cb61324e4c44888f5fc3e70fb5d36..d3dd65cbdfa429c5e9e11874823570406c28e48f 100644 (file)
@@ -2,6 +2,7 @@ require python-scons_${PV}.bb
 inherit native
 DEPENDS = "python-native"
 RDEPENDS = ""
+PR = "r0"
 
 NATIVE_INSTALL_WORKS = "1"
 
similarity index 95%
rename from meta/packages/python/python-scons_0.97.bb
rename to meta/packages/python/python-scons_1.3.0.bb
index dc5b40243e9f4a7fe9a7e0200f2db6db7010219f..f5d11eb925450634ec4275de0610f623fd17a223 100644 (file)
@@ -4,6 +4,8 @@ PRIORITY = "optional"
 LICENSE = "GPL"
 SRCNAME = "scons"
 
+PR = "r0"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"