aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/autoconf-2.13
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-01-26 19:44:47 -0800
committerKhem Raj <raj.khem@gmail.com>2021-01-27 10:25:04 -0800
commit6d5f8cc9d444e220d212dd23a497c82a2dfce1e2 (patch)
tree9073263c2f167deaf7c4e33036b2118890c035d8 /meta-oe/recipes-devtools/autoconf-2.13
parent4877dd19c05fc972ce51ebb39c28ec460ca0c3aa (diff)
downloadmeta-openembedded-contrib-6d5f8cc9d444e220d212dd23a497c82a2dfce1e2.tar.gz
autoconf-2.13-native,xserver-xorg-cvt-native: Move inheriting native to the end
Should fix QA Issue: xserver-xorg-cvt-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-devtools/autoconf-2.13')
-rw-r--r--meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb b/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb
index a54a7331df..604135839a 100644
--- a/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb
+++ b/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb
@@ -19,7 +19,7 @@ S = "${WORKDIR}/${BPN}"
SRC_URI[md5sum] = "9de56d4a161a723228220b0f425dc711"
SRC_URI[sha256sum] = "f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e"
-inherit native texinfo
+inherit texinfo native
DEPENDS += "m4-native gnu-config-native"
RDEPENDS_${PN} = "m4-native gnu-config-native"