summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMark Hatle <mhatle@windriver.com>2010-08-06 11:40:55 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-12 15:47:02 +0100
commit1c9f061d1f855cd0ecdcd3449e1f9bf45a7de0ee (patch)
tree0512b90ff03277fc90a7803ae5a271b704fb9696 /meta/conf
parente101642a61fc418273c1cd4d58a9564b4bdecc5c (diff)
downloadpoky-1c9f061d1f855cd0ecdcd3449e1f9bf45a7de0ee.tar.gz
pseudo: Upgrade pseudo and correct problems
Fix an issue where pseudo could try to compile incorrectly on an x86_64 host system. Now it verifies that it should be trying to build a 32-bit library, and if so the necessary prereqs are available. Also uprev to the latest version of pseudo changes to enable wrapping of execl, local variable storage and misc fixes. Signed-off-by: Mark Hatle <mhatle@windriver.com>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/poky-default-revisions.inc2
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 fe3e8bbf08..190296abf3 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -110,7 +110,7 @@ PRELINKSRCREV ??= "909470ee441237563d6236c505cb2d02ddc48704"
110SRCREV_pn-prelink ??= "${PRELINKSRCREV}" 110SRCREV_pn-prelink ??= "${PRELINKSRCREV}"
111SRCREV_pn-prelink-native ??= "${PRELINKSRCREV}" 111SRCREV_pn-prelink-native ??= "${PRELINKSRCREV}"
112SRCREV_pn-psplash ??= "424" 112SRCREV_pn-psplash ??= "424"
113PSEUDOSRCREV ??= "551bf567c171c9f6f475f02de80e35df9563dce7" 113PSEUDOSRCREV ??= "5d027f78a6e677e9272a17555a83124026e6fb08"
114SRCREV_pn-pseudo ??= "${PSEUDOSRCREV}" 114SRCREV_pn-pseudo ??= "${PSEUDOSRCREV}"
115SRCREV_pn-pseudo-native ??= "${PSEUDOSRCREV}" 115SRCREV_pn-pseudo-native ??= "${PSEUDOSRCREV}"
116QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70" 116QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70"