summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Höppner <jonas.hoeppner@garz-fricke.com>2021-04-09 06:35:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-30 14:37:25 +0100
commit1fa9d0e19beec4545f0dd9604e8c45473fb823e9 (patch)
tree0671f15d0359a96efacb6e66d6b50822ee987467
parentefcded972778043de12eb0b93f1789835c339d28 (diff)
downloadpoky-1fa9d0e19beec4545f0dd9604e8c45473fb823e9.tar.gz
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>
-rw-r--r--meta/recipes-extended/ltp/ltp_20210121.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20210121.bb b/meta/recipes-extended/ltp/ltp_20210121.bb
index f58ca2eb2c..d98c9fdc25 100644
--- a/meta/recipes-extended/ltp/ltp_20210121.bb
+++ b/meta/recipes-extended/ltp/ltp_20210121.bb
@@ -61,7 +61,7 @@ EXTRA_OECONF += " --without-tirpc "
61 61
62do_install(){ 62do_install(){
63 install -d ${D}${prefix}/ 63 install -d ${D}${prefix}/
64 oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install 64 oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install include-install
65 65
66 # fixup not deploy STPfailure_report.pl to avoid confusing about it fails to run 66 # fixup not deploy STPfailure_report.pl to avoid confusing about it fails to run
67 # as it lacks dependency on some perl moudle such as LWP::Simple 67 # as it lacks dependency on some perl moudle such as LWP::Simple