summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
index 4481aa430c..4ad74a27e9 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -16,7 +16,7 @@ LICENSE = "GPLv2"
16# and have a machine specific libc. 16# and have a machine specific libc.
17# 17#
18# But you have some kernel headers you need for some driver? That is fine 18# But you have some kernel headers you need for some driver? That is fine
19# but get them from STAGING_KERNEL_DIR where the kernel installs itself. 19# but get them from STAGING_KERNEL_BUILDDIR where the kernel installs itself.
20# This will make the package using them machine specific but this is much 20# This will make the package using them machine specific but this is much
21# better than having a machine specific C library. This does mean your 21# better than having a machine specific C library. This does mean your
22# recipe needs a 22# recipe needs a