diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-02 17:15:26 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 15:48:27 +0100 |
commit | c647c7a54cf28c2fc76158095920ff6c7bf6adbc (patch) | |
tree | 11e2ee136911dd05180b407a5e6a847d50982c61 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | a91d4987faf2282c7383f630707ade7b9799def8 (diff) | |
download | poky-c647c7a54cf28c2fc76158095920ff6c7bf6adbc.tar.gz |
pseudo: Update pseudo to 1.1.1 version
Update both the core and pseudo_git packages to the latest 1.1.1 verison.
This fixes an issues where the call system() was not wrapped. This could
lead to issues where certain spawned commands broke out of a pseudo-chroot
and created files in the wrong place.
Also the update the 1.0 -> 1.1.1 adds additional capabilities such as
beginning support for MacOS X.
(From OE-Core rev: 9eaa9ed38a197be76317cd3e42f54d1808c3e971)
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 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 2b9fe70a93..6505958c4a 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -1,12 +1,13 @@ | |||
1 | require pseudo.inc | 1 | require pseudo.inc |
2 | 2 | ||
3 | SRCREV = "5434325fc887817ebb2bad36313d8277992cef1d" | 3 | SRCREV = "1d3e67cb168c3459e67a0b29f071ca30ed17dadc" |
4 | PV = "1.0+git${SRCPV}" | 4 | PV = "1.1.1+git${SRCPV}" |
5 | PR = "r18" | 5 | PR = "r19" |
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 \ | ||
10 | file://static_sqlite.patch" | 11 | file://static_sqlite.patch" |
11 | 12 | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |