From 07582c776104b77077faecf09684bb401d8c3950 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 12 Aug 2010 21:00:48 -0700 Subject: 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 --- meta/packages/pseudo/pseudo_git.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/packages') diff --git a/meta/packages/pseudo/pseudo_git.bb b/meta/packages/pseudo/pseudo_git.bb index 91154333f..59fa2645f 100644 --- a/meta/packages/pseudo/pseudo_git.bb +++ b/meta/packages/pseudo/pseudo_git.bb @@ -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" -- cgit v1.2.3