pseudo: Update to 1.3.1 (fixing chroot crash)

Yocto bug #2639.  If a chroot path was long, expanding absolute
paths within the chroot path could overrun a buffer.

(From OE-Core rev: 282cbf7002112f6b58ca1ee070c0b1285b838db7)

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Seebach
2012-07-05 13:25:58 -05:00
committed by Richard Purdie
parent 70067f082a
commit fe5feba665
3 changed files with 11 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
require pseudo.inc
PR = "r11"
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "aa7dbe925d065187833e1171746e9a94"
SRC_URI[sha256sum] = "dc896c06b0f5bc253faaeb21ed78157db7ef7553e3ecae15a1eb6faf64942110"

View File

@@ -1,8 +0,0 @@
require pseudo.inc
PR = "r10"
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "5832bb70e6dce1a17b9b33a9c5c4b923"
SRC_URI[sha256sum] = "2f30e2e9ec966cec3a321fc2ed80408ee77ad6c0cd73aaf36f88b98e008f8508"

View File

@@ -1,8 +1,8 @@
require pseudo.inc
SRCREV = "f0375c9aaefbccfd41aebbf6d332bb4d9e8f980c"
PV = "1.3+git${SRCPV}"
PR = "r25"
SRCREV = "2e0189ba5368b1e88d509d0ab82bccb15cfb3653"
PV = "1.3.1+git${SRCPV}"
PR = "r26"
DEFAULT_PREFERENCE = "-1"