aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/wolfenqt.inc
blob: e8110b02d0d435d319041bbe677d1bcc16caff01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PR = "r1"
PE = "1"
PV = "0.0"
PR_append = "+gitr${SRCREV}"

inherit qt4${WOLFVARIANT}

SRCREV = "f43dfa2bfa1f72abd3500dfc94248b17c5f9ae05"
SRC_URI = "git://gitorious.org/qt-labs/wolfenqt.git;protocol=git"

S = "${WORKDIR}/git"

do_install() {
	install -d ${D}${bindir}
	install -m 0755 qt3d  ${D}${bindir}/wolfenqt-${WOLFVARIANT}
}