mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
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>
This commit is contained in:
9
meta/recipes-devtools/pseudo/pseudo_1.0.bb
Normal file
9
meta/recipes-devtools/pseudo/pseudo_1.0.bb
Normal file
@@ -0,0 +1,9 @@
|
||||
require pseudo.inc
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 \
|
||||
file://static_sqlite.patch"
|
||||
|
||||
SRC_URI[md5sum] = "a329bd00ba78711bcacd48fc1982af6a"
|
||||
SRC_URI[sha256sum] = "cb41c97094044144ef4027ab9dbba009f3cb1c23e6bec9640f29d530524ad60f"
|
||||
Reference in New Issue
Block a user