From 0b007519fcfb1bcf2be9cad40b0f6265f8798518 Mon Sep 17 00:00:00 2001 From: Peter Seebach Date: Tue, 27 Mar 2012 16:57:30 -0500 Subject: Pseudo: Update to 1.3 The various local patches have made it into upstream, so we update the build files and jump to pseudo 1.3. This also includes a popen() fix which fixes some edge cases that caused failures trying to check git branches and the like. [Yocto bug #2181] Signed-off-by: Seebs Updated the pseudo_git.bb to match. Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie --- meta/recipes-devtools/pseudo/pseudo_git.bb | 10 ++++------ 1 file changed, 4 insertions(+), 6 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 4f8c9d619a..9414c79b78 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -1,14 +1,12 @@ require pseudo.inc -SRCREV = "17c2233f93692f79684792750001ee6d13e03925" -PV = "1.2+git${SRCPV}" -PR = "r21" +SRCREV = "f0375c9aaefbccfd41aebbf6d332bb4d9e8f980c" +PV = "1.3+git${SRCPV}" +PR = "r22" DEFAULT_PREFERENCE = "-1" -SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ - file://oe-config.patch \ - file://static_sqlite.patch" +SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git" S = "${WORKDIR}/git" -- cgit 1.2.3-korg