]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libpcap: extend with nativesdk
authorClément Péron <peron.clem@gmail.com>
Tue, 6 Feb 2024 16:02:08 +0000 (17:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Feb 2024 13:54:12 +0000 (13:54 +0000)
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>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb

index 27b167c21f3ed552bf44bc84c5a31c596b4a2c2c..166654e28083a82a58cf1873382928481d80c401 100644 (file)
@@ -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"