diff options
| -rw-r--r-- | meta/recipes-extended/ltp/ltp_20150119.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20150119.bb b/meta/recipes-extended/ltp/ltp_20150119.bb index b422646903..90c5973a08 100644 --- a/meta/recipes-extended/ltp/ltp_20150119.bb +++ b/meta/recipes-extended/ltp/ltp_20150119.bb | |||
| @@ -65,9 +65,9 @@ RDEPENDS_${PN} = "perl e2fsprogs-mke2fs python-core libaio bash gawk expect" | |||
| 65 | 65 | ||
| 66 | FILES_${PN}-dbg += "\ | 66 | FILES_${PN}-dbg += "\ |
| 67 | /opt/ltp/runtest/.debug \ | 67 | /opt/ltp/runtest/.debug \ |
| 68 | /opt/ltp/testcases/bin/.debug \ | 68 | /opt/ltp/testcases/*/.debug \ |
| 69 | /opt/ltp/testcases/bin/*/bin/.debug \ | 69 | /opt/ltp/testcases/*/*/.debug \ |
| 70 | /opt/ltp/testcases/bin/*/test/.debug \ | 70 | /opt/ltp/testcases/*/*/*/.debug \ |
| 71 | /opt/ltp/scenario_groups/.debug \ | 71 | /opt/ltp/scenario_groups/.debug \ |
| 72 | /opt/ltp/testscripts/.debug \ | 72 | /opt/ltp/testscripts/.debug \ |
| 73 | /opt/ltp/testscripts/open_posix_testsuite/.debug \ | 73 | /opt/ltp/testscripts/open_posix_testsuite/.debug \ |
| @@ -79,3 +79,6 @@ FILES_${PN} += "/opt/ltp/* /opt/ltp/runtest/* /opt/ltp/scenario_groups/* /opt/lt | |||
| 79 | 79 | ||
| 80 | # Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails | 80 | # Avoid generated binaries stripping. Otherwise some of the ltp tests such as ldd01 & nm01 fails |
| 81 | INHIBIT_PACKAGE_STRIP = "1" | 81 | INHIBIT_PACKAGE_STRIP = "1" |
| 82 | # However, test_arch_stripped is already stripped, so... | ||
| 83 | INSANE_SKIP_${PN} += "already-stripped" | ||
| 84 | |||
