aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mux/mux_git.bb
blob: 068fb4b651a7aa51d33cde1fdd67f10c975aec8f (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_stage