diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-09-12 23:24:55 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-14 09:19:37 +0100 |
| commit | 84a98ef63c3c94da2cb5c8fd40ed62b4db7a73e0 (patch) | |
| tree | f261a9e9d3dd67f60fcee99a3332a4e182ac455d | |
| parent | 4fe96220a8ad82b3eebf22ca3c0daef7420bd1e6 (diff) | |
| download | poky-84a98ef63c3c94da2cb5c8fd40ed62b4db7a73e0.tar.gz | |
coreutils: Add config.h to ptest package
This is needed by several tests during run on target
Fixes
grep: /usr/lib/coreutils/ptest/lib/config.h: No such file or directory
inotify-race.sh: skipped test: inotify is not supported
More tests are now passing
============================================================================
Testsuite summary for GNU coreutils 9.4
============================================================================
# TOTAL: 643
-# PASS: 509
-# SKIP: 131
+# PASS: 516
+# SKIP: 124
(From OE-Core rev: 66ea2aab453384d4d265969a209ee6b156dd421d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/coreutils/coreutils_9.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_9.4.bb b/meta/recipes-core/coreutils/coreutils_9.4.bb index 25f6cb15db..f210df2e69 100644 --- a/meta/recipes-core/coreutils/coreutils_9.4.bb +++ b/meta/recipes-core/coreutils/coreutils_9.4.bb | |||
| @@ -181,6 +181,7 @@ do_install_ptest () { | |||
| 181 | sed -i 's/ginstall/install/g' `grep -R ginstall ${D}${PTEST_PATH}/tests | awk -F: '{print $1}' | uniq` | 181 | sed -i 's/ginstall/install/g' `grep -R ginstall ${D}${PTEST_PATH}/tests | awk -F: '{print $1}' | uniq` |
| 182 | install -d ${D}${PTEST_PATH}/build-aux | 182 | install -d ${D}${PTEST_PATH}/build-aux |
| 183 | install ${S}/build-aux/test-driver ${D}${PTEST_PATH}/build-aux/ | 183 | install ${S}/build-aux/test-driver ${D}${PTEST_PATH}/build-aux/ |
| 184 | install -Dm 0644 ${B}/lib/config.h ${D}${PTEST_PATH}/lib/config.h | ||
| 184 | cp ${B}/Makefile ${D}${PTEST_PATH}/ | 185 | cp ${B}/Makefile ${D}${PTEST_PATH}/ |
| 185 | cp ${S}/init.cfg ${D}${PTEST_PATH}/ | 186 | cp ${S}/init.cfg ${D}${PTEST_PATH}/ |
| 186 | cp -r ${B}/src ${D}${PTEST_PATH}/ | 187 | cp -r ${B}/src ${D}${PTEST_PATH}/ |
