diff mbox series

libpcap: extend with nativesdk

Message ID 20240206160208.725799-1-peron.clem@gmail.com
State Accepted, archived
Commit 54baffd407b565cbb0cfa3e4a7053d7db7568e45
Headers show
Series libpcap: extend with nativesdk | expand

Commit Message

Clément Péron Feb. 6, 2024, 4:02 p.m. UTC
libpcap is requirements to other recipes that could be integrated in
a SDK.

Add nativesdk to BBCLASSEXTEND.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
---
 meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb b/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb
index 27b167c21f..166654e280 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"