diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-28 14:31:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-28 14:31:50 +0000 |
commit | c90ae4bfee186851ee9f11ebbd6aae5ec2cdde77 (patch) | |
tree | 22e6a4eee92f8af7e034c3b993c42a3a7f07ebd5 /packages/monotone/monotone-5_0.25.2.bb | |
parent | 15bd1d4a037e4858fbaaeef60cdd0adf865c4063 (diff) |
monotone: add 0.25.2, closes #876
Diffstat (limited to 'packages/monotone/monotone-5_0.25.2.bb')
-rw-r--r-- | packages/monotone/monotone-5_0.25.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/monotone/monotone-5_0.25.2.bb b/packages/monotone/monotone-5_0.25.2.bb new file mode 100644 index 0000000000..cf8799261b --- /dev/null +++ b/packages/monotone/monotone-5_0.25.2.bb @@ -0,0 +1,16 @@ +# Release 0.22 reveals bugs in g++ for thumb (g++ generates +# relocations which the linker cannot represent) +#FIXME: remove the following +ARM_INSTRUCTION_SET = "arm" + +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 \ + file://configure.ac-no-sync-with-stdio-0.25.patch;patch=1 \ + " + +ALTERNATIVE_PRIORITY = "50" |