diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
| 53 | FILES_${PN}-doc += "${datadir}/examples" | 53 | FILES_${PN}-doc += "${datadir}/examples" |
| 54 | FILES_${PN}-dbg += "${libdir}/krb5/plugins/*/.debug" | 54 | FILES_${PN}-dbg += "${libdir}/krb5/plugins/*/.debug" |
| 55 | 55 | ||
| 56 | # As this recipe doesn't inherit update-rc.d, we need to add this dependency here | ||
| 57 | RDEPENDS_${PN} += "initscripts-functions" | ||
| 58 | |||
| 56 | krb5_do_unpack() { | 59 | krb5_do_unpack() { |
| 57 | # ${P}-signed.tar contains ${P}.tar.gz.asc and ${P}.tar.gz | 60 | # ${P}-signed.tar contains ${P}.tar.gz.asc and ${P}.tar.gz |
| 58 | tar xzf ${WORKDIR}/${BP}.tar.gz -C ${WORKDIR}/ | 61 | tar xzf ${WORKDIR}/${BP}.tar.gz -C ${WORKDIR}/ |
