diff options
author | Mark Hatle <mhatle@windriver.com> | 2010-08-12 21:00:48 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-13 08:57:25 +0100 |
commit | 07582c776104b77077faecf09684bb401d8c3950 (patch) | |
tree | 6152be1595223f8142473d541b19e0f61fba8e12 /meta/packages/pseudo | |
parent | 28d70bcddba93ad649de714b3229586d53de325e (diff) | |
download | poky-07582c776104b77077faecf09684bb401d8c3950.tar.gz |
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/pseudo')
-rw-r--r-- | meta/packages/pseudo/pseudo_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/packages/pseudo/pseudo_git.bb b/meta/packages/pseudo/pseudo_git.bb index 91154333fb..59fa2645fd 100644 --- a/meta/packages/pseudo/pseudo_git.bb +++ b/meta/packages/pseudo/pseudo_git.bb | |||
@@ -9,7 +9,6 @@ PV = "0.0+git${SRCPV}" | |||
9 | PR = "r14" | 9 | PR = "r14" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ | 11 | SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ |
12 | file://constfix.patch \ | ||
13 | file://static_sqlite.patch" | 12 | file://static_sqlite.patch" |
14 | 13 | ||
15 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" | 14 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" |