summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/augeas
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-10-01 09:53:27 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-01 16:30:19 +0100
commit9a1d4d0c8d8f995a12b341e44386d8d2c680f720 (patch)
tree1963055a01fc7551e0966f0f9cd9d8b29cae92fe /meta/recipes-extended/augeas
parentca5fff38066207f19d3c62b9140586c1209d311c (diff)
downloadpoky-9a1d4d0c8d8f995a12b341e44386d8d2c680f720.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/augeas')
-rw-r--r--meta/recipes-extended/augeas/augeas.inc2
1 files changed, 2 insertions, 0 deletions
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"
7 7
8SRC_URI = "http://augeas.net/download/${BP}.tar.gz" 8SRC_URI = "http://augeas.net/download/${BP}.tar.gz"
9 9
10DEPENDS = "readline"
11
10inherit autotools 12inherit autotools
11 13
12PACKAGES =+ "${PN}-lenses lib${PN} lib${PN}-dev lib${PN}-dbg" 14PACKAGES =+ "${PN}-lenses lib${PN} lib${PN}-dev lib${PN}-dbg"