mirror of
https://git.yoctoproject.org/poky
synced 2026-05-21 05:27:53 +02:00
mount.h sync with glibc is needed to get new defines which are needed for some packages like systemd (From OE-Core rev: ce4d7f4376aac2a2df1a05884d7946ee469d63c1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
785 B
BlitzBasic
22 lines
785 B
BlitzBasic
require uclibc.inc
|
|
require uclibc-package.inc
|
|
require uclibc-git.inc
|
|
|
|
STAGINGCC = "gcc-cross-initial"
|
|
STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-initial"
|
|
|
|
PROVIDES += "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc"
|
|
|
|
DEPENDS = "virtual/${TARGET_PREFIX}binutils \
|
|
virtual/${TARGET_PREFIX}gcc-initial \
|
|
virtual/${TARGET_PREFIX}libc-initial \
|
|
linux-libc-headers ncurses-native"
|
|
|
|
RDEPENDS_${PN}-dev = "linux-libc-headers-dev"
|
|
RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev"
|
|
# uclibc does not really have libsegfault but then using the one from glibc is also not
|
|
# going to work. So we pretend that we have it to make bitbake not pull other recipes
|
|
# to satisfy this dependency for the images/tasks
|
|
|
|
RPROVIDES_${PN} += "libsegfault rtld(GNU_HASH)"
|