diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-23 10:24:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-07-23 10:24:58 +0000 |
commit | d4325710c12a49be9179a9caeb8de1664f0e5703 (patch) | |
tree | ccacde0d23b7165aacdb04d4217fdf6359a4aa3a /libopietooth | |
parent | 208081177ad553da4bfe605afe2f3fdf452c10ea (diff) |
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.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 -} - |