]> code.ossystems Code Review - openembedded-core.git/commit
gcompat: Add recipe
authorKhem Raj <raj.khem@gmail.com>
Sat, 12 Jun 2021 19:43:14 +0000 (12:43 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jun 2021 14:05:08 +0000 (15:05 +0100)
commit5efe7c06c8555672b535adae587596f65bff4fc5
tree1e46cf3cedf8a5124582ad6a494083f1562f6455
parent75110a9cc5e6840c65ed24bcca7d4cf1748ab67d
gcompat: Add recipe

This is a compat library which helps running pre-compiled binaries which were
compiled for glibc but needs to run on musl systems, this is quite
common case where pre-existing binaries are supplied and can not be
recompiled immediately

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-core/musl/gcompat_git.bb [new file with mode: 0644]