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

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