[oe] [meta-networking][PATCH 2/3] libdnet: add recipe

2013-10-16 Thread b40290
From: Chunrong Guo b40...@freescale.com

*dumb networking library
*snort depends libdnet

Signed-off-by: Chunrong Guo b40...@freescale.com
---
 .../recipes-connectivity/libdnet/libdnet_1.12.bb   |   14 ++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb

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 000..40b5758
--- /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] = 
83b33039787cf0e977cef7f18a5d5e7aaffc4505548a83d31bd3515eb026
+
+inherit autotools 
+
+acpaths = -I ./config/
+
-- 
1.7.5.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-networking][PATCH 2/3] libdnet: add recipe

2013-09-23 Thread b40290
From: Chunrong Guo b40...@freescale.com

 *dumb networking library
 *snort depends libdnet

Signed-off-by: Chunrong Guo b40...@freescale.com
---
 .../recipes-connectivity/libdnet/libdnet_1.12.bb   |   16 
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb

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 000..88b893b
--- /dev/null
+++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb
@@ -0,0 +1,16 @@
+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] = 
83b33039787cf0e977cef7f18a5d5e7aaffc4505548a83d31bd3515eb026
+
+inherit autotools 
+
+
+do_configure_prepend() {
+   cp ${S}/config/acinclude.m4 ${S}/
+}
-- 
1.7.5.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH 2/3] libdnet: add recipe

2013-09-23 Thread Khem Raj
On Monday, September 23, 2013,  b40...@freescale.com wrote:
 From: Chunrong Guo b40...@freescale.com

  *dumb networking library
  *snort depends libdnet

 Signed-off-by: Chunrong Guo b40...@freescale.com
 ---
  .../recipes-connectivity/libdnet/libdnet_1.12.bb   |   16

  1 files changed, 16 insertions(+), 0 deletions(-)
  create mode 100644 meta-networking/recipes-connectivity/libdnet/
libdnet_1.12.bb

 diff --git 
 a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bbb/meta-networking/recipes-connectivity/libdnet/
libdnet_1.12.bb
 new file mode 100644
 index 000..88b893b
 --- /dev/null
 +++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb
 @@ -0,0 +1,16 @@
 +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] =
83b33039787cf0e977cef7f18a5d5e7aaffc4505548a83d31bd3515eb026
 +
 +inherit autotools
 +
 +
 +do_configure_prepend() {
 +   cp ${S}/config/acinclude.m4 ${S}/
 +}

adding this path to search paths of m4 will avoid this copying

 --
 1.7.5.4


 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-devel

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel