blob: 0e1e22e6d26c490b43c51453524e28fffbe1cd16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Neuros qt-plugins"
LICENSE = "GPL"
DEPENDS = "qt-embedded"
inherit qtopia4core
SRCREV = "9988829eab1428f03f5f5dba8866b2f4da267d67"
SRC_URI = "git://git.neurostechnology.com/git/lib-widgets;protocol=git"
S = "${WORKDIR}/git/"
do_install() {
install -d ${D}/${libdir}/
install -m 0755 ${S}/build/lib* ${D}/${libdir}
}
|