[oe] [meta-networking] [PATCH] ipcalc: add initial recipe for version 0.2.0

Khem Raj raj.khem at gmail.com
Tue Jan 23 16:01:49 UTC 2018


On Wed, Jan 17, 2018 at 10:30 AM, Mariia Movchan -X (mmovchan -
GLOBALLOGIC INC at Cisco) <mmovchan at cisco.com> wrote:
> Signed-off-by: Mariia Movchan <mmovchan at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list