diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-09-09 14:47:13 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-10 12:51:16 +0100 |
commit | b4c5b953c80c81f96a912afec9e65fa6faf8f769 (patch) | |
tree | f0f625fc2d08a1b4b78f16f9e3ea20260faca41c /meta/conf/distro/include/poky-default-revisions.inc | |
parent | d87034e41a666cb4ab0740bb6d1e2e8089401ef4 (diff) | |
download | openembedded-core-b4c5b953c80c81f96a912afec9e65fa6faf8f769.tar.gz openembedded-core-b4c5b953c80c81f96a912afec9e65fa6faf8f769.tar.bz2 openembedded-core-b4c5b953c80c81f96a912afec9e65fa6faf8f769.zip |
pseudo: Update pseudo to latest revision
Fix bug 231 by changeing to the latest revision of pseudo.
The latest revision of pseudo includes the following changes:
2010-09-08:
* (seebs) handle mkfifo without guaranteeing an EINVAL response.
2010-09-02:
* (seebs) fix errno for getcwd() with insufficient size
* (seebs) Add an RPATH entry to the pseudo binary to find the sqlite3
library.
2010-09-01:
* (seebs) add missing casts to even more printf arguments
2010-08-31:
* (seebs) add missing casts to printf arguments, after being warned
about them a mere twenty or thirty thousand times.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/conf/distro/include/poky-default-revisions.inc')
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index 128163e819..6f9bd6f6d0 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc @@ -112,7 +112,7 @@ PRELINKSRCREV ??= "909470ee441237563d6236c505cb2d02ddc48704" SRCREV_pn-prelink ??= "${PRELINKSRCREV}" SRCREV_pn-prelink-native ??= "${PRELINKSRCREV}" SRCREV_pn-psplash ??= "424" -PSEUDOSRCREV ??= "ecab857a8a1bd332d6539370c0f183c2b4f004f6" +PSEUDOSRCREV ??= "e3765ee9c9c2bccaa32fbe6426d4eb1bbcd214e7" SRCREV_pn-pseudo ??= "${PSEUDOSRCREV}" SRCREV_pn-pseudo-native ??= "${PSEUDOSRCREV}" QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70" |