mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
libx86-1: don't inherit autotools
This upstream does not in fact use autotools, so remove the inherit and implement the required do_install directly. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1ed91fa4a2
commit
7b4314bc72
|
|
@ -24,4 +24,6 @@ COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
|
|||
export LIBDIR = "${libdir}"
|
||||
export BACKEND = "x86emu"
|
||||
|
||||
inherit autotools-brokensep
|
||||
do_install() {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user