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