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
@@ -68,7 +68,6 @@ RDEPENDS_packagegroup-meta-oe-benchmarks = "\
iperf2 \
iperf3 \
libc-bench \
libhugetlbfs \
linpack \
lmbench \
mbw \