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:
Khem Raj
2021-07-31 18:22:04 -07:00
parent ba94b0fefb
commit c5f7cfb8db
3 changed files with 4 additions and 3 deletions
@@ -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+"