diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-06-06 00:29:58 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-06-08 01:36:32 +0200 |
commit | cda38428506b9fbda31cccaf40bd31034821dddf (patch) | |
tree | efda18fae198538f0266f835cb14d494aeff8039 /recipes/cacao | |
parent | dd61383cc90c3083c1321fa896fb6b135d5d133b (diff) |
cacao-native: add mercurial recipe
Diffstat (limited to 'recipes/cacao')
-rw-r--r-- | recipes/cacao/cacao-native_hg.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/cacao/cacao-native_hg.bb b/recipes/cacao/cacao-native_hg.bb new file mode 100644 index 0000000000..d6c158af5d --- /dev/null +++ b/recipes/cacao/cacao-native_hg.bb @@ -0,0 +1,12 @@ +#DEFAULT_PREFERENCE = "-1" + +require cacao-native.inc + +PR = "r0" + +S = "${WORKDIR}/cacao" + +CXXFLAGS += "-O1" + +REV = "8948a434c10d" +SRC_URI = "hg://mips.complang.tuwien.ac.at/hg/;module=cacao;rev=${REV}" |