mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
piglit: override install target name instead of do_install
Simply override the install target, instead of reimplementing do_install. Apart from being neater, this also stops the recipe expecting that cmake is using the Make backend. (From OE-Core rev: 9fec5ef920bd63fe3cc2e623add0c7aead95ecae) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0c0a239011
commit
9d4e326aa8
@@ -41,9 +41,7 @@ do_configure_prepend() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
OECMAKE_TARGET_INSTALL = "install/strip"
|
||||||
oe_runmake -C ${B} 'DESTDIR=${D}' install/strip
|
|
||||||
}
|
|
||||||
|
|
||||||
RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \
|
RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \
|
||||||
python3-subprocess python3-misc python3-importlib \
|
python3-subprocess python3-misc python3-importlib \
|
||||||
|
|||||||
Reference in New Issue
Block a user