diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-07-31 18:22:04 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c5f7cfb8db54cfa4257797db5bd87828dea43296 (patch) | |
| tree | 66757d5eb3253290f3e07d34ecce91789c71fde0 /meta-oe/recipes-benchmark | |
| parent | ba94b0fefb87b8b695937ba6de28f26bbbf1b395 (diff) | |
| download | meta-openembedded-c5f7cfb8db54cfa4257797db5bd87828dea43296.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-benchmark')
| -rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb index aa9eb02b34..124b142d83 100644 --- a/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb +++ b/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_git.bb | |||
| @@ -74,3 +74,6 @@ INSANE_SKIP_${PN} = "dev-so" | |||
| 74 | 74 | ||
| 75 | INHIBIT_PACKAGE_STRIP = "1" | 75 | INHIBIT_PACKAGE_STRIP = "1" |
| 76 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 76 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 77 | |||
| 78 | # see https://github.com/libhugetlbfs/libhugetlbfs/issues/52 | ||
| 79 | PNBLACKLIST[libhugetlbfs] ?= "Needs porting to glibc 2.34+" | ||
