blob: f624d2b85ca03edd3c91272acfd408fb01a14b51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Opie BluePin"
SECTION = "opie/applications"
PRIORITY = "optional"
DEPENDS = "libopietooth1"
MAINTAINER = "Open Embedded <oe@handhelds.org>"
LICENSE = "GPL"
PV = "1.1.5-cvs-${CVSDATE}"
APPNAME = "bluepin"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opietooth/blue-pin;date=${CVSDATE}"
S = "${WORKDIR}/blue-pin"
inherit opie
|