summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMark Hatle <mhatle@windriver.com>2010-08-12 21:00:48 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-13 08:57:25 +0100
commit07582c776104b77077faecf09684bb401d8c3950 (patch)
tree6152be1595223f8142473d541b19e0f61fba8e12 /meta/conf
parent28d70bcddba93ad649de714b3229586d53de325e (diff)
downloadopenembedded-core-contrib-07582c776104b77077faecf09684bb401d8c3950.tar.gz
pseudo: Fix pseudo build
Revert the change from 28d70bcddba93ad649de714b3229586d53de325e. Change the upstream commit to id: d30de158c1986d2161647629f279018702a42750. This fixes the const is read-only issue when compiling. 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 f33b3e685a..d3747669b3 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"
SRCREV_pn-prelink ??= "${PRELINKSRCREV}"
SRCREV_pn-prelink-native ??= "${PRELINKSRCREV}"
SRCREV_pn-psplash ??= "424"
-PSEUDOSRCREV ??= "5d027f78a6e677e9272a17555a83124026e6fb08"
+PSEUDOSRCREV ??= "d30de158c1986d2161647629f279018702a42750"
SRCREV_pn-pseudo ??= "${PSEUDOSRCREV}"
SRCREV_pn-pseudo-native ??= "${PSEUDOSRCREV}"
QEMUSRCREV ??= "72bb3c7571226af13cfe9eec020a56add3d30a70"