mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
Not using the git version has the advantage of removing several early bootstrap dependencies such as git-native (which pulls in perl and openssl). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
180 B
BlitzBasic
11 lines
180 B
BlitzBasic
require pseudo.inc
|
|
|
|
PV = "1.0+git${SRCPV}"
|
|
PR = "r18"
|
|
|
|
SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \
|
|
file://static_sqlite.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|