mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-23 05:10:42 +00:00
syslog-ng: add gawk to RDEPENDS
This solves the following warning: syslog-ng-3.5.4.1: syslog-ng requires /usr/bin/awk, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
12236ba5f7
commit
4e72df8d74
@@ -71,6 +71,7 @@ do_install_append() {
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/include/scl/ ${datadir}/xsd ${datadir}/tools"
|
||||
RDEPENDS_${PN} += "gawk"
|
||||
|
||||
# This overcomes the syslog-ng rdepends on syslog-ng-dev QA Error
|
||||
PACKAGES =+ "${PN}-libs ${PN}-libs-dev ${PN}-libs-dbg"
|
||||
|
||||
Reference in New Issue
Block a user