From: Clément Péron Date: Tue, 6 Feb 2024 16:02:08 +0000 (+0100) Subject: libpcap: extend with nativesdk X-Git-Tag: uninative-4.4~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c085ddaa1d4a508470f9a9b37352d62a4587bc7f;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libpcap: extend with nativesdk libpcap is requirements to other recipes that could be integrated in a SDK. Add nativesdk to BBCLASSEXTEND. Signed-off-by: Clément Péron Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb b/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb index 27b167c21f3..166654e2808 100644 --- a/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb +++ b/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb @@ -40,4 +40,4 @@ do_configure:prepend () { sed 's|\([ "^'\''I]\+\)/usr/include/|\1${STAGING_INCDIR}/|g' -i ${S}/configure.ac } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"