summaryrefslogtreecommitdiff
path: root/meta/packages/pseudo/pseudo_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pseudo/pseudo_git.bb')
-rw-r--r--meta/packages/pseudo/pseudo_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/pseudo/pseudo_git.bb b/meta/packages/pseudo/pseudo_git.bb
index 88c7ee2c5..e675cbcad 100644
--- a/meta/packages/pseudo/pseudo_git.bb
+++ b/meta/packages/pseudo/pseudo_git.bb
@@ -6,14 +6,15 @@ LICENSE = "LGPL2.1"
DEPENDS = "sqlite3"
PV = "0.0+git${SRCPV}"
-PR = "r5"
+PR = "r6"
SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \
file://tweakflags.patch \
file://path-munge.patch \
file://ld_sacredness.patch \
file://make_parallel.patch \
- file://static_sqlite.patch"
+ file://static_sqlite.patch \
+ file://data-as-env.patch"
FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo"
PROVIDES += "virtual/fakeroot"