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>
This commit is contained in:
Nitin A Kamble 2010-07-07 04:08:27 -07:00 committed by Richard Purdie
parent 1564ef9c7a
commit 1d1a559aa1
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ require python-scons_${PV}.bb
inherit native
DEPENDS = "python-native"
RDEPENDS = ""
PR = "r0"
NATIVE_INSTALL_WORKS = "1"

View 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}"