mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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:
committed by
Richard Purdie
parent
1564ef9c7a
commit
1d1a559aa1
+1
@@ -2,6 +2,7 @@ require python-scons_${PV}.bb
|
|||||||
inherit native
|
inherit native
|
||||||
DEPENDS = "python-native"
|
DEPENDS = "python-native"
|
||||||
RDEPENDS = ""
|
RDEPENDS = ""
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
NATIVE_INSTALL_WORKS = "1"
|
NATIVE_INSTALL_WORKS = "1"
|
||||||
|
|
||||||
@@ -4,6 +4,8 @@ PRIORITY = "optional"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SRCNAME = "scons"
|
SRCNAME = "scons"
|
||||||
|
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
|
SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
|
||||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||||
|
|
||||||
Reference in New Issue
Block a user