diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-02-26 06:48:01 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:33:06 +0000 |
| commit | 96f5f89b49d1762ee925e1d31136f57f30eb2625 (patch) | |
| tree | cab080d34fe49377711771882188859c4759e7c8 | |
| parent | 3354878d324b344f90b7fc8c02d09e0692725ff2 (diff) | |
| download | poky-96f5f89b49d1762ee925e1d31136f57f30eb2625.tar.gz | |
musl: Add linux-libc-headers to deps
This is highlighted with clang when trying to
build a single package clean from scratch it
missed kernel headers
(From OE-Core rev: 8600997ea02e70dac286152f75f4b8328f0ac1f7)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 250f837309..3b7c9a5443 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
| @@ -20,6 +20,7 @@ PROVIDES += "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc virtual/libiconv | |||
| 20 | DEPENDS = "virtual/${TARGET_PREFIX}binutils \ | 20 | DEPENDS = "virtual/${TARGET_PREFIX}binutils \ |
| 21 | virtual/${TARGET_PREFIX}gcc-initial \ | 21 | virtual/${TARGET_PREFIX}gcc-initial \ |
| 22 | libgcc-initial \ | 22 | libgcc-initial \ |
| 23 | linux-libc-headers \ | ||
| 23 | bsd-headers \ | 24 | bsd-headers \ |
| 24 | " | 25 | " |
| 25 | 26 | ||
