dfu-util-native: Adjust Inherit order

Fixes
dfu-util-native_0.10.bb: QA Issue: dfu-util-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour.  [native-last]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-01-27 11:05:06 -08:00
parent 6d5f8cc9d4
commit 58a4c525ac

View File

@ -1,6 +1,6 @@
require dfu-util_${PV}.bb
inherit native deploy
inherit deploy native
DEPENDS = "libusb1-native"