pseudo: Fix pseudo build

Revert the change from 28d70bcddb.

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>
This commit is contained in:
Mark Hatle 2010-08-12 21:00:48 -07:00 committed by Richard Purdie
parent 28d70bcddb
commit 07582c7761
2 changed files with 1 additions and 2 deletions

View 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"

View 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"