Message ID | 20250212131455.4094351-1-ecordonnier@snap.com |
---|---|
State | New |
Headers | show |
Series | [meta-darwin] binutils: remove nativesdk-perl dependency | expand |
diff --git a/recipes-devtools/binutils/binutils_%.bbappend b/recipes-devtools/binutils/binutils_%.bbappend index 03e4ceb..e0868e9 100644 --- a/recipes-devtools/binutils/binutils_%.bbappend +++ b/recipes-devtools/binutils/binutils_%.bbappend @@ -15,3 +15,10 @@ INSANE_SKIP:nativesdk-binutils = "debug-files" # nativesdk-binutils's libctf doesn't compile. disable it PACKAGECONFIG[libctf] = "--enable-libctf=yes,--enable-libctf=no" + +# perl tries to call readelf, which does not exist on darwin (it would need +# to call objdump instead but the detection logic does not work for some reason) +RDEPENDS:gprofng:class-nativesdk:remove = " nativesdk-perl-module-bignum \ + nativesdk-perl-module-bigint \ + nativesdk-perl-module-math-bigint \ +"