blob: 1d374006e0535d08ae51977d6f13b5be39fcabf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Opie BluePin"
SECTION = "opie/applications"
PRIORITY = "optional"
DEPENDS = "libopietooth1"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
APPNAME = "bluepin"
TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opietooth/blue-pin"
S = "${WORKDIR}/blue-pin"
inherit opie
|