diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/musl/musl.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index 9af1172ae0..ba9b1a046c 100644 --- a/meta/recipes-core/musl/musl.inc +++ b/meta/recipes-core/musl/musl.inc | |||
@@ -9,7 +9,7 @@ standards-conformance and safety." | |||
9 | HOMEPAGE = "http://www.musl-libc.org/" | 9 | HOMEPAGE = "http://www.musl-libc.org/" |
10 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=7928b7ad32ceda04932478e330e52f7f" | 12 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2b9032093c4765e49ae85ddeba29afff" |
13 | 13 | ||
14 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" | 14 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" |
15 | 15 | ||
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 8b2cb4d49d..8906ac6beb 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -3,9 +3,9 @@ | |||
3 | 3 | ||
4 | require musl.inc | 4 | require musl.inc |
5 | 5 | ||
6 | SRCREV = "628cf979b249fa76a80962e2eefe05073216a4db" | 6 | SRCREV = "55df09bfccbfe21fc9dd7d8f94550c0ff25ace04" |
7 | 7 | ||
8 | PV = "1.1.18+git${SRCPV}" | 8 | PV = "1.1.19+git${SRCPV}" |
9 | 9 | ||
10 | # mirror is at git://github.com/kraj/musl.git | 10 | # mirror is at git://github.com/kraj/musl.git |
11 | 11 | ||