mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 04:33:03 +01:00
uclibc and uclibc-initial were providing conflicting PROVIDES separate the common bits into logical pieces. Create a common inc file to hold package information and version specific includes so correct logical units can be included in uclibc and uclibc-initial recipes. (From OE-Core rev: bdfd2f6f286889b8920ebf6a670542b26534c1cb) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
801 B
BlitzBasic
23 lines
801 B
BlitzBasic
SRCREV="0dcc13bf7a61b1d0708e5dd103d5515e0ffec79a"
|
|
|
|
require uclibc.inc
|
|
require uclibc-package.inc
|
|
require uclibc-git.inc
|
|
|
|
STAGINGCC = "gcc-cross-intermediate"
|
|
STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-intermediate"
|
|
|
|
PROVIDES += "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc"
|
|
|
|
DEPENDS = "virtual/${TARGET_PREFIX}binutils \
|
|
virtual/${TARGET_PREFIX}gcc-intermediate \
|
|
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)"
|