linux-libc-headers: Fix comment typo spotted by Mark Hatle

(From OE-Core rev: 27e7162840482c7790480be5f52c7651d5b71794)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-09-17 14:17:36 +01:00
parent 1b7f829de7
commit 9592f311b0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ LICENSE = "GPLv2"
# But you have some kernel headers you need for some driver? That is fine
# but get them from STAGING_KERNEL_DIR where the kernel installs itself.
# This will make the package using them machine specific but this is much
# better than having a maching specific C library. This does mean your
# better than having a machine specific C library. This does mean your
# recipe needs a DEPENDS += "virtual/kernel" but again, that is fine and
# makes total sense.
#