summaryrefslogtreecommitdiff
path: root/meta/packages
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/packages
parent28d70bcddba93ad649de714b3229586d53de325e (diff)
downloadopenembedded-core-07582c776104b77077faecf09684bb401d8c3950.tar.gz
openembedded-core-07582c776104b77077faecf09684bb401d8c3950.tar.bz2
openembedded-core-07582c776104b77077faecf09684bb401d8c3950.tar.xz
openembedded-core-07582c776104b77077faecf09684bb401d8c3950.zip
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/packages')
-rw-r--r--meta/packages/pseudo/pseudo_git.bb1
1 files changed, 0 insertions, 1 deletions
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"