diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 22:27:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-23 22:27:38 +0000 |
commit | 0e36ea02fb9e187e200a11e955227981e2d4b6d3 (patch) | |
tree | 1cb44e40910e695c8a33b6d229fded48b96cf1c9 /opie-calibrate | |
parent | 3b24e4b00e8154e3fcd00220456435ecd073f79e (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/04/24 00:27:32+02:00 uni-frankfurt.de!mickey
make the opie packages more consistent
simplify thanks to the new opie.oeclass
use CVSDATE everywhere
BKrev: 4089985apjAk2I8E1b1ckVlvv3RNBw
Diffstat (limited to 'opie-calibrate')
-rw-r--r-- | opie-calibrate/opie-calibrate_cvs.oe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opie-calibrate/opie-calibrate_cvs.oe b/opie-calibrate/opie-calibrate_cvs.oe index 418f07ac59..21413ca318 100644 --- a/opie-calibrate/opie-calibrate_cvs.oe +++ b/opie-calibrate/opie-calibrate_cvs.oe @@ -1,10 +1,9 @@ DESCRIPTION = "Opie Calibrate" -SECTION = "opie/applications" +SECTION = "opie/base" PRIORITY = "optional" MAINTAINER = "Opie Team <opie@handhelds.org>" LICENSE = "GPL" RDEPENDS = "libqpe1" -DEPENDS = "virtual/libc" PV = "1.1.3-cvs-${CVSDATE}" SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/calibrate" |