]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: Fix pseudo build
authorMark Hatle <mhatle@windriver.com>
Fri, 13 Aug 2010 04:00:48 +0000 (21:00 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 13 Aug 2010 07:57:25 +0000 (08:57 +0100)
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>
meta/conf/distro/include/poky-default-revisions.inc
meta/packages/pseudo/pseudo_git.bb

index f33b3e685a6159e25358fb96e2ce2bfc8360c191..d3747669b3ab55a16f25ff8baca9beefa79e4591 100644 (file)
@@ -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"
index 91154333fb55c5af47594c6051d3542d19ed7b8f..59fa2645fda8f3c420e3f1d3b5d98a548f50d3d2 100644 (file)
@@ -9,7 +9,6 @@ PV = "0.0+git${SRCPV}"
 PR = "r14"
 
 SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \
-           file://constfix.patch \
            file://static_sqlite.patch"
 
 FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo"