diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-17 16:13:35 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-17 16:14:08 +0000 |
commit | 81f3d46fa5f16bfb8a0ee2e5569370337abe948c (patch) | |
tree | ec91758a8fea58a9d254be7b1f47681dc4d613b0 /meta/recipes-devtools/pseudo/pseudo_git.bb | |
parent | 3abc81b79850f42e8e041feab3acd52b574026f9 (diff) | |
download | poky-81f3d46fa5f16bfb8a0ee2e5569370337abe948c.tar.gz |
pseudo: Fixup for cache problem
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 55055fa0d3..f9b10f0d36 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -6,10 +6,11 @@ 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 = "r15" | 9 | PR = "r16" |
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://static_sqlite.patch" | 12 | file://static_sqlite.patch \ |
13 | file://895fa7e359e8026a608fba052c2994e42901e45f.patch" | ||
13 | 14 | ||
14 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" | 15 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" |
15 | PROVIDES += "virtual/fakeroot" | 16 | PROVIDES += "virtual/fakeroot" |