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

LICENSE = "LGPLv2.1"

S = "${WORKDIR}/git"

DEPENDS = "gtk+"

inherit autotools_stage