* [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8
@ 2014-09-17 2:38 YangHaibo
2014-09-17 3:21 ` B40869
2014-09-17 23:12 ` Khem Raj
0 siblings, 2 replies; 4+ messages in thread
From: YangHaibo @ 2014-09-17 2:38 UTC (permalink / raw)
To: openembedded-devel; +Cc: YangHaibo
Signed-off-by: YangHaibo <b40869@freescale.com>
---
meta-networking/recipes-support/pimd/pimd_2.1.8.bb | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 meta-networking/recipes-support/pimd/pimd_2.1.8.bb
diff --git a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb
new file mode 100644
index 0000000..0cb7979
--- /dev/null
+++ b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb
@@ -0,0 +1,10 @@
+SUMMARY = "pimd is a lightweight stand-alone PIM-SM v2 multicast routing daemon."
+HOMEPAGE = "http://troglobit.com/pimd.html"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=94f108f91fab720d62425770b70dd790"
+
+SRC_URI = "ftp://troglobit.com/pimd/${BP}.tar.bz2"
+SRC_URI[md5sum] = "a12448bc7c9bfcebf51a13ebf1ffa962"
+SRC_URI[sha256] = "3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009"
+
+CFLAGS_prepend = "-I ${S}/include "
--
1.9.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8
2014-09-17 2:38 [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8 YangHaibo
@ 2014-09-17 3:21 ` B40869
2014-09-17 23:12 ` Khem Raj
1 sibling, 0 replies; 4+ messages in thread
From: B40869 @ 2014-09-17 3:21 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
There is a typo error, will resubmit it
________________________________________
From: YangHaibo <b40869@freescale.com>
Sent: Wednesday, September 17, 2014 10:38 AM
To: openembedded-devel@lists.openembedded.org
Cc: Yang Haibo-B40869
Subject: [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8
Signed-off-by: YangHaibo <b40869@freescale.com>
---
meta-networking/recipes-support/pimd/pimd_2.1.8.bb | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 meta-networking/recipes-support/pimd/pimd_2.1.8.bb
diff --git a/meta-networking/recipes-support/pimd/pimd_2.1.8.bb b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb
new file mode 100644
index 0000000..0cb7979
--- /dev/null
+++ b/meta-networking/recipes-support/pimd/pimd_2.1.8.bb
@@ -0,0 +1,10 @@
+SUMMARY = "pimd is a lightweight stand-alone PIM-SM v2 multicast routing daemon."
+HOMEPAGE = "http://troglobit.com/pimd.html"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=94f108f91fab720d62425770b70dd790"
+
+SRC_URI = "ftp://troglobit.com/pimd/${BP}.tar.bz2"
+SRC_URI[md5sum] = "a12448bc7c9bfcebf51a13ebf1ffa962"
+SRC_URI[sha256] = "3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009"
+
+CFLAGS_prepend = "-I ${S}/include "
--
1.9.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8
2014-09-17 2:38 [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8 YangHaibo
2014-09-17 3:21 ` B40869
@ 2014-09-17 23:12 ` Khem Raj
2014-09-18 8:36 ` B40869
1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2014-09-17 23:12 UTC (permalink / raw)
To: openembeded-devel; +Cc: YangHaibo
On Tue, Sep 16, 2014 at 7:38 PM, YangHaibo <b40869@freescale.com> wrote:
> +CFLAGS_prepend = "-I ${S}/include "
can you explain this change ?
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8
2014-09-17 23:12 ` Khem Raj
@ 2014-09-18 8:36 ` B40869
0 siblings, 0 replies; 4+ messages in thread
From: B40869 @ 2014-09-18 8:36 UTC (permalink / raw)
To: Khem Raj, openembeded-devel
Hello,
I add it to fix a build error:
...
| pimd.h:36:25: fatal error: netinet/pim.h: No such file or directory
| #include <netinet/pim.h>
...
netinet/pim.h is under ${S}/include,
and in ${S}/include/README, it said "This directory contains missing system headers".
BR,
YangHaibo
________________________________________
From: Khem Raj <raj.khem@gmail.com>
Sent: Thursday, September 18, 2014 7:12 AM
To: openembeded-devel
Cc: Yang Haibo-B40869
Subject: Re: [oe] [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8
On Tue, Sep 16, 2014 at 7:38 PM, YangHaibo <b40869@freescale.com> wrote:
> +CFLAGS_prepend = "-I ${S}/include "
can you explain this change ?
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-18 8:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17 2:38 [meta-networking][PATCH V2] pimd: add recipe for pimd-2.1.8 YangHaibo
2014-09-17 3:21 ` B40869
2014-09-17 23:12 ` Khem Raj
2014-09-18 8:36 ` B40869
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.