aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cacao/cacao-native_hg.bb
blob: dc35ce8dd3c04dcc73fa70958e2ac75d0dd7d95a (plain)
1
2
3
4
5
6
7
8
9
10
11
require cacao-native.inc

PV = "1.1.0+hgr${SRCPV}"
PR = "r4"

SRCREV = "c7bf150bfa46"
SRC_URI = "hg://mips.complang.tuwien.ac.at/hg/;module=cacao;rev=${SRCREV} \
           file://cacao-shutdownguard.patch \
          "

S = "${WORKDIR}/cacao"