diff options
Diffstat (limited to 'patchutils')
-rw-r--r-- | patchutils/patchutils_0.2.25.oe | 1 | ||||
-rw-r--r-- | patchutils/patchutils_0.2.26.oe | 1 | ||||
-rw-r--r-- | patchutils/patchutils_0.2.27.oe | 1 | ||||
-rw-r--r-- | patchutils/patchutils_0.2.28.oe | 1 | ||||
-rw-r--r-- | patchutils/patchutils_0.2.30.oe | 9 |
5 files changed, 13 insertions, 0 deletions
diff --git a/patchutils/patchutils_0.2.25.oe b/patchutils/patchutils_0.2.25.oe index befe219d3e..85e5181ab8 100644 --- a/patchutils/patchutils_0.2.25.oe +++ b/patchutils/patchutils_0.2.25.oe @@ -1,3 +1,4 @@ +SECTION = "base" LICENSE = "GPL" DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" diff --git a/patchutils/patchutils_0.2.26.oe b/patchutils/patchutils_0.2.26.oe index befe219d3e..85e5181ab8 100644 --- a/patchutils/patchutils_0.2.26.oe +++ b/patchutils/patchutils_0.2.26.oe @@ -1,3 +1,4 @@ +SECTION = "base" LICENSE = "GPL" DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" diff --git a/patchutils/patchutils_0.2.27.oe b/patchutils/patchutils_0.2.27.oe index befe219d3e..85e5181ab8 100644 --- a/patchutils/patchutils_0.2.27.oe +++ b/patchutils/patchutils_0.2.27.oe @@ -1,3 +1,4 @@ +SECTION = "base" LICENSE = "GPL" DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" diff --git a/patchutils/patchutils_0.2.28.oe b/patchutils/patchutils_0.2.28.oe index befe219d3e..85e5181ab8 100644 --- a/patchutils/patchutils_0.2.28.oe +++ b/patchutils/patchutils_0.2.28.oe @@ -1,3 +1,4 @@ +SECTION = "base" LICENSE = "GPL" DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." MAINTAINER = "Chris Larson <kergoth@handhelds.org>" diff --git a/patchutils/patchutils_0.2.30.oe b/patchutils/patchutils_0.2.30.oe index e69de29bb2..85e5181ab8 100644 --- a/patchutils/patchutils_0.2.30.oe +++ b/patchutils/patchutils_0.2.30.oe @@ -0,0 +1,9 @@ +SECTION = "base" +LICENSE = "GPL" +DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" + + +SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2" + +inherit autotools |