[oe-commits] Chunrong Guo : libdnet: add recipe

git at git.openembedded.org git at git.openembedded.org
Wed Nov 20 21:29:40 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 6058a18d02b23bc464d3678efdbbd9c37f9c411b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6058a18d02b23bc464d3678efdbbd9c37f9c411b

Author: Chunrong Guo <B40290 at freescale.com>
Date:   Mon Nov  4 10:45:15 2013 +0800

libdnet: add recipe

   *dumb networking library
   *snort depends libdnet

Signed-off-by: Chunrong Guo <B40290 at freescale.com>
Signed-off-by: Joe MacDonald <joe at deserted.net>

---

 .../recipes-connectivity/libdnet/libdnet_1.12.bb           | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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 0000000..b6462e6
--- /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/"
+



More information about the Openembedded-commits mailing list