I'm going to revise it like this. Please see if it's OK: @@ -54,6 +54,7 @@ PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver,,,,ares" PACKAGECONFIG[verbose] = "--enable-verbose,--disable-verbose" PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_LIBDIR}/../,--without-zlib,zlib" +PACKAGECONFIG[libgsasl] = "--with-libgsasl,--without-libgsasl,libgsasl"
EXTRA_OECONF = " \ --disable-libcurl-option \ @@ -65,6 +66,7 @@ --enable-debug \ --enable-optimize \ --disable-curldebug \ + --without-libgsasl \ " do_install_append_class-target() { -- Best Regards --------------------------------------------------- Wang Mingyu Development Dept.I Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China TEL: +86+25-86630566-8568 COINS: 79988548 FAX: +86+25-83317685 MAIL: wan...@fujitsu.com http://www.fujitsu.com/cn/fnst/ > -----Original Message----- > From: Khem Raj <raj.k...@gmail.com> > Sent: Friday, April 9, 2021 9:53 AM > To: Wang, Mingyu/王 鸣瑜 <wan...@fujitsu.com> > Cc: Trevor Gamblin <trevor.gamb...@windriver.com>; > openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] curl: upgrade 7.75.0 -> 7.76.0 > > On Thu, Apr 8, 2021 at 5:58 PM wangmy <wan...@fujitsu.com> wrote: > > > > I found libgsasl in meta-tizen, but this repository is very old and has been > deleted from layers. > > > > > > > > Can I specify --without-libgsasl in curl to solve the problem? > > I think ideally you can add a packageconfig knob for it and keep it disabled > by > default. > > > > > > > > > -- > > > > Best Regards > > > > --------------------------------------------------- > > > > Wang Mingyu > > > > Development Dept.I > > > > Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu > > Road, Nanjing, 210012, China > > > > TEL: +86+25-86630566-8568 > > > > COINS: 79988548 > > > > FAX: +86+25-83317685 > > > > MAIL: wan...@fujitsu.com > > > > http://www.fujitsu.com/cn/fnst/ > > > > > > > > From: Trevor Gamblin <trevor.gamb...@windriver.com> > > Sent: Friday, April 9, 2021 3:50 AM > > To: Wang, Mingyu/王 鸣瑜 <wan...@fujitsu.com>; > > openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core] [PATCH] curl: upgrade 7.75.0 -> 7.76.0 > > > > > > > > > > > > On 2021-04-08 1:40 a.m., wangmy wrote: > > > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > > > > > Signed-off-by: Wang Mingyu <wan...@fujitsu.com> > > > > --- > > > > meta/recipes-support/curl/{curl_7.75.0.bb => curl_7.76.0.bb} | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > rename meta/recipes-support/curl/{curl_7.75.0.bb => curl_7.76.0.bb} > > (97%) > > > > > > > > diff --git a/meta/recipes-support/curl/curl_7.75.0.bb > > b/meta/recipes-support/curl/curl_7.76.0.bb > > > > similarity index 97% > > > > rename from meta/recipes-support/curl/curl_7.75.0.bb > > > > rename to meta/recipes-support/curl/curl_7.76.0.bb > > > > index 7666c7b608..68315d9f77 100644 > > > > --- a/meta/recipes-support/curl/curl_7.75.0.bb > > > > +++ b/meta/recipes-support/curl/curl_7.76.0.bb > > > > @@ -13,7 +13,7 @@ SRC_URI = > > "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \ > > > > file://0001-replace-krb5-config-with-pkg-config.patch \ > > > > " > > > > > > > > -SRC_URI[sha256sum] = > "50552d4501c178e4cc68baaecc487f466a3d6d19bbf4e50a01869effb316d026" > > > > +SRC_URI[sha256sum] = > "e29bfe3633701590d75b0071bbb649ee5ca4ca73f00649268bd389639531c49a > " > > > > This change fails on the curl-native do_configure step: > > > > | checking for time.h... (cached) yes > > | checking for sys/socket.h... (cached) yes checking for struct > > | timeval... yes checking run-time libs availability... failed > > | configure: error: one or more libs available at link-time are not > > | available run-time. Libs used at link-time: -lidn2 -lgsasl -lssl > > | -lcrypto -lssl -lcrypto -lz > > > > After a look at the recipe it appears that this may be a dependency on > > libgsasl. > Could you investigate this and send a v2 with the appropriate PACKAGECONFIG > added? You should also include release notes in the patch summary where > possible. > > > > - Trevor > > > > > > > > > > > > # Curl has used many names over the years... > > > > CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl > > libcurl:libcurl > daniel_stenberg:curl" > > > > -- > > > > 2.25.1 > > > > > > > > > > > > > > > > > > > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#150328): https://lists.openembedded.org/g/openembedded-core/message/150328 Mute This Topic: https://lists.openembedded.org/mt/81935521/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-