From 9a1d4d0c8d8f995a12b341e44386d8d2c680f720 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 1 Oct 2010 09:53:27 -0500 Subject: augeas: Add missing dependency on readline [BUGID #381] Augeas apparently has a readline dependency. Add this to the DEPENDS. Signed-off-by: Mark Hatle --- meta/recipes-extended/augeas/augeas.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-extended/augeas') 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" -- cgit v1.2.3-54-g00ecf