diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-12 23:09:06 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-12 23:12:49 +0100 |
commit | 28d70bcddba93ad649de714b3229586d53de325e (patch) | |
tree | 017229f2cf6af6a596a905754781d53ec03c7a00 /meta/packages | |
parent | 6c7bc9e2eb8149d83bc2cd869c9e4bbf9c8b2dae (diff) | |
download | poky-28d70bcddba93ad649de714b3229586d53de325e.tar.gz |
pseudo: Fix segfaults
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/pseudo/pseudo_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/pseudo/pseudo_git.bb b/meta/packages/pseudo/pseudo_git.bb index eac398ed12..91154333fb 100644 --- a/meta/packages/pseudo/pseudo_git.bb +++ b/meta/packages/pseudo/pseudo_git.bb | |||
@@ -6,9 +6,10 @@ LICENSE = "LGPL2.1" | |||
6 | DEPENDS = "sqlite3" | 6 | DEPENDS = "sqlite3" |
7 | 7 | ||
8 | PV = "0.0+git${SRCPV}" | 8 | PV = "0.0+git${SRCPV}" |
9 | PR = "r13" | 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 \ | ||
12 | file://static_sqlite.patch" | 13 | file://static_sqlite.patch" |
13 | 14 | ||
14 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" | 15 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" |