aboutsummaryrefslogtreecommitdiffstats
path: root/libopietooth
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-10-16 00:08:49 +0000
committerMatthias Hentges <oe@hentges.net>2004-10-16 00:08:49 +0000
commitfe162b66adf2f5ed6f3c9333f12f054415451213 (patch)
treed48dc8d3ba6a41d4dcc184a740155dd932bc7605 /libopietooth
parentde3232405894343922af2791c674de2107f91109 (diff)
downloadopenembedded-fe162b66adf2f5ed6f3c9333f12f054415451213.tar.gz
Merge
2004/10/16 01:56:46+02:00 handhelds.org!CoreDump Prepares the coming split of opie-18n packages into seperate files BKrev: 4170669185jcgmO-qEF7FAi9W2xNJg
Diffstat (limited to 'libopietooth')
-rw-r--r--libopietooth/libopietooth1_1.1.6.oe26
-rw-r--r--libopietooth/libopietooth1_cvs.oe4
2 files changed, 29 insertions, 1 deletions
diff --git a/libopietooth/libopietooth1_1.1.6.oe b/libopietooth/libopietooth1_1.1.6.oe
index e69de29bb2..3636fa33ed 100644
--- a/libopietooth/libopietooth1_1.1.6.oe
+++ b/libopietooth/libopietooth1_1.1.6.oe
@@ -0,0 +1,26 @@
+DESCRIPTION = "Opie Bluetooth library"
+SECTION = "opie/libs"
+PRIORITY = "optional"
+DEPENDS = "libopie2"
+MAINTAINER = "Team Opie <opie@handhelds.org>
+LICENSE = "LGPL"
+PR = "r2"
+
+CVSDATE = "20041015"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/net/opietooth/lib"
+
+inherit opie
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+S = "${WORKDIR}/lib"
+
+do_stage() {
+ install -m 0644 *.h ${STAGING_INCDIR}/
+ oe_libinstall -so libopietooth1 ${STAGING_LIBDIR}/
+}
+
+do_install() {
+ oe_libinstall -so libopietooth1 ${D}/${palmtopdir}/lib
+}
+
diff --git a/libopietooth/libopietooth1_cvs.oe b/libopietooth/libopietooth1_cvs.oe
index c38f2bc20f..0dc27f5b15 100644
--- a/libopietooth/libopietooth1_cvs.oe
+++ b/libopietooth/libopietooth1_cvs.oe
@@ -4,11 +4,13 @@ PRIORITY = "optional"
DEPENDS = "libopie2"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "LGPL"
+PR = "r1"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opietooth/lib"
PV = "1.1.6+cvs-${CVSDATE}"
inherit opie
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opietooth/lib"
S = "${WORKDIR}/lib"
do_stage() {