aboutsummaryrefslogtreecommitdiffstats
path: root/libopietooth
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-07-23 10:24:58 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-07-23 10:24:58 +0000
commitd4325710c12a49be9179a9caeb8de1664f0e5703 (patch)
treeccacde0d23b7165aacdb04d4217fdf6359a4aa3a /libopietooth
parent208081177ad553da4bfe605afe2f3fdf452c10ea (diff)
downloadopenembedded-d4325710c12a49be9179a9caeb8de1664f0e5703.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages 2004/07/23 12:24:44+02:00 hrw.one.pl!hrw corrected name of libopietooth1 .oe file BKrev: 4100e77aFLUpefEZ10dJFxqMnMt3Mg
Diffstat (limited to 'libopietooth')
-rw-r--r--libopietooth/libopietooth1_cvs.oe0
-rw-r--r--libopietooth/libopietooth_cvs.oe22
2 files changed, 0 insertions, 22 deletions
diff --git a/libopietooth/libopietooth1_cvs.oe b/libopietooth/libopietooth1_cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libopietooth/libopietooth1_cvs.oe
diff --git a/libopietooth/libopietooth_cvs.oe b/libopietooth/libopietooth_cvs.oe
deleted file mode 100644
index 0cad21ba84..0000000000
--- a/libopietooth/libopietooth_cvs.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-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;date=${CVSDATE}"
-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
-}
-