diff options
| -rw-r--r-- | meta/recipes-core/busybox/busybox/0001-depmod-Ignore-.debug-directories.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/0001-depmod-Ignore-.debug-directories.patch b/meta/recipes-core/busybox/busybox/0001-depmod-Ignore-.debug-directories.patch index 354f83a4a5..d76118f85b 100644 --- a/meta/recipes-core/busybox/busybox/0001-depmod-Ignore-.debug-directories.patch +++ b/meta/recipes-core/busybox/busybox/0001-depmod-Ignore-.debug-directories.patch | |||
| @@ -21,7 +21,7 @@ index bb42bbe..aa5a2de 100644 | |||
| 21 | /* Arbitrary. Was sb->st_size, but that breaks .gz etc */ | 21 | /* Arbitrary. Was sb->st_size, but that breaks .gz etc */ |
| 22 | size_t len = (64*1024*1024 - 4096); | 22 | size_t len = (64*1024*1024 - 4096); |
| 23 | 23 | ||
| 24 | + if (strstr(fname, ".debug") == NULL) | 24 | + if (strstr(fname, ".debug") != NULL) |
| 25 | + return TRUE; | 25 | + return TRUE; |
| 26 | + | 26 | + |
| 27 | if (strrstr(fname, ".ko") == NULL) | 27 | if (strrstr(fname, ".ko") == NULL) |
