aboutsummaryrefslogtreecommitdiffstats
path: root/packages/neuros-public/neuros-app-vplayer_git.bb
blob: 0765c9faf4d1ffe58bda90068bdf64d5bab264b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Neuros videoplayer app"
LICENSE = "GPL"

PV = "0.0+${PR}+gitr${SRCREV}"
PR = "r1"

DEPENDS = "qt-embedded"

inherit qt4e

SRCREV = "647d1fa634072f78894aecd090474389eaf6d6a4"
SRC_URI = "git://git.neurostechnology.com/git/app-vplayer;protocol=git"
S = "${WORKDIR}/git/"

do_install() {
	install -d ${D}/${bindir}
	install -m 0755  ${S}/build/vplayer ${D}/${bindir}
}