diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-02-10 17:43:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:43 +0000 |
commit | 70bfd4c29165e2797c7a1ae977a083e542b01ee6 (patch) | |
tree | 1de5a28962720ca1c72b9426fff7a8a63dd1199f /meta/recipes-core | |
parent | d1496b4cc48d2c4c081052d04e1ede51a7503f25 (diff) | |
download | poky-70bfd4c29165e2797c7a1ae977a083e542b01ee6.tar.gz |
musl: Upgrade to tip of tree
Add explicit runtime dep on bsd-headers-dev
so we dont miss them in dev images
(From OE-Core rev: 84abfa52ab953d921395020920bad9d7f523df41)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index c731a8f5f9..d4413f50c3 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | require musl.inc | 4 | require musl.inc |
5 | 5 | ||
6 | SRCREV = "369b22f9c4aebba2b8fe905db8469b2667572ee1" | 6 | SRCREV = "756c8af8589265e99e454fe3adcda1d0bc5e1963" |
7 | 7 | ||
8 | PV = "1.1.12+git${SRCPV}" | 8 | PV = "1.1.12+git${SRCPV}" |
9 | 9 | ||