* [meta-networking] [PATCH] ipcalc: add initial recipe for version 0.2.0
@ 2018-01-17 16:30 Mariia Movchan -X (mmovchan - GLOBALLOGIC INC@Cisco)
2018-01-22 16:06 ` akuster808
2018-01-23 16:01 ` Khem Raj
0 siblings, 2 replies; 3+ messages in thread
From: Mariia Movchan -X (mmovchan - GLOBALLOGIC INC@Cisco) @ 2018-01-17 16:30 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Signed-off-by: Mariia Movchan <mmovchan@cisco.com>
---
.../recipes-support/ipcalc/ipcalc_0.2.0.bb | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
new file mode 100644
index 0000000..bb283c8
--- /dev/null
+++ b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Tool to assist in network address calculations for IPv4 and IPv6."
+HOMEPAGE = "https://github.com/nmav/ipcalc"
+
+SECTION = "net"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+
+SRC_URI = "https://github.com/nmav/ipcalc/archive/${PV}.tar.gz;downloadfilename=ipcalc-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "edbfc4cb64632e0c4f87cf81c7d8302d"
+SRC_URI[sha256sum] = "c965c1296172a6acc50d54dfe81f7e5d589f9762b5d9ae459eee00349675336b"
+
+export USE_GEOIP = "no"
+
+do_install() {
+ install -d ${D}/${bindir}
+ install -m 0755 ${S}/ipcalc ${D}/${bindir}
+}
--
2.10.3.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-networking] [PATCH] ipcalc: add initial recipe for version 0.2.0
2018-01-17 16:30 [meta-networking] [PATCH] ipcalc: add initial recipe for version 0.2.0 Mariia Movchan -X (mmovchan - GLOBALLOGIC INC@Cisco)
@ 2018-01-22 16:06 ` akuster808
2018-01-23 16:01 ` Khem Raj
1 sibling, 0 replies; 3+ messages in thread
From: akuster808 @ 2018-01-22 16:06 UTC (permalink / raw)
To: Mariia Movchan -X (mmovchan - GLOBALLOGIC INC@Cisco),
openembedded-devel@lists.openembedded.org
On 01/17/2018 08:30 AM, Mariia Movchan -X (mmovchan - GLOBALLOGIC INC at
Cisco) wrote:
> Signed-off-by: Mariia Movchan <mmovchan@cisco.com>
> ---
> .../recipes-support/ipcalc/ipcalc_0.2.0.bb | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
Failed to build successfully. please see
http://errors.yoctoproject.org/Errors/Details/164986/
> create mode 100644 meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
>
> diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
> new file mode 100644
> index 0000000..bb283c8
> --- /dev/null
> +++ b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
> @@ -0,0 +1,19 @@
> +SUMMARY = "Tool to assist in network address calculations for IPv4 and IPv6."
> +HOMEPAGE = "https://github.com/nmav/ipcalc"
> +
> +SECTION = "net"
> +
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
> +
> +SRC_URI = "https://github.com/nmav/ipcalc/archive/${PV}.tar.gz;downloadfilename=ipcalc-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "edbfc4cb64632e0c4f87cf81c7d8302d"
> +SRC_URI[sha256sum] = "c965c1296172a6acc50d54dfe81f7e5d589f9762b5d9ae459eee00349675336b"
> +
> +export USE_GEOIP = "no"
> +
> +do_install() {
> + install -d ${D}/${bindir}
> + install -m 0755 ${S}/ipcalc ${D}/${bindir}
> +}
> --
> 2.10.3.dirty
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-networking] [PATCH] ipcalc: add initial recipe for version 0.2.0
2018-01-17 16:30 [meta-networking] [PATCH] ipcalc: add initial recipe for version 0.2.0 Mariia Movchan -X (mmovchan - GLOBALLOGIC INC@Cisco)
2018-01-22 16:06 ` akuster808
@ 2018-01-23 16:01 ` Khem Raj
1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2018-01-23 16:01 UTC (permalink / raw)
To: Mariia Movchan -X (mmovchan - GLOBALLOGIC INC@Cisco)
Cc: openembedded-devel@lists.openembedded.org
On Wed, Jan 17, 2018 at 10:30 AM, Mariia Movchan -X (mmovchan -
GLOBALLOGIC INC at Cisco) <mmovchan@cisco.com> wrote:
> Signed-off-by: Mariia Movchan <mmovchan@cisco.com>
> ---
> .../recipes-support/ipcalc/ipcalc_0.2.0.bb | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
> create mode 100644 meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
>
> diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
> new file mode 100644
> index 0000000..bb283c8
> --- /dev/null
> +++ b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.0.bb
> @@ -0,0 +1,19 @@
> +SUMMARY = "Tool to assist in network address calculations for IPv4 and IPv6."
> +HOMEPAGE = "https://github.com/nmav/ipcalc"
> +
> +SECTION = "net"
> +
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
> +
> +SRC_URI = "https://github.com/nmav/ipcalc/archive/${PV}.tar.gz;downloadfilename=ipcalc-${PV}.tar.gz"
> +
archives get rebuilt sometimes on github, perhaps we should be using a
git fetcher with locked down
SRCREV
> +SRC_URI[md5sum] = "edbfc4cb64632e0c4f87cf81c7d8302d"
> +SRC_URI[sha256sum] = "c965c1296172a6acc50d54dfe81f7e5d589f9762b5d9ae459eee00349675336b"
> +
> +export USE_GEOIP = "no"
> +
> +do_install() {
> + install -d ${D}/${bindir}
> + install -m 0755 ${S}/ipcalc ${D}/${bindir}
> +}
> --
> 2.10.3.dirty
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-23 16:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-17 16:30 [meta-networking] [PATCH] ipcalc: add initial recipe for version 0.2.0 Mariia Movchan -X (mmovchan - GLOBALLOGIC INC@Cisco)
2018-01-22 16:06 ` akuster808
2018-01-23 16:01 ` Khem Raj
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.