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

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

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

S = "${WORKDIR}/cacao"