From 3b3711672861a82bf73d9ecbc20d07a8bb4aff2d Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 24 Jan 2011 19:23:14 -0600 Subject: pseudo: Revert msg cache changes The message cache code in pseudo seems to be causing problems. So we have finally decided to revert that optimization. (The revert is in the upstream pseudo.) Signed-off-by: Mark Hatle --- meta/recipes-devtools/pseudo/pseudo_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb') diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 6645033c3e..4e94df7e8c 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -6,11 +6,10 @@ LICENSE = "LGPL2.1" DEPENDS = "sqlite3" PV = "0.0+git${SRCPV}" -PR = "r16" +PR = "r17" SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ file://static_sqlite.patch \ - file://pseudo-exec-crash.patch \ " FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" -- cgit v1.2.3-54-g00ecf