diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-12 23:48:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-12 23:48:44 +0000 |
commit | 86ce136b1940f6ab7617c9722c773a336ff0ae88 (patch) | |
tree | 9f2d1c740cd3565439b11dba5a9bc3d48fa4c5c7 /packages/monotone/monotone_0.19.bb | |
parent | 484e160440fa31ecaa9ac4c7659edb67103ae3af (diff) |
Working, tested, versions of monotone. These past most aspects of the
test suite. Merge tests (which should fail) get unexpected passes (because,
apparently, the command to decode b64 data is not installed), cvs tests
fail (run as root) and some tests fail because of the lack of a perl
packages. However all tests which have no obvious external failure
reason (which is all but about 20 of several hundred tests) succeed apart
from the large file test (runs out of memory...)
monotone-0.20 is currently disabled because the netsync protocol change
means it will not work with the OE 0.19 server.
Diffstat (limited to 'packages/monotone/monotone_0.19.bb')
-rw-r--r-- | packages/monotone/monotone_0.19.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/monotone/monotone_0.19.bb b/packages/monotone/monotone_0.19.bb index 3faad29b41..276bed4b6f 100644 --- a/packages/monotone/monotone_0.19.bb +++ b/packages/monotone/monotone_0.19.bb @@ -6,7 +6,7 @@ SECTION = "devel" PRIORITY = "optional" LICENSE = "MIT" SUBV = "1" -PR = "r1" +PR = "r2" SRC_URI = "http://www.venge.net/monotone/downloads/monotone_${PV}-${SUBV}.tar.gz \ file://txt2c-cross.patch;patch=1 \ @@ -18,6 +18,9 @@ DEPENDS += "boost" PACKAGES = "${PN} ${PN}-doc ${PN}-testsuite" tsd = "/home/monotone" FILES_${PN}-testsuite = "${tsd}/testsuite ${tsd}/tests" +RDEPENDS_${PN}-testsuite += "bash sed grep cvs" +# The testsuite also requires the following - not yet available... +#RDEPENDS_${PN}-testsuite += "patch perl" # no cross compile support - it tries to run the test program even with # --enable_ipv6=yes |