mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
Update to the newly minted 1.8.2, dropping several patches we'd backported since the last release. (From OE-Core rev: 6437f14c9177fd7ec7a9b6bca873362b0c94abfb) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
360 B
BlitzBasic
16 lines
360 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRCREV = "02168305b0a19f981ffe857f36eb256ba8810b77"
|
|
PV = "1.8.2+git${SRCPV}"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/pseudo \
|
|
file://0001-configure-Prune-PIE-flags.patch \
|
|
file://fallback-passwd \
|
|
file://fallback-group \
|
|
file://moreretries.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|