aboutsummaryrefslogtreecommitdiffstats
path: root/libopietooth
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-29 09:57:10 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-29 09:57:10 +0000
commit45cc5aafe11f2e4c217b440e3f8a68a60bee2f45 (patch)
tree08fb7a59b1b2a0db5cff4f8befc7a83b177a9736 /libopietooth
parent87462d96f54562599bd8b8e528288124e592ddca (diff)
downloadopenembedded-45cc5aafe11f2e4c217b440e3f8a68a60bee2f45.tar.gz
kill of the reduntant date=${CVSDATE} which is automatically added by the fetcher
BKrev: 4108c9f6NT-ydGGKVYjfoUtsD4BxOQ
Diffstat (limited to 'libopietooth')
-rw-r--r--libopietooth/libopietooth1_cvs.oe22
1 files changed, 22 insertions, 0 deletions
diff --git a/libopietooth/libopietooth1_cvs.oe b/libopietooth/libopietooth1_cvs.oe
index e69de29bb2..9ca5baf315 100644
--- a/libopietooth/libopietooth1_cvs.oe
+++ b/libopietooth/libopietooth1_cvs.oe
@@ -0,0 +1,22 @@
+DESCRIPTION = "Opie Bluetooth library"
+SECTION = "opie/libs"
+PRIORITY = "optional"
+DEPENDS = "libopie2"
+MAINTAINER = "Team Opie <opie@handhelds.org>
+LICENSE = "LGPL"
+PV = "1.1.5-cvs-${CVSDATE}"
+
+inherit opie
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opietooth/lib"
+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
+}
+