diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 18:54:15 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 18:54:15 +0000 |
commit | 1f23ae9ba0479b1cd3936eba6a7a97c90737fd26 (patch) | |
tree | 346e4516f5617e4300fda50cd0ddc8ccd16f204d | |
parent | 7eea09d5387206f5a1cda35bc94694cf9eb6c65d (diff) |
Ugh, dont document when half asleep. s/DESCRIPTIOn/DESCRIPTION/g;
BKrev: 405358d7PRGosEPL6eLtX2Yn6d0sZg
-rw-r--r-- | man/man_1.5m2.oe | 4 | ||||
-rw-r--r-- | pkgconfig/pkgconfig_0.15.0.oe | 2 | ||||
-rw-r--r-- | resourceext/resourceext-cvs.oe | 2 | ||||
-rw-r--r-- | ssmtp/ssmtp_2.60.4.oe | 2 | ||||
-rw-r--r-- | xfixes/xfixes-cvs.oe | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/man/man_1.5m2.oe b/man/man_1.5m2.oe index b9107576fd..98226bf454 100644 --- a/man/man_1.5m2.oe +++ b/man/man_1.5m2.oe @@ -1,13 +1,13 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" -DESCRIPTIOn = "The man page suite, including man, apropos, \ +DESCRIPTION = "The man page suite, including man, apropos, \ and whatis consists of programs that are used to read most \ of the documentation available on a Linux system." SRC_URI := ftp://ftp.kernel.org/pub/linux/utils/man/man-1.5m2.tar.bz2 EXTRA_OEMAKE= -GS = "-DGREPSILENT=\"q\" +GS = "-DGREPSILENT=\"q\"" DEFS = "-DUSG -DDO_COMPRESS ${GS}" do_configure() { diff --git a/pkgconfig/pkgconfig_0.15.0.oe b/pkgconfig/pkgconfig_0.15.0.oe index d5bf513ad0..1fca39493a 100644 --- a/pkgconfig/pkgconfig_0.15.0.oe +++ b/pkgconfig/pkgconfig_0.15.0.oe @@ -1,6 +1,6 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" -DESCRIPTIOn = "pkg-config is a system for managing library \ +DESCRIPTION = "pkg-config is a system for managing library \ compile/link flags that works with automake and autoconf. \ It replaces the ubiquitous *-config scripts you may have \ seen with a single tool." diff --git a/resourceext/resourceext-cvs.oe b/resourceext/resourceext-cvs.oe index 7b9de4f137..e651d22665 100644 --- a/resourceext/resourceext-cvs.oe +++ b/resourceext/resourceext-cvs.oe @@ -3,7 +3,7 @@ SECTION = "libs" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xextensions-cvs" PROVIDES = "resourceext" -DESCRIPTIOn = "X Resource usage extension headers" +DESCRIPTION = "X Resource usage extension headers" SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=ResourceExt S = "${WORKDIR}/ResourceExt" diff --git a/ssmtp/ssmtp_2.60.4.oe b/ssmtp/ssmtp_2.60.4.oe index 859be5a8ad..26faff544c 100644 --- a/ssmtp/ssmtp_2.60.4.oe +++ b/ssmtp/ssmtp_2.60.4.oe @@ -1,6 +1,6 @@ DEPENDS = "virtual/libc openssl" RDEPENDS = "libc6 libssl" -DESCRIPTIOn = "Extremely simple MTA to get mail off the system to a mail hub." +DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub." SRC_URI := ${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_2.60.4.tar.gz \ file://${FILESDIR}/ldflags.patch;patch=1 \ diff --git a/xfixes/xfixes-cvs.oe b/xfixes/xfixes-cvs.oe index c966375992..339df87c49 100644 --- a/xfixes/xfixes-cvs.oe +++ b/xfixes/xfixes-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${DATE}" SECTION = "libs" DEPENDS = "virtual/libc x11-cvs fixesext-cvs" PROVIDES = "xfixes" -DESCRIPTIOn = "X Fixes extension library." +DESCRIPTION = "X Fixes extension library." SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfixes S = "${WORKDIR}/Xfixes" |