diff options
-rw-r--r-- | libopietooth/libopietooth1_cvs.oe | 0 | ||||
-rw-r--r-- | libopietooth/libopietooth_cvs.oe | 22 |
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 -} - |