diff options
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 34190e530e..01fec69aeb 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -22,6 +22,7 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils \ | |||
22 | libgcc-initial \ | 22 | libgcc-initial \ |
23 | linux-libc-headers \ | 23 | linux-libc-headers \ |
24 | bsd-headers \ | 24 | bsd-headers \ |
25 | libssp-nonshared \ | ||
25 | " | 26 | " |
26 | 27 | ||
27 | export CROSS_COMPILE="${TARGET_PREFIX}" | 28 | export CROSS_COMPILE="${TARGET_PREFIX}" |
@@ -65,7 +66,7 @@ do_install() { | |||
65 | done | 66 | done |
66 | } | 67 | } |
67 | 68 | ||
68 | RDEPENDS_${PN}-dev += "linux-libc-headers-dev bsd-headers-dev" | 69 | RDEPENDS_${PN}-dev += "linux-libc-headers-dev bsd-headers-dev libssp-nonshared-staticdev" |
69 | RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" | 70 | RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" |
70 | RPROVIDES_${PN} += "ldd libsegfault rtld(GNU_HASH)" | 71 | RPROVIDES_${PN} += "ldd libsegfault rtld(GNU_HASH)" |
71 | 72 | ||