aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mux/mux_git.bb
blob: 29326cdb93aa1970ab52fc073e8c5733087ef94e (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"
SRCREV = "72460e890dbb15edbf7dc193116be0dcf9794a8b"
PV = "0.0+git${SRCREV}"
PR = "r0"

LICENSE = "LGPLv2.1"

S = "${WORKDIR}/git"

DEPENDS = "gtk+"

inherit autotools