Bring this recipe into compliance with the latest standards. Add missing FILES and update hardcoded /sbin path to $base_sbindir.
Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb b/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb index a410f584..be75b1c5 100644 --- a/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb +++ b/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb @@ -17,7 +17,15 @@ RDEPENDS:${PN} = "python3-core" inherit autotools -EXTRA_OECONF = "--sbindir=/sbin" +EXTRA_OECONF = "--sbindir=${base_sbindir}" + +FILES:${PN} += " \ + ${base_sbindir}/mstp* \ + ${base_sbindir}/bridge-stp \ + ${libexecdir}/mstpctl-utils/* \ + ${sysconfdir}/bridge-stp.conf \ + ${sysconfdir}/bash_completion.d/mstpctl \ +" do_configure:prepend() { sed -i -e "s,#!.*python.*,#!${USRBINPATH}/env python3," ${S}/utils/ifquery -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14836): https://lists.yoctoproject.org/g/meta-arago/message/14836 Mute This Topic: https://lists.yoctoproject.org/mt/100700898/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
