mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ca5fff3806
commit
9a1d4d0c8d
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff"
|
|||||||
|
|
||||||
SRC_URI = "http://augeas.net/download/${BP}.tar.gz"
|
SRC_URI = "http://augeas.net/download/${BP}.tar.gz"
|
||||||
|
|
||||||
|
DEPENDS = "readline"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-lenses lib${PN} lib${PN}-dev lib${PN}-dbg"
|
PACKAGES =+ "${PN}-lenses lib${PN} lib${PN}-dev lib${PN}-dbg"
|
||||||
|
|||||||
Reference in New Issue
Block a user