mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
mce-inject: don't inherit autotools
This upstream does not in fact use autotools, so remove the inherit and implement the required do_install. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
56d59ac2d3
commit
ca4bd3c786
@ -19,6 +19,8 @@ S = "${WORKDIR}/git"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux'
|
||||
|
||||
inherit autotools-brokensep
|
||||
EXTRA_OEMAKE = "CFLAGS='${CFLAGS}'"
|
||||
|
||||
EXTRA_OEMAKE = "destdir=${D} CFLAGS='${CFLAGS}'"
|
||||
do_install() {
|
||||
oe_runmake 'destdir=${D}' install
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user