mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
crda: fix udev rule
The SBINDIR variable in makefile's install rule needs to have a trailing slash so the path to the 'crda' binary in the udev rule is correct. Otherwise the udev rule has a wrong path: KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="/usr/sbincrda" and at runtime udev complains: failed to execute '/usr/sbincrda' when a regulatory domain event is triggered. Signed-off-by: Javier Viguera <javier.viguera@digi.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
0d9adcd657
commit
5c9849cd39
|
|
@ -24,7 +24,7 @@ do_compile() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake SBINDIR=${sbindir} install
|
||||
oe_runmake SBINDIR=${sbindir}/ install
|
||||
|
||||
install -d ${D}${libdir}/crda/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user