From: Mark Hatle Date: Fri, 1 Oct 2010 14:53:27 +0000 (-0500) Subject: augeas: Add missing dependency on readline X-Git-Tag: 2011-1~4382 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9a1d4d0c8d8f995a12b341e44386d8d2c680f720;p=openembedded-core.git augeas: Add missing dependency on readline [BUGID #381] Augeas apparently has a readline dependency. Add this to the DEPENDS. Signed-off-by: Mark Hatle --- diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc index be2585125f..619cd20237 100644 --- a/meta/recipes-extended/augeas/augeas.inc +++ b/meta/recipes-extended/augeas/augeas.inc @@ -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"