FIX: [wireless-regdb] clean regulatory.db and regulatory.db.p7s before compiling

BugzId: 65179
This commit is contained in:
Patrick Walther 2020-07-27 21:23:45 +02:00
parent 9f06290e91
commit b6aaaf12e1
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ S = "${WORKDIR}/git"
inherit pkgconfig allarch inherit pkgconfig allarch
do_compile () { do_compile () {
oe_runmake maintainer-clean
oe_runmake regulatory.db oe_runmake regulatory.db
} }