aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/connman/connman_git.bb
blob: 1aa59181c09cb599c1df73cce20a0d992d9a95f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require connman.inc
PV = "0.12+gitr${SRCPV}"
PR = "r0"
PE = "1"

DEFAULT_PREFERENCE = "-1"

SRC_URI = "\
  git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \
  file://connman \
"
S = "${WORKDIR}/git"