summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/npth/npth_1.6.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-12 22:04:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-14 07:57:21 +0100
commite82742849e6228f892a489bfbd02c365c4a8607e (patch)
treeb7e0b2385b2e161f237b876dbddebbbf62f731f9 /meta/recipes-support/npth/npth_1.6.bb
parentbe23351f97c1a7362c0ddd240a6de0cddfca1b01 (diff)
downloadopenembedded-core-contrib-e82742849e6228f892a489bfbd02c365c4a8607e.tar.gz
npth: Check for pthread_create for including lpthread
pthread_detach() is moved into libc which means this test will fail so check for pthead_create again [1] https://sourceware.org/git/?p=glibc.git;a=commit;h=df65f897e9501aa5b64a5cbcb101301715f2ec2f Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/npth/npth_1.6.bb')
-rw-r--r--meta/recipes-support/npth/npth_1.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/npth/npth_1.6.bb b/meta/recipes-support/npth/npth_1.6.bb
index 94a3f00eac..d5a149e041 100644
--- a/meta/recipes-support/npth/npth_1.6.bb
+++ b/meta/recipes-support/npth/npth_1.6.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "\
UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \
file://pkgconfig.patch \
+ file://0001-Revert-Fix-problem-with-regression-tests-on-recent-g.patch \
"
SRC_URI[md5sum] = "375d1a15ad969f32d25f1a7630929854"