blob: bfb6c90d33dfd815627a08148941f89e7acaf6e2 (
plain)
1
2
3
4
5
6
7
8
9
|
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git"
DEPENDS = "gtk+"
PV = "0.1+git${SRCPV}"
PR = "r0"
S = "${WORKDIR}/git"
inherit autotools_stage
|