Message ID | 20221027194748.3851487-1-bero@baylibre.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/1] cmake-native: Fix host tool contamination (Bug: 14951) | expand |
Hi Bero On 10/27/22 21:47, Bernhard Rosenkränzer via lists.openembedded.org wrote: > From: Bernhard Rosenkränzer <bero@baylibre.com> > > [v2 hopefully fixes the From: mangling by the ML, no functional changes] Yes it does. Thanks for the update! Michael.
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.24.0.bb b/meta/recipes-devtools/cmake/cmake-native_3.24.0.bb index 722a486f20..bcc87eb8f2 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.24.0.bb +++ b/meta/recipes-devtools/cmake/cmake-native_3.24.0.bb @@ -32,6 +32,7 @@ CMAKE_EXTRACONF = "\ -DCMAKE_USE_SYSTEM_LIBRARY_EXPAT=0 \ -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \ -DHAVE_SYS_ACL_H=0 \ + -DCURL_LIBRARIES=-lcurl \ " do_configure () {