aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao/cacao-native_hg.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cacao/cacao-native_hg.bb')
-rw-r--r--recipes/cacao/cacao-native_hg.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/cacao/cacao-native_hg.bb b/recipes/cacao/cacao-native_hg.bb
index 82f56ebad4..dc35ce8dd3 100644
--- a/recipes/cacao/cacao-native_hg.bb
+++ b/recipes/cacao/cacao-native_hg.bb
@@ -1,9 +1,11 @@
require cacao-native.inc
PV = "1.1.0+hgr${SRCPV}"
-PR = "r3"
+PR = "r4"
SRCREV = "c7bf150bfa46"
-SRC_URI = "hg://mips.complang.tuwien.ac.at/hg/;module=cacao;rev=${SRCREV}"
+SRC_URI = "hg://mips.complang.tuwien.ac.at/hg/;module=cacao;rev=${SRCREV} \
+ file://cacao-shutdownguard.patch \
+ "
S = "${WORKDIR}/cacao"