From dac2422f737c351c37a8405a76b5f0b5df9311a0 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 28 Oct 2014 15:19:29 +0800 Subject: [PATCH] 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb index d3c643cec2..f3f16b9c50 100644 --- a/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb @@ -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}/