mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
wireless-regdb: fix crda failing from missing pubkey
crda fails with exit code 255 because the public key from wireless-regdb is missing. Signed-off-by: Aaron Zinghini <aaron.zinghini@seeingmachines.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
38a5b1104b
commit
529b1e660f
@@ -12,7 +12,9 @@ inherit bin_package
|
||||
|
||||
do_install() {
|
||||
install -d -m0755 ${D}${libdir}/crda
|
||||
install -d -m0755 ${D}${sysconfdir}/wireless-regdb/pubkeys
|
||||
install -m 0644 regulatory.bin ${D}${libdir}/crda/regulatory.bin
|
||||
install -m 0644 sforshee.key.pub.pem ${D}${sysconfdir}/wireless-regdb/pubkeys/sforshee.key.pub.pem
|
||||
}
|
||||
|
||||
RSUGGESTS_${PN} = "crda"
|
||||
|
||||
Reference in New Issue
Block a user