aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dfu-util
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-01-27 11:05:06 -0800
committerKhem Raj <raj.khem@gmail.com>2021-01-27 11:06:24 -0800
commit58a4c525ac1359f91ba8e97a26eb693e6468a362 (patch)
tree17bd32fdebb28784176245cf2b3c756895ff1916 /meta-oe/recipes-support/dfu-util
parent6d5f8cc9d444e220d212dd23a497c82a2dfce1e2 (diff)
downloadmeta-openembedded-contrib-58a4c525ac1359f91ba8e97a26eb693e6468a362.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/dfu-util')
-rw-r--r--meta-oe/recipes-support/dfu-util/dfu-util-native_0.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util-native_0.10.bb b/meta-oe/recipes-support/dfu-util/dfu-util-native_0.10.bb
index 4305e3b408..4641b0181a 100644
--- a/meta-oe/recipes-support/dfu-util/dfu-util-native_0.10.bb
+++ b/meta-oe/recipes-support/dfu-util/dfu-util-native_0.10.bb
@@ -1,6 +1,6 @@
require dfu-util_${PV}.bb
-inherit native deploy
+inherit deploy native
DEPENDS = "libusb1-native"