summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-13 09:39:52 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-14 09:41:35 -0700
commita0b670cdacb1db3c0782985742cb7cb4cce045f5 (patch)
treee9dd2fab59441765031a4ba578cf4288e8182c62 /meta-networking/recipes-support
parentd36ee7a9b1e83e1598addcecc6d7de6db89fa46f (diff)
downloadmeta-openembedded-a0b670cdacb1db3c0782985742cb7cb4cce045f5.tar.gz
ipcalc: upgrade 1.0.2 -> 1.0.3
Changelog: =========== - When --no-decorate is given the default output will include no colors (#28) - Correctly split networks with /31 (#25) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb (renamed from meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb b/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb
index 1b7b68a7a..055c6e143 100644
--- a/meta-networking/recipes-support/ipcalc/ipcalc_1.0.2.bb
+++ b/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-only"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8 8
9SRC_URI = "git://gitlab.com/ipcalc/ipcalc.git;protocol=https;branch=master" 9SRC_URI = "git://gitlab.com/ipcalc/ipcalc.git;protocol=https;branch=master"
10SRCREV = "4c4261a47f355946ee74013d4f5d0494487cc2d6" 10SRCREV = "c341e55be386649c0a5347eefeae410753c4e753"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13