1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

pseudo: Fixup for cache problem

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-12-17 16:13:35 +00:00
parent 3abc81b798
commit 81f3d46fa5
2 changed files with 238 additions and 2 deletions
+3 -2
View File
@@ -6,10 +6,11 @@ LICENSE = "LGPL2.1"
DEPENDS = "sqlite3"
PV = "0.0+git${SRCPV}"
PR = "r15"
PR = "r16"
SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \
file://static_sqlite.patch"
file://static_sqlite.patch \
file://895fa7e359e8026a608fba052c2994e42901e45f.patch"
FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo"
PROVIDES += "virtual/fakeroot"