diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-07-07 11:08:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-12 23:10:01 +0100 |
commit | 3164db2a2f16eedfed3bcd2413321e7473900637 (patch) | |
tree | 829d349b61634eef8486190dc77faa6ec447bb6a /meta | |
parent | b17f91ed06a604e3d356fe17756bfe2ca61594b7 (diff) | |
download | openembedded-core-3164db2a2f16eedfed3bcd2413321e7473900637.tar.gz openembedded-core-3164db2a2f16eedfed3bcd2413321e7473900637.tar.bz2 openembedded-core-3164db2a2f16eedfed3bcd2413321e7473900637.zip |
musl: Update to v1.1.15 release
here is shortlog of changes
http://git.musl-libc.org/cgit/musl/commit/?id=faf69b9a73d09fafcbe4fd3007b8d8724293d8e1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 956d9dd076..ac321fd232 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -3,9 +3,9 @@ require musl.inc -SRCREV = "6cec7bc57f599f43f4041cec2093e3c9231dbaab" +SRCREV = "faf69b9a73d09fafcbe4fd3007b8d8724293d8e1" -PV = "1.1.14+git${SRCPV}" +PV = "1.1.15+git${SRCPV}" # mirror is at git://github.com/kraj/musl.git |