From 6058a18d02b23bc464d3678efdbbd9c37f9c411b Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Mon, 4 Nov 2013 10:45:15 +0800 Subject: libdnet: add recipe *dumb networking library *snort depends libdnet Signed-off-by: Chunrong Guo Signed-off-by: Joe MacDonald --- .../recipes-connectivity/libdnet/libdnet_1.12.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb new file mode 100644 index 000000000..b6462e6e7 --- /dev/null +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "dumb networking library" +HOMEPAGE = "http://code.google.com/p/libdnet/" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" + +SRC_URI = "http://libdnet.googlecode.com/files/libdnet-${PV}.tgz" + +SRC_URI[md5sum] = "9253ef6de1b5e28e9c9a62b882e44cc9" +SRC_URI[sha256sum] = "83b33039787cf99990e977cef7f18a5d5e7aaffc4505548a83d31bd3515eb026" + +inherit autotools + +acpaths = "-I ./config/" + -- cgit v1.2.3-54-g00ecf