diff options
Diffstat (limited to 'meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch')
| -rw-r--r-- | meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch b/meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch index 2df385591b..3c66c9436f 100644 --- a/meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch +++ b/meta/recipes-extended/ltp/ltp/0004-build-Add-option-to-select-libc-implementation.patch | |||
| @@ -42,7 +42,7 @@ diff --git a/testcases/kernel/Makefile b/testcases/kernel/Makefile | |||
| 42 | index 50a12fa..4f1987f 100644 | 42 | index 50a12fa..4f1987f 100644 |
| 43 | --- a/testcases/kernel/Makefile | 43 | --- a/testcases/kernel/Makefile |
| 44 | +++ b/testcases/kernel/Makefile | 44 | +++ b/testcases/kernel/Makefile |
| 45 | @@ -48,13 +48,16 @@ SUBDIRS += connectors \ | 45 | @@ -49,12 +49,15 @@ SUBDIRS += connectors \ |
| 46 | logging \ | 46 | logging \ |
| 47 | mem \ | 47 | mem \ |
| 48 | numa \ | 48 | numa \ |
| @@ -51,7 +51,6 @@ index 50a12fa..4f1987f 100644 | |||
| 51 | security \ | 51 | security \ |
| 52 | timers \ | 52 | timers \ |
| 53 | tracing \ | 53 | tracing \ |
| 54 | module \ | ||
| 55 | 54 | ||
| 56 | +ifneq ($(LIBC),musl) | 55 | +ifneq ($(LIBC),musl) |
| 57 | +SUBDIRS += pty | 56 | +SUBDIRS += pty |
