blob: 9ce745d04f474dd7230f363b551342acf60834af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
require monotone.inc
PR = "r0"
SRC_URI = "http://venge.net/monotone/downloads/monotone-${PV}.tar.gz \
file://txt2c-cross.patch;patch=1 \
file://configure.ac.patch;patch=1 \
file://uclibc.database.hh.stdarg.patch;patch=1 \
"
ALTERNATIVE_PRIORITY = "50"
|