diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-22 21:36:55 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-22 21:36:55 +0000 |
commit | da45129f305d554715ffbd04a6e65cd547db7729 (patch) | |
tree | d431870653ded9036b5dd8ab4eab8ca2bfc2abed /libopietooth | |
parent | 68695da69c3e7a2c59fcd2ae02b3e88ab3f5d976 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/07/22 23:36:30+02:00 uni-frankfurt.de!mickey
joe is maintained
2004/07/22 23:33:55+02:00 uni-frankfurt.de!mickey
make opie libraries use opie.oeclass and improve the libopie2 .oe
BKrev: 41003377i0jfO7hplsN7snBvBOPkDw
Diffstat (limited to 'libopietooth')
-rw-r--r-- | libopietooth/libopietooth_cvs.oe | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libopietooth/libopietooth_cvs.oe b/libopietooth/libopietooth_cvs.oe index dc346e9d06..0cad21ba84 100644 --- a/libopietooth/libopietooth_cvs.oe +++ b/libopietooth/libopietooth_cvs.oe @@ -2,13 +2,11 @@ DESCRIPTION = "Opie Bluetooth library" SECTION = "opie/libs" PRIORITY = "optional" DEPENDS = "libopie2" -MAINTAINER = "Open Embedded <oe@handhelds.org>" -LICENSE = "GPL" +MAINTAINER = "Team Opie <opie@handhelds.org> +LICENSE = "LGPL" PV = "1.1.5-cvs-${CVSDATE}" -inherit palmtop - -EXTRA_QMAKEVARS_POST = "DESTDIR=${S}" +inherit opie SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opietooth/lib;date=${CVSDATE}" S = "${WORKDIR}/lib" |