mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libxcrypt: Provide virtual/crypt for target and native as well
virtual/crypt for musl will come from libc itself (From OE-Core rev: e0ed7d74e61294a986f72a531b23f7e67922de29) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,6 +9,7 @@ LIBCOVERRIDE = ":libc-musl"
|
||||
PREFERRED_PROVIDER_virtual/libc ?= "musl"
|
||||
PREFERRED_PROVIDER_virtual/libiconv ?= "musl"
|
||||
PREFERRED_PROVIDER_virtual/libintl ?= "musl"
|
||||
PREFERRED_PROVIDER_virtual/crypt ?= "musl"
|
||||
PREFERRED_PROVIDER_virtual/nativesdk-libintl ?= "nativesdk-glibc"
|
||||
PREFERRED_PROVIDER_virtual/nativesdk-libiconv ?= "nativesdk-glibc"
|
||||
|
||||
|
||||
@@ -24,9 +24,4 @@ S = "${WORKDIR}/git"
|
||||
BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE} -std=gnu99"
|
||||
TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir}"
|
||||
|
||||
python () {
|
||||
if not bb.data.inherits_class('nativesdk', d):
|
||||
raise bb.parse.SkipRecipe("Recipe only applies in nativesdk case for now")
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user