summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-17 14:17:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-17 14:35:17 +0100
commit9592f311b044403760221fb92680d5bb61f8d536 (patch)
tree071c06b68628c3e101944235e3a1d08cf303d455 /meta
parent1b7f829de7d383e028f7e30e2a5e64b8c00b0035 (diff)
downloadpoky-9592f311b044403760221fb92680d5bb61f8d536.tar.gz
linux-libc-headers: Fix comment typo spotted by Mark Hatle
(From OE-Core rev: 27e7162840482c7790480be5f52c7651d5b71794) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 f4a02331ff..f44b61cdb9 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -18,7 +18,7 @@ LICENSE = "GPLv2"
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_DIR 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 maching specific C library. This does mean your 21# better than having a machine specific C library. This does mean your
22# recipe needs a DEPENDS += "virtual/kernel" but again, that is fine and 22# recipe needs a DEPENDS += "virtual/kernel" but again, that is fine and
23# makes total sense. 23# makes total sense.
24# 24#