]> code.ossystems Code Review - openembedded-core.git/commitdiff
augeas: Add missing dependency on readline
authorMark Hatle <mark.hatle@windriver.com>
Fri, 1 Oct 2010 14:53:27 +0000 (09:53 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 1 Oct 2010 15:30:19 +0000 (16:30 +0100)
[BUGID #381]

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

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-extended/augeas/augeas.inc

index be2585125f01a435716d6d1c6b8ee6b2c0637c8c..619cd202376b684f61348c566f97a47edaae51b0 100644 (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"