summaryrefslogtreecommitdiffstats
path: root/meta/packages/pseudo/pseudo_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mhatle@windriver.com>2010-07-21 06:15:53 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-21 15:43:15 +0100
commitad0ac0ecd38fc77daf42485489fccc10a5e1e3e7 (patch)
tree977d500d8690252437bfff6036f48930ca131a5b /meta/packages/pseudo/pseudo_git.bb
parent971907567cff64e74f21d349d6751dadc8c09827 (diff)
downloadpoky-ad0ac0ecd38fc77daf42485489fccc10a5e1e3e7.tar.gz
pseudo: Uprev to the latest git version
Uprev pseudo to the latest head version to resolve a number of issues on older hosts such as RHEL 5. In addition sqlite was changed to link statically into pseudo to avoid a potential LD_LIBRARY_PATH issue. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/packages/pseudo/pseudo_git.bb')
-rw-r--r--meta/packages/pseudo/pseudo_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/pseudo/pseudo_git.bb b/meta/packages/pseudo/pseudo_git.bb
index 1ba43c07f7..92ea897d66 100644
--- a/meta/packages/pseudo/pseudo_git.bb
+++ b/meta/packages/pseudo/pseudo_git.bb
@@ -6,12 +6,14 @@ LICENSE = "LGPL2.1"
6DEPENDS = "sqlite3" 6DEPENDS = "sqlite3"
7 7
8PV = "0.0+git${SRCPV}" 8PV = "0.0+git${SRCPV}"
9PR = "r4" 9PR = "r5"
10 10
11SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \ 11SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \
12 file://tweakflags.patch \ 12 file://tweakflags.patch \
13 file://path-munge.patch \ 13 file://path-munge.patch \
14 file://ld_sacredness.patch" 14 file://ld_sacredness.patch \
15 file://make_parallel.patch \
16 file://static_sqlite.patch"
15 17
16FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" 18FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo"
17PROVIDES += "virtual/fakeroot" 19PROVIDES += "virtual/fakeroot"