diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-03 07:07:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-03 07:07:45 +0000 |
commit | 51259bc63279ec4c5288ac5bb1d3c9c3aaaa52aa (patch) | |
tree | 4d94892b412dfc810530c79959a8b699a6635d38 /packages/monotone/monotone-5_0.23.bb | |
parent | 3045b0eff6c4690d4a92d84cda6a9ce9dec04e44 (diff) |
monotone: monotone-0.23
Diffstat (limited to 'packages/monotone/monotone-5_0.23.bb')
-rw-r--r-- | packages/monotone/monotone-5_0.23.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/monotone/monotone-5_0.23.bb b/packages/monotone/monotone-5_0.23.bb new file mode 100644 index 0000000000..2b42672e6b --- /dev/null +++ b/packages/monotone/monotone-5_0.23.bb @@ -0,0 +1,15 @@ +# Release 0.22 reveals bugs in g++ for thumb (g++ generates +# relocations which the linker cannot represent) +#FIXME: remove the following +ARM_INSTRUCTION_SET = "" + +include monotone.inc + +PR = "r0" + +SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \ + file://txt2c-cross-post-0.22.patch;patch=1 \ + file://uclibc.database.hh.stdarg.patch;patch=1 \ + " + +ALTERNATIVE_PRIORITY = "50" |