diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-05-21 22:23:36 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-21 17:52:23 -0700 |
commit | 33d578bda52b1b15026aa8d4416770a52d0fc057 (patch) | |
tree | a0fd6c3de0a3b48cb15dce515009daeee7094540 /meta-networking/recipes-support | |
parent | b296db56575c2b19d63067aea9f01e606e3a02e0 (diff) | |
download | meta-openembedded-33d578bda52b1b15026aa8d4416770a52d0fc057.tar.gz |
ipcalc: update to 2.2.3
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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/0001-Makefile-pass-extra-linker-flags.patch | 10 | ||||
-rw-r--r-- | meta-networking/recipes-support/ipcalc/ipcalc_0.2.3.bb (renamed from meta-networking/recipes-support/ipcalc/ipcalc_0.2.2.bb) | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/ipcalc/ipcalc/0001-Makefile-pass-extra-linker-flags.patch b/meta-networking/recipes-support/ipcalc/ipcalc/0001-Makefile-pass-extra-linker-flags.patch index 38d306475..e95b6f993 100644 --- a/meta-networking/recipes-support/ipcalc/ipcalc/0001-Makefile-pass-extra-linker-flags.patch +++ b/meta-networking/recipes-support/ipcalc/ipcalc/0001-Makefile-pass-extra-linker-flags.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From fd80c0599083013a1b583feba5d7473f52b35938 Mon Sep 17 00:00:00 2001 | 1 | From 7fd0e0b88df692dfc67335f235a1bb74854a0498 Mon Sep 17 00:00:00 2001 |
2 | From: Mariia Movchan <mmovchan@cisco.com> | 2 | From: Mariia Movchan <mmovchan@cisco.com> |
3 | Date: Tue, 6 Mar 2018 16:03:39 +0200 | 3 | Date: Tue, 6 Mar 2018 16:03:39 +0200 |
4 | Subject: [PATCH] Makefile: pass extra linker flags | 4 | Subject: [PATCH] Makefile: pass extra linker flags |
@@ -9,16 +9,17 @@ ERROR: QA Issue: No GNU_HASH in the elf binary | |||
9 | Upstream-Status: Pending | 9 | Upstream-Status: Pending |
10 | 10 | ||
11 | Signed-off-by: Mariia Movchan <mmovchan@cisco.com> | 11 | Signed-off-by: Mariia Movchan <mmovchan@cisco.com> |
12 | |||
12 | --- | 13 | --- |
13 | Makefile | 2 +- | 14 | Makefile | 2 +- |
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
15 | 16 | ||
16 | diff --git a/Makefile b/Makefile | 17 | diff --git a/Makefile b/Makefile |
17 | index 8beff8f..047f02a 100644 | 18 | index 54569c1..798988f 100644 |
18 | --- a/Makefile | 19 | --- a/Makefile |
19 | +++ b/Makefile | 20 | +++ b/Makefile |
20 | @@ -8,7 +8,7 @@ LIBS?= | 21 | @@ -8,7 +8,7 @@ LIBS?= |
21 | VERSION=0.2.2 | 22 | VERSION=0.2.3 |
22 | CC?=gcc | 23 | CC?=gcc |
23 | CFLAGS?=-O2 -g -Wall | 24 | CFLAGS?=-O2 -g -Wall |
24 | -LDFLAGS=$(LIBS) | 25 | -LDFLAGS=$(LIBS) |
@@ -26,6 +27,3 @@ index 8beff8f..047f02a 100644 | |||
26 | 27 | ||
27 | ifeq ($(USE_GEOIP),yes) | 28 | ifeq ($(USE_GEOIP),yes) |
28 | ifeq ($(USE_DYN_GEOIP),yes) | 29 | ifeq ($(USE_DYN_GEOIP),yes) |
29 | -- | ||
30 | 2.15.1 | ||
31 | |||
diff --git a/meta-networking/recipes-support/ipcalc/ipcalc_0.2.2.bb b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.3.bb index b45642404..ad0ec2700 100644 --- a/meta-networking/recipes-support/ipcalc/ipcalc_0.2.2.bb +++ b/meta-networking/recipes-support/ipcalc/ipcalc_0.2.3.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "GPLv2" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | SRCREV = "8348808a7869ca8f25a5b5deeaa418c2f6d52758" | 10 | SRCREV = "c3ee70c878b9c5833a77a1f339f1ca4dc6f225c5" |
11 | SRC_URI = "\ | 11 | SRC_URI = "\ |
12 | git://github.com/nmav/ipcalc.git;protocol=https; \ | 12 | git://github.com/nmav/ipcalc.git;protocol=https; \ |
13 | file://0001-Makefile-pass-extra-linker-flags.patch \ | 13 | file://0001-Makefile-pass-extra-linker-flags.patch \ |