mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
ltp: fix empty ltp-dev package
Currently the headers are not installed and the ltp-dev package is empty. This patch adds an include-install make target in the do_install step to install them in sysroot which ends up as a working ltp-dev package. (From OE-Core rev: c4419fb58b6ab5f4fbdcd65e5b6d2e7742c8d66f) Signed-off-by: Jonas Höppner <jonas.hoeppner@garz-fricke.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f6943da4444cd71053650be0c9212bc25ac53137) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
efcded9727
commit
1fa9d0e19b
@@ -61,7 +61,7 @@ EXTRA_OECONF += " --without-tirpc "
|
||||
|
||||
do_install(){
|
||||
install -d ${D}${prefix}/
|
||||
oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install
|
||||
oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install include-install
|
||||
|
||||
# fixup not deploy STPfailure_report.pl to avoid confusing about it fails to run
|
||||
# as it lacks dependency on some perl moudle such as LWP::Simple
|
||||
|
||||
Reference in New Issue
Block a user