mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
@@ -19,7 +19,7 @@ S = "${WORKDIR}/${BPN}"
|
|||||||
SRC_URI[md5sum] = "9de56d4a161a723228220b0f425dc711"
|
SRC_URI[md5sum] = "9de56d4a161a723228220b0f425dc711"
|
||||||
SRC_URI[sha256sum] = "f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e"
|
SRC_URI[sha256sum] = "f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e"
|
||||||
|
|
||||||
inherit native texinfo
|
inherit texinfo native
|
||||||
|
|
||||||
DEPENDS += "m4-native gnu-config-native"
|
DEPENDS += "m4-native gnu-config-native"
|
||||||
RDEPENDS_${PN} = "m4-native gnu-config-native"
|
RDEPENDS_${PN} = "m4-native gnu-config-native"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "977420c082450dc808de301ef56af4856d653eea71519a973c3490a780
|
|||||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||||
B = "${WORKDIR}/build"
|
B = "${WORKDIR}/build"
|
||||||
|
|
||||||
inherit native pkgconfig
|
inherit pkgconfig native
|
||||||
|
|
||||||
do_configure[noexec] = "1"
|
do_configure[noexec] = "1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user