diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-06 06:07:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-06 06:07:15 +0000 |
commit | 6e702c6a8f5ce690de708df66b4d0ea6041dfc52 (patch) | |
tree | 164735b90547884bb26ed1f01270fd29d6eb61af /packages/monotone/monotone_0.19.bb | |
parent | 3ee4b9c71f6a01de7ed32a8ad7018a9c45af6b0a (diff) |
Working (db init capable) version of monotone. r1 fixes an endianness
configuration error in cryptopp - cryptopp was being compiled for a
little endian host.
Diffstat (limited to 'packages/monotone/monotone_0.19.bb')
-rw-r--r-- | packages/monotone/monotone_0.19.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/monotone/monotone_0.19.bb b/packages/monotone/monotone_0.19.bb index 3bf4608970..3faad29b41 100644 --- a/packages/monotone/monotone_0.19.bb +++ b/packages/monotone/monotone_0.19.bb @@ -6,10 +6,14 @@ SECTION = "devel" PRIORITY = "optional" LICENSE = "MIT" SUBV = "1" -PR = "r0" +PR = "r1" SRC_URI = "http://www.venge.net/monotone/downloads/monotone_${PV}-${SUBV}.tar.gz \ - file://txt2c-cross.patch;patch=1" + file://txt2c-cross.patch;patch=1 \ + file://cryptopp-endianness.patch;patch=1" +DEPENDS += "boost" +# Following may be required, not proved yet... +#TARGET_CFLAGS += "-fno-strict-aliasing" PACKAGES = "${PN} ${PN}-doc ${PN}-testsuite" tsd = "/home/monotone" |