mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
The various local patches have made it into upstream, so we update the build files and jump to pseudo 1.3. This also includes a popen() fix which fixes some edge cases that caused failures trying to check git branches and the like. [Yocto bug #2181] (From OE-Core rev: 0b007519fcfb1bcf2be9cad40b0f6265f8798518) Signed-off-by: Seebs <peter.seebach@windriver.com> Updated the pseudo_git.bb to match. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
251 B
BlitzBasic
9 lines
251 B
BlitzBasic
require pseudo.inc
|
|
|
|
PR = "r7"
|
|
|
|
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2"
|
|
|
|
SRC_URI[md5sum] = "5832bb70e6dce1a17b9b33a9c5c4b923"
|
|
SRC_URI[sha256sum] = "2f30e2e9ec966cec3a321fc2ed80408ee77ad6c0cd73aaf36f88b98e008f8508"
|