diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-01-26 19:44:47 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-27 10:25:04 -0800 |
commit | 6d5f8cc9d444e220d212dd23a497c82a2dfce1e2 (patch) | |
tree | 9073263c2f167deaf7c4e33036b2118890c035d8 | |
parent | 4877dd19c05fc972ce51ebb39c28ec460ca0c3aa (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/xserver-xorg-cvt/xserver-xorg-cvt-native_1.20.10.bb | 2 |
2 files changed, 2 insertions, 2 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}" | |||
19 | SRC_URI[md5sum] = "9de56d4a161a723228220b0f425dc711" | 19 | SRC_URI[md5sum] = "9de56d4a161a723228220b0f425dc711" |
20 | SRC_URI[sha256sum] = "f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e" | 20 | SRC_URI[sha256sum] = "f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e" |
21 | 21 | ||
22 | inherit native texinfo | 22 | inherit texinfo native |
23 | 23 | ||
24 | DEPENDS += "m4-native gnu-config-native" | 24 | DEPENDS += "m4-native gnu-config-native" |
25 | RDEPENDS_${PN} = "m4-native gnu-config-native" | 25 | RDEPENDS_${PN} = "m4-native gnu-config-native" |
diff --git a/meta-oe/recipes-support/xserver-xorg-cvt/xserver-xorg-cvt-native_1.20.10.bb b/meta-oe/recipes-support/xserver-xorg-cvt/xserver-xorg-cvt-native_1.20.10.bb index 170e0bf785..becf991488 100644 --- a/meta-oe/recipes-support/xserver-xorg-cvt/xserver-xorg-cvt-native_1.20.10.bb +++ b/meta-oe/recipes-support/xserver-xorg-cvt/xserver-xorg-cvt-native_1.20.10.bb | |||
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "977420c082450dc808de301ef56af4856d653eea71519a973c3490a780 | |||
14 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 14 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
15 | B = "${WORKDIR}/build" | 15 | B = "${WORKDIR}/build" |
16 | 16 | ||
17 | inherit native pkgconfig | 17 | inherit pkgconfig native |
18 | 18 | ||
19 | do_configure[noexec] = "1" | 19 | do_configure[noexec] = "1" |
20 | 20 | ||