mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
d691725280
- Now built with meson - Update the source git repository and home page https://github.com/nmav/ipcalc redirects to https://gitlab.com/ipcalc/ipcalc - USE_GEOIP = "no" not necessary in the recipe, already set by default in the code. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
406 B
BlitzBasic
15 lines
406 B
BlitzBasic
SUMMARY = "Tool to assist in network address calculations for IPv4 and IPv6."
|
|
HOMEPAGE = "https://gitlab.com/ipcalc/ipcalc"
|
|
|
|
SECTION = "net"
|
|
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "git://gitlab.com/ipcalc/ipcalc.git;protocol=https;branch=master"
|
|
SRCREV = "4c4261a47f355946ee74013d4f5d0494487cc2d6"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson
|