diff options
Diffstat (limited to 'meta/recipes-core/musl/musl_git.bb')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 324269a968..51e429b093 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -4,24 +4,22 @@ | |||
4 | require musl.inc | 4 | require musl.inc |
5 | inherit linuxloader | 5 | inherit linuxloader |
6 | 6 | ||
7 | SRCREV = "79bdacff83a6bd5b70ff5ae5eb8b6de82c2f7c30" | 7 | SRCREV = "ae3a8c93a663b553e65f096498937083dad210d2" |
8 | 8 | ||
9 | BASEVER = "1.2.4" | 9 | BASEVER = "1.2.5" |
10 | 10 | ||
11 | PV = "${BASEVER}+git" | 11 | PV = "${BASEVER}+git" |
12 | 12 | ||
13 | SRC_URI = "git://git.etalabs.net/git/musl;branch=master;protocol=https \ | 13 | SRC_URI = "git://git.musl-libc.org/musl;branch=master \ |
14 | file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ | 14 | file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ |
15 | file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \ | 15 | file://0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch \ |
16 | file://0003-elf.h-add-typedefs-for-Elf64_Relr-and-Elf32_Relr.patch \ | 16 | file://0001-Update-syscalls-for-r32-rv64-from-kernel-6.4-through.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | PROVIDES += "virtual/libc virtual/libiconv virtual/libintl virtual/crypt" | 19 | PROVIDES += "virtual/libc virtual/libiconv virtual/libintl virtual/crypt" |
22 | 20 | ||
23 | DEPENDS = "virtual/${TARGET_PREFIX}binutils \ | 21 | DEPENDS = "virtual/cross-binutils \ |
24 | virtual/${TARGET_PREFIX}gcc \ | 22 | virtual/cross-cc \ |
25 | libgcc-initial \ | 23 | libgcc-initial \ |
26 | linux-libc-headers \ | 24 | linux-libc-headers \ |
27 | bsd-headers \ | 25 | bsd-headers \ |
@@ -30,7 +28,7 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils \ | |||
30 | GLIBC_LDSO = "${@get_glibc_loader(d)}" | 28 | GLIBC_LDSO = "${@get_glibc_loader(d)}" |
31 | MUSL_LDSO_ARCH = "${@get_musl_loader_arch(d)}" | 29 | MUSL_LDSO_ARCH = "${@get_musl_loader_arch(d)}" |
32 | 30 | ||
33 | export CROSS_COMPILE="${TARGET_PREFIX}" | 31 | export CROSS_COMPILE = "${TARGET_PREFIX}" |
34 | 32 | ||
35 | LDFLAGS += "-Wl,-soname,libc.so" | 33 | LDFLAGS += "-Wl,-soname,libc.so" |
36 | 34 | ||