summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/cacao/cacao_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/cacao/cacao_git.bb b/recipes-core/cacao/cacao_git.bb
index 29aa24f..fef7f34 100644
--- a/recipes-core/cacao/cacao_git.bb
+++ b/recipes-core/cacao/cacao_git.bb
@@ -11,7 +11,7 @@ DEPENDS = "zlib libtool classpath virtual/javac-native bdwgc"
11RPROVIDES:${PN} = "java2-runtime" 11RPROVIDES:${PN} = "java2-runtime"
12 12
13SRCREV = "6c4694f9bd175386a8c451531e9a5ad97aa23b6f" 13SRCREV = "6c4694f9bd175386a8c451531e9a5ad97aa23b6f"
14SRC_URI = "git://bitbucket.org/cacaovm/cacao.git;protocol=https \ 14SRC_URI = "git://bitbucket.org/cacaovm/cacao.git;protocol=https;branch=master \
15 file://0001-java.in-Do-not-use-hardcode-paths.patch \ 15 file://0001-java.in-Do-not-use-hardcode-paths.patch \
16 file://0002-cacao-use-system-s-boehm-garbage-collector.patch \ 16 file://0002-cacao-use-system-s-boehm-garbage-collector.patch \
17" 17"