diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /nano | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'nano')
-rw-r--r-- | nano/nano_1.2.1.oe | 4 | ||||
-rw-r--r-- | nano/nano_1.3.0.oe | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nano/nano_1.2.1.oe b/nano/nano_1.2.1.oe index 7590590062..80ee17097a 100644 --- a/nano/nano_1.2.1.oe +++ b/nano/nano_1.2.1.oe @@ -1,5 +1,5 @@ -DEPENDS = virtual/libc ncurses -RDEPENDS = libc6 libncurses5 +DEPENDS = "virtual/libc ncurses" +RDEPENDS = "libc6 libncurses5" SRC_URI := ${GNU_MIRROR}/nano/nano-1.2.1.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 diff --git a/nano/nano_1.3.0.oe b/nano/nano_1.3.0.oe index 95e251c8d3..9b16c7df7c 100644 --- a/nano/nano_1.3.0.oe +++ b/nano/nano_1.3.0.oe @@ -1,5 +1,5 @@ -DEPENDS = virtual/libc ncurses -RDEPENDS = libc6 libncurses5 +DEPENDS = "virtual/libc ncurses" +RDEPENDS = "libc6 libncurses5" SRC_URI := http://www.nano-editor.org/dist/v1.3/nano-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 \ |