Add PcapPlusPlus 23.09 recipe.

Signed-off-by: Clément Péron <[email protected]>
---
 .../pcapplusplus/pcapplusplus_23.09.bb        | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 
meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus_23.09.bb

diff --git a/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus_23.09.bb 
b/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus_23.09.bb
new file mode 100644
index 000000000..39c6942c8
--- /dev/null
+++ b/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus_23.09.bb
@@ -0,0 +1,21 @@
+SUMMARY = "A multiplatform C++ library for capturing, parsing and crafting of 
network packets"
+HOMEPAGE = "https://pcapplusplus.github.io/";
+BUGTRACKER = "https://github.com/seladb/PcapPlusPlus/issues";
+SECTION = "libs/network"
+LICENSE = "Unlicense"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
+
+DEPENDS = "libpcap"
+
+SRC_URI = 
"git://github.com/seladb/PcapPlusPlus.git;protocol=https;branch=master"
+SRCREV = "4cf8ed44f9dd145f874dc1dd747dfefcfcab75be"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[examples] = 
"-DPCAPPP_BUILD_EXAMPLES=ON,-DPCAPPP_BUILD_EXAMPLES=OFF"
+PACKAGECONFIG[shared] = "-DBUILD_SHARED_LIBS=ON,-DBUILD_SHARED_LIBS=OFF"
+PACKAGECONFIG[tests] = "-DPCAPPP_BUILD_TESTS=ON,-DPCAPPP_BUILD_TESTS=OFF"
+PACKAGECONFIG[zstd] = "-DLIGHT_PCAPNG_ZSTD=ON,-DLIGHT_PCAPNG_ZSTD=OFF,zstd"
-- 
2.39.3 (Apple Git-145)

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#105782): 
https://lists.openembedded.org/g/openembedded-devel/message/105782
Mute This Topic: https://lists.openembedded.org/mt/102228837/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to