mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
krb5: add initscripts-functions to RDEPENDS
As this recipe doesn't inherit update-rc.d, we need to add to its runtime dependency initscripts-functions ourselves. Otherwise, we would spot errors in systemd systems when we execute commands like `systemctl start krb5-kdc'. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
47cc7a8d16
commit
dac2422f73
|
|
@ -53,6 +53,9 @@ FILES_${PN} += "${datadir}/gnats"
|
|||
FILES_${PN}-doc += "${datadir}/examples"
|
||||
FILES_${PN}-dbg += "${libdir}/krb5/plugins/*/.debug"
|
||||
|
||||
# As this recipe doesn't inherit update-rc.d, we need to add this dependency here
|
||||
RDEPENDS_${PN} += "initscripts-functions"
|
||||
|
||||
krb5_do_unpack() {
|
||||
# ${P}-signed.tar contains ${P}.tar.gz.asc and ${P}.tar.gz
|
||||
tar xzf ${WORKDIR}/${BP}.tar.gz -C ${WORKDIR}/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user