diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-01-13 18:19:29 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-18 17:54:51 +0000 |
commit | 26396016aedeeebd42cfa833b3ae642e61154dc2 (patch) | |
tree | 896163ccfd790303f62ce989415d6241f0342e7c /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | 57bab3315cca255e43abb3aced01cf29e5fcac55 (diff) | |
download | poky-26396016aedeeebd42cfa833b3ae642e61154dc2.tar.gz |
pseudo: Update to the latest upstream version
Update pseudo to the latest version to resolve a number of optimization defects.
The problems were present on both 64-bit and 32-bit systems, but generally only
caused issues on 32-bit hosts.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index f9b10f0d36..df73696a7e 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -10,7 +10,7 @@ PR = "r16" | |||
10 | 10 | ||
11 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ | 11 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ |
12 | file://static_sqlite.patch \ | 12 | file://static_sqlite.patch \ |
13 | file://895fa7e359e8026a608fba052c2994e42901e45f.patch" | 13 | " |
14 | 14 | ||
15 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" | 15 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" |
16 | PROVIDES += "virtual/fakeroot" | 16 | PROVIDES += "virtual/fakeroot" |