Files
poky/meta/recipes-devtools/pseudo/pseudo_git.bb
Richard Purdie b1c0b3de20 pseudo: Add and use the 1.0 release version
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>
2011-02-10 12:01:04 +00:00

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"