diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:05:08 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:05:08 +0000 |
commit | 35387db2be0a64f9b97bb8a1bc5c69c67da16907 (patch) | |
tree | 7f349b597b0a5604f68400e6db0820749e5c91f8 /readline | |
parent | aa7792d1c07358bee1370a9bee01ed025627cf7e (diff) |
Correcting various dependency issues noticed during the last oemake -a run.
BKrev: 3fc531a4VZcNua6H8futydrwoHwIyw
Diffstat (limited to 'readline')
-rw-r--r-- | readline/readline_4.3.oe | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/readline/readline_4.3.oe b/readline/readline_4.3.oe index ca9666ff31..81e2c9fc76 100644 --- a/readline/readline_4.3.oe +++ b/readline/readline_4.3.oe @@ -3,11 +3,9 @@ PRIORITY="optional" MAINTAINER="Greg Gilbert <greg@treke.net>" RDEPENDS="libc6" DEPENDS=virtual/libc -PROVIDES=virtual/libreadline SRC_URI = ftp://ftp.cwru.edu/pub/bash/readline-4.3.tar.gz \ file://${FILESDIR}/signalnamespace.patch;patch=1 -S=${WORKDIR}/readline-${PV} inherit autotools libtool |