Files
poky/meta/recipes-devtools/pseudo/pseudo_git.bb
Peter Seebach fe5feba665 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>
2012-07-09 16:58:58 +01:00

13 lines
221 B
BlitzBasic

require pseudo.inc
SRCREV = "2e0189ba5368b1e88d509d0ab82bccb15cfb3653"
PV = "1.3.1+git${SRCPV}"
PR = "r26"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git"
S = "${WORKDIR}/git"