diff options
| author | Chunrong Guo <B40290@freescale.com> | 2013-11-04 10:45:15 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe@deserted.net> | 2013-11-20 16:28:38 -0500 |
| commit | 6058a18d02b23bc464d3678efdbbd9c37f9c411b (patch) | |
| tree | 3443b3ef673e1677e00104ea3defcc7e54d65bff | |
| parent | 65beec527ac271a76470bee1fdcee8f1dcc54ec9 (diff) | |
| download | meta-openembedded-6058a18d02b23bc464d3678efdbbd9c37f9c411b.tar.gz | |
libdnet: add recipe
*dumb networking library
*snort depends libdnet
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
| -rw-r--r-- | meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 0000000000..b6462e6e73 --- /dev/null +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "dumb networking library" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/libdnet/" | ||
| 3 | LICENSE = "BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" | ||
| 5 | |||
| 6 | SRC_URI = "http://libdnet.googlecode.com/files/libdnet-${PV}.tgz" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "9253ef6de1b5e28e9c9a62b882e44cc9" | ||
| 9 | SRC_URI[sha256sum] = "83b33039787cf99990e977cef7f18a5d5e7aaffc4505548a83d31bd3515eb026" | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | acpaths = "-I ./config/" | ||
| 14 | |||
