Message ID | a1317e52260eed9961291d461e48a4915ffc36bc.1731530398.git.steve@sakoman.com |
---|---|
State | RFC |
Delegated to: | Steve Sakoman |
Headers | show |
Series | [scarthgap,1/9] dropbear: backport patch for CVE-2023-48795 | expand |
diff --git a/meta/recipes-devtools/binutils/binutils_2.42.bb b/meta/recipes-devtools/binutils/binutils_2.42.bb index 2cce40f1ef..8594db9bfb 100644 --- a/meta/recipes-devtools/binutils/binutils_2.42.bb +++ b/meta/recipes-devtools/binutils/binutils_2.42.bb @@ -72,5 +72,9 @@ SRC_URI:append:class-nativesdk = " file://0003-binutils-nativesdk-Search-for-al USE_ALTERNATIVES_FOR:class-nativesdk = "" FILES:${PN}:append:class-nativesdk = " ${bindir}" +RDEPENDS:gprofng:class-nativesdk = " nativesdk-perl-module-bignum \ + nativesdk-perl-module-bigint \ + nativesdk-perl-module-math-bigint \ +" BBCLASSEXTEND = "native nativesdk"