diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2012-03-27 16:57:30 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-28 10:10:56 +0100 |
commit | c718c10b4b323bdae9f788300110111d61b0d1a3 (patch) | |
tree | bf1e9b92f6d553d0a18312da6e75972eae360f06 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | 0ba97b4274d576196c77668981065d1b8fe74f45 (diff) | |
download | poky-c718c10b4b323bdae9f788300110111d61b0d1a3.tar.gz |
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]
(From OE-Core rev: 0b007519fcfb1bcf2be9cad40b0f6265f8798518)
Signed-off-by: Seebs <peter.seebach@windriver.com>
Updated the pseudo_git.bb to match.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 10 |
1 files changed, 4 insertions, 6 deletions
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 @@ | |||
1 | require pseudo.inc | 1 | require pseudo.inc |
2 | 2 | ||
3 | SRCREV = "17c2233f93692f79684792750001ee6d13e03925" | 3 | SRCREV = "f0375c9aaefbccfd41aebbf6d332bb4d9e8f980c" |
4 | PV = "1.2+git${SRCPV}" | 4 | PV = "1.3+git${SRCPV}" |
5 | PR = "r21" | 5 | PR = "r22" |
6 | 6 | ||
7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ | 9 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git" |
10 | file://oe-config.patch \ | ||
11 | file://static_sqlite.patch" | ||
12 | 10 | ||
13 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
14 | 12 | ||