diff options
author | Mark Hatle <mhatle@windriver.com> | 2010-07-21 06:15:53 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-21 15:43:15 +0100 |
commit | ad0ac0ecd38fc77daf42485489fccc10a5e1e3e7 (patch) | |
tree | 977d500d8690252437bfff6036f48930ca131a5b /meta/packages/pseudo/pseudo_git.bb | |
parent | 971907567cff64e74f21d349d6751dadc8c09827 (diff) | |
download | poky-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.bb | 6 |
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" | |||
6 | DEPENDS = "sqlite3" | 6 | DEPENDS = "sqlite3" |
7 | 7 | ||
8 | PV = "0.0+git${SRCPV}" | 8 | PV = "0.0+git${SRCPV}" |
9 | PR = "r4" | 9 | PR = "r5" |
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://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 | ||
16 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" | 18 | FILES_${PN} = "${libdir}/libpseudo.so ${bindir}/* ${localstatedir}/pseudo" |
17 | PROVIDES += "virtual/fakeroot" | 19 | PROVIDES += "virtual/fakeroot" |