augeas: Add missing dependency on readline

[BUGID #381]

Augeas apparently has a readline dependency.  Add this to the DEPENDS.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
Mark Hatle 2010-10-01 09:53:27 -05:00 committed by Richard Purdie
parent ca5fff3806
commit 9a1d4d0c8d
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff"
SRC_URI = "http://augeas.net/download/${BP}.tar.gz"
DEPENDS = "readline"
inherit autotools
PACKAGES =+ "${PN}-lenses lib${PN} lib${PN}-dev lib${PN}-dbg"