diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /irda-utils/irda-utils_0.9.15.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'irda-utils/irda-utils_0.9.15.oe')
-rw-r--r-- | irda-utils/irda-utils_0.9.15.oe | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/irda-utils/irda-utils_0.9.15.oe b/irda-utils/irda-utils_0.9.15.oe index 6525ed5d55..83721854ae 100644 --- a/irda-utils/irda-utils_0.9.15.oe +++ b/irda-utils/irda-utils_0.9.15.oe @@ -1,12 +1,12 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" -DESCRIPTION = "Provides common files needed to use IrDA.\ - IrDA allows communication over Infrared with other devices\ - such as phones and laptops. +DESCRIPTION = "Provides common files needed to use IrDA. \ +IrDA allows communication over Infrared with other devices \ +such as phones and laptops." -SRC_URI = ${SOURCEFORGE_MIRROR}/irda/${P}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/m4.patch;patch=1 +SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1" inherit autotools libtool |