blob: c8f06984b05072549238aa5e45da038ee7c2a7af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Opie Bluetooth Applet"
SECTION = "opie/applets"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "libopietooth1"
APPNAME = "bluetoothapplet"
S = "${WORKDIR}/applet"
EXTRA_QMAKEVARS_POST += " INCLUDEPATH+=${STAGING_INCDIR}/opietooth "
inherit opie
do_install() {
install -d ${D}${palmtopdir}/pics/bluetoothapplet
install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
}
|