aboutsummaryrefslogtreecommitdiffstats
path: root/patchutils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /patchutils
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'patchutils')
-rw-r--r--patchutils/patchutils_0.2.25.oe2
-rw-r--r--patchutils/patchutils_0.2.26.oe2
-rw-r--r--patchutils/patchutils_0.2.27.oe2
-rw-r--r--patchutils/patchutils_0.2.28.oe10
4 files changed, 13 insertions, 3 deletions
diff --git a/patchutils/patchutils_0.2.25.oe b/patchutils/patchutils_0.2.25.oe
index 907ed70158..68ee06752a 100644
--- a/patchutils/patchutils_0.2.25.oe
+++ b/patchutils/patchutils_0.2.25.oe
@@ -5,6 +5,6 @@ MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
-SRC_URI = http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2
+SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
inherit autotools
diff --git a/patchutils/patchutils_0.2.26.oe b/patchutils/patchutils_0.2.26.oe
index 907ed70158..68ee06752a 100644
--- a/patchutils/patchutils_0.2.26.oe
+++ b/patchutils/patchutils_0.2.26.oe
@@ -5,6 +5,6 @@ MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
-SRC_URI = http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2
+SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
inherit autotools
diff --git a/patchutils/patchutils_0.2.27.oe b/patchutils/patchutils_0.2.27.oe
index 907ed70158..68ee06752a 100644
--- a/patchutils/patchutils_0.2.27.oe
+++ b/patchutils/patchutils_0.2.27.oe
@@ -5,6 +5,6 @@ MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
-SRC_URI = http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2
+SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
inherit autotools
diff --git a/patchutils/patchutils_0.2.28.oe b/patchutils/patchutils_0.2.28.oe
index e69de29bb2..68ee06752a 100644
--- a/patchutils/patchutils_0.2.28.oe
+++ b/patchutils/patchutils_0.2.28.oe
@@ -0,0 +1,10 @@
+LICENSE = "GPL"
+DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files."
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+
+DEPENDS = "virtual/libc"
+RDEPENDS = "libc6"
+
+SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
+
+inherit autotools