mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
libhugetlbfs: Disable build with glibc 2.34+
It uses __morecore internal function from glibc which has been removed in 2.34+ and replacing it is not so simple and upstream needs to fix it see [1] [1] https://github.com/libhugetlbfs/libhugetlbfs/issues/52 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -74,3 +74,6 @@ INSANE_SKIP_${PN} = "dev-so"
|
||||
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
|
||||
# see https://github.com/libhugetlbfs/libhugetlbfs/issues/52
|
||||
PNBLACKLIST[libhugetlbfs] ?= "Needs porting to glibc 2.34+"
|
||||
|
||||
Reference in New Issue
Block a user