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

DEFAULT_PREFERENCE = "-1"

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