diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /libqpe | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'libqpe')
-rw-r--r-- | libqpe/libqpe-opie_1.0.3.oe | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libqpe/libqpe-opie_1.0.3.oe b/libqpe/libqpe-opie_1.0.3.oe index 896b164763..0a7b6ee8e8 100644 --- a/libqpe/libqpe-opie_1.0.3.oe +++ b/libqpe/libqpe-opie_1.0.3.oe @@ -1,14 +1,14 @@ -DESCRIPTION="Base library for the Qt Palmtop Environment" -SECTION="base" -PRIORITY="optional" -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -LICENSE="GPL" -DEPENDS=virtual/libc uicmoc-native qte-for-opie -RDEPENDS=libc6 qte -PROVIDES=virtual/libqpe +DESCRIPTION = "Base library for the Qt Palmtop Environment" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +LICENSE = "GPL" +DEPENDS = "virtual/libc uicmoc-native qte-for-opie" +RDEPENDS = "libc6 qte" +PROVIDES = "virtual/libqpe" SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/library;tag=${@'v' + oe.data.getVar('PV',d,1).replace('.','_')}" -S = ${WORKDIR}/library +S = "${WORKDIR}/library" inherit qmake @@ -56,6 +56,6 @@ do_install() { oe_soinstall ${STAGING_LIBDIR}/libqpe.so.1.5.0 ${D}/opt/QtPalmtop/lib } -PACKAGES=libqpe1 +PACKAGES = "libqpe1" FILES_${PN}= FILES_libqpe1=/opt/QtPalmtop/lib |