[oe-commits] [meta-openembedded] 21/38: wireless-regdb: fix crda failing from missing pubkey

git at git.openembedded.org git at git.openembedded.org
Wed Mar 29 10:09:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 2938b48fdc211d69c0867c55a70feedb0917d1df
Author: Aaron Zinghini <aaron.zinghini at seeingmachines.com>
AuthorDate: Fri Mar 24 08:54:27 2017 -0700

    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 at seeingmachines.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-connectivity/wireless-regdb/wireless-regdb_2016.06.10.bb    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-connectivity/wireless-regdb/wireless-regdb_2016.06.10.bb b/meta-networking/recipes-connectivity/wireless-regdb/wireless-regdb_2016.06.10.bb
index a9119ea..64e9401 100644
--- a/meta-networking/recipes-connectivity/wireless-regdb/wireless-regdb_2016.06.10.bb
+++ b/meta-networking/recipes-connectivity/wireless-regdb/wireless-regdb_2016.06.10.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list