mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
freeradius: make sub packages to runtime depends on freeradius
Otherwise install packages reported warning at do_rootfs ...log.do_rootfs... Installing : freeradius-ldap-3.0.26-r0.corei7_64 1235/1236 warning: user radiusd does not exist - using root warning: group radiusd does not exist - using root Installing : freeradius-krb5-3.0.26-r0.corei7_64 1236/1236 warning: user radiusd does not exist - using root ...log.do_rootfs... The user/group radiusd is added by package freeradius, explicitly made the sub packages to runtime depends on freeradius Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -286,5 +286,12 @@ FILES:${PN} =+ "${libdir}/rlm_*.so* ${libdir}/proto_*so*"
|
||||
|
||||
RDEPENDS:${PN} += "perl"
|
||||
RDEPENDS:${PN}-utils = "${PN} perl"
|
||||
RDEPENDS:${PN}-krb5 = "${PN}"
|
||||
RDEPENDS:${PN}-ldap = "${PN}"
|
||||
RDEPENDS:${PN}-mysql = "${PN}"
|
||||
RDEPENDS:${PN}-perl = "${PN}"
|
||||
RDEPENDS:${PN}-postgresql = "${PN}"
|
||||
RDEPENDS:${PN}-python = "${PN}"
|
||||
RDEPENDS:${PN}-unixodbc = "${PN}"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
Reference in New Issue
Block a user