mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
* Drop patches where the changes exist upstream * Fetch from git as no tarball is available for 1.8.1 * Move common code to pseudo.inc * Update patchset in git recipe (From OE-Core rev: 0c36984d4c501d12fa91cf7371511641585cc256) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
360 B
BlitzBasic
16 lines
360 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRCREV = "eb47d855a831b6dc0ad34890e84b8f6f483693df"
|
|
PV = "1.8.1+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"
|
|
|