diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-10-14 08:39:24 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-16 11:32:34 +0100 |
| commit | b46037db4025dc75c2c1d3afcd6a07d732cb8b49 (patch) | |
| tree | effea0f9d5eb8571ecd4d168060cfe1be82abd7c /meta/recipes-core/musl/gcompat_git.bb | |
| parent | 91e0cfe0a7c6e622f076f6d7091cc774241021cc (diff) | |
| download | poky-b46037db4025dc75c2c1d3afcd6a07d732cb8b49.tar.gz | |
gcompat: Upgrade to 1.1.0 release
License-Update: Updated copyright years and contibutors [1]
Brings following changes
* b7bfe0b Update documentation for 1.1 release
* f0de9c6 CHANGELOG: Add pthread section
* 36f21a6 pthread: add pthread_mutexattr_[get|set]kind_np
* f23fb58 stdio: Hook fopen(3) to intercept /proc/self/exe
* 158f2b5 Update CHANGELOG for 1.1
* 4a4c840 fix path-searching for execvp
* 9dbbddc sysctl: Add __getauxval alias
* fbdd06c misc: add __libc_single_threaded
* f727ab7 locale: also override __newlocale/__duplocale
* 244110e random_r: fix null dereference when passed uninitialized buf
[1] https://git.adelielinux.org/adelie/gcompat/-/commit/b7bfe0b08c52fdc72e0c1d9d4dcb2129f1642bd6#0398ccd0f49298b10a3d76a47800d2ebecd49859
(From OE-Core rev: 6f123655c71992d75746e662a6b757de4a57cce7)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/musl/gcompat_git.bb')
| -rw-r--r-- | meta/recipes-core/musl/gcompat_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-core/musl/gcompat_git.bb b/meta/recipes-core/musl/gcompat_git.bb index 3e5541ba91..40fe8c6a5f 100644 --- a/meta/recipes-core/musl/gcompat_git.bb +++ b/meta/recipes-core/musl/gcompat_git.bb | |||
| @@ -5,17 +5,16 @@ SUMMARY = "A library which provides glibc-compatible APIs for use on musl libc s | |||
| 5 | HOMEPAGE = "https://git.adelielinux.org/adelie/gcompat" | 5 | HOMEPAGE = "https://git.adelielinux.org/adelie/gcompat" |
| 6 | 6 | ||
| 7 | LICENSE = "NCSA" | 7 | LICENSE = "NCSA" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb33ef4af05a9c7602843afb7adfe792" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=802b1aed7330d90086be4de63a3188e3" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://git.adelielinux.org/adelie/gcompat.git;protocol=https;branch=current \ | 10 | SRC_URI = "git://git.adelielinux.org/adelie/gcompat.git;protocol=https;branch=current \ |
| 11 | file://0001-auxv-new-module.patch \ | ||
| 12 | file://0001-Add-fcntl64-wrapper.patch \ | 11 | file://0001-Add-fcntl64-wrapper.patch \ |
| 13 | " | 12 | " |
| 14 | SRC_URI:append:powerpc = "\ | 13 | SRC_URI:append:powerpc = "\ |
| 15 | file://0001-make-Static-PIE-does-not-work-on-musl-ppc.patch \ | 14 | file://0001-make-Static-PIE-does-not-work-on-musl-ppc.patch \ |
| 16 | " | 15 | " |
| 17 | PV = "1.0.0+1.1+git" | 16 | PV = "1.1.0" |
| 18 | SRCREV = "c6921a1aa454bb87671f9bd1ecfe47d80d1620aa" | 17 | SRCREV = "b7bfe0b08c52fdc72e0c1d9d4dcb2129f1642bd6" |
| 19 | 18 | ||
| 20 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 21 | 20 | ||
