aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mux/mux_git.bb
blob: e149559a451406d753a1fc6b89a7fdfa690452b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "GTK+ widgets for moblin"
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
LICENSE = "LGPLv2.1"
PV = "0.0+gitr${SRCPV}"
PE = "1"
PR = "r0"

LICENSE = "LGPLv2.1"

S = "${WORKDIR}/git"

DEPENDS = "gtk+"

inherit autotools_stage