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

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

DEPENDS = "qt-embedded"

inherit qt4e

SRCREV = "c306f8e1ab92d916d99516d6aebc0749c1be5f5e"
SRC_URI = "git://git.neurostechnology.com/git/app-photoalbum;protocol=git"
S = "${WORKDIR}/git/"

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