diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-10-01 09:53:27 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-01 16:30:19 +0100 |
commit | 9a1d4d0c8d8f995a12b341e44386d8d2c680f720 (patch) | |
tree | 1963055a01fc7551e0966f0f9cd9d8b29cae92fe /meta | |
parent | ca5fff38066207f19d3c62b9140586c1209d311c (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-extended/augeas/augeas.inc | 2 |
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 | ||
8 | SRC_URI = "http://augeas.net/download/${BP}.tar.gz" | 8 | SRC_URI = "http://augeas.net/download/${BP}.tar.gz" |
9 | 9 | ||
10 | DEPENDS = "readline" | ||
11 | |||
10 | inherit autotools | 12 | inherit autotools |
11 | 13 | ||
12 | PACKAGES =+ "${PN}-lenses lib${PN} lib${PN}-dev lib${PN}-dbg" | 14 | PACKAGES =+ "${PN}-lenses lib${PN} lib${PN}-dev lib${PN}-dbg" |