]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: Update pseudo to latest revision
authorMark Hatle <mark.hatle@windriver.com>
Thu, 9 Sep 2010 19:47:13 +0000 (14:47 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 10 Sep 2010 11:51:16 +0000 (12:51 +0100)
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>
meta/conf/distro/include/poky-default-revisions.inc

index 128163e8191309b0dafd540c2246c83e48271b63..6f9bd6f6d0d2000c2bb4e3bc5ced27b8df514ab4 100644 (file)
@@ -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"