Merge bk://openembedded@openembedded.bkbits.net/packages
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 23 Jul 2004 10:24:58 +0000 (10:24 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 23 Jul 2004 10:24:58 +0000 (10:24 +0000)
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

libopietooth/libopietooth1_cvs.oe [new file with mode: 0644]
libopietooth/libopietooth_cvs.oe [deleted file]

diff --git a/libopietooth/libopietooth1_cvs.oe b/libopietooth/libopietooth1_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/libopietooth/libopietooth_cvs.oe b/libopietooth/libopietooth_cvs.oe
deleted file mode 100644 (file)
index 0cad21b..0000000
+++ /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
-}
-