diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-25 08:08:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-25 08:08:15 +0000 |
commit | be533f7805a31f796aec0cbc4c015fa871c34299 (patch) | |
tree | 1d90caa680d0ce9ee34223401e57813d2e58eac4 /opie-calibrate/opie-calibrate_cvs.oe | |
parent | 0a14e4c8ef9e71a4946b03d3a02472f724dfbbd6 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/08/24 20:19:46+02:00 uni-frankfurt.de!mickey
use RRECOMMENDS instead of RDEPENDS for optional dependencies in Opie
BKrev: 412c48ef3echUuJA4RCMO0eQC0Nv1w
Diffstat (limited to 'opie-calibrate/opie-calibrate_cvs.oe')
-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 8688a6115c..ad23200abd 100644 --- a/opie-calibrate/opie-calibrate_cvs.oe +++ b/opie-calibrate/opie-calibrate_cvs.oe @@ -1,9 +1,8 @@ -DESCRIPTION = "Opie Calibrate" +DESCRIPTION = "Opie Standalone Touchscreen Calibration Utility" SECTION = "opie/base" PRIORITY = "optional" MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" -RDEPENDS = "libqpe1" PV = "1.1.5-cvs-${CVSDATE}" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/calibrate" |