diff mbox series

[meta-arago,master/kirkstone,v2] mstpd: Change hard coded /sbin to $base_sbindir

Message ID 20230815204918.24777-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone,v2] mstpd: Change hard coded /sbin to $base_sbindir | expand

Commit Message

Ryan Eatmon Aug. 15, 2023, 8:49 p.m. UTC
Bring this recipe into compliance with the latest standards.  Change
hardcoded /sbin path to $base_sbindir.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
v2: Remove FILES setting as the default is fine once we fix /sbin.

 meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb b/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb
index a410f584..6b07889f 100644
--- a/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb
+++ b/meta-arago-extras/recipes-support/mstpctl/mstpd_git.bb
@@ -17,7 +17,7 @@  RDEPENDS:${PN} = "python3-core"
 
 inherit autotools
 
-EXTRA_OECONF = "--sbindir=/sbin"
+EXTRA_OECONF = "--sbindir=${base_sbindir}"
 
 do_configure:prepend() {
 	 sed -i -e "s,#!.*python.*,#!${USRBINPATH}/env python3," ${S}/utils/ifquery