diff options
Diffstat (limited to 'patchutils')
-rw-r--r-- | patchutils/patchutils_0.2.25.oe | 2 | ||||
-rw-r--r-- | patchutils/patchutils_0.2.26.oe | 2 | ||||
-rw-r--r-- | patchutils/patchutils_0.2.27.oe | 2 | ||||
-rw-r--r-- | patchutils/patchutils_0.2.28.oe | 10 |
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 |