diff options
author | Changqing Li <changqing.li@windriver.com> | 2021-09-10 09:59:04 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-09 20:25:10 -0700 |
commit | 12dba784f65b50cdbfec6618967b9bdaa37e0e78 (patch) | |
tree | 4c011ced034a8260cad6af084ffc87371d02daba /meta-networking/recipes-support/ntopng/files/0001-configure.seed-not-check-clang-on-host.patch | |
parent | 8359cf87458d185011831a8132b8af17bcbc9605 (diff) | |
download | meta-openembedded-12dba784f65b50cdbfec6618967b9bdaa37e0e78.tar.gz |
ntopng: upgrade 4.2 -> 5.0
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/ntopng/files/0001-configure.seed-not-check-clang-on-host.patch')
-rw-r--r-- | meta-networking/recipes-support/ntopng/files/0001-configure.seed-not-check-clang-on-host.patch | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/meta-networking/recipes-support/ntopng/files/0001-configure.seed-not-check-clang-on-host.patch b/meta-networking/recipes-support/ntopng/files/0001-configure.seed-not-check-clang-on-host.patch index 95d1f99481..80761abd53 100644 --- a/meta-networking/recipes-support/ntopng/files/0001-configure.seed-not-check-clang-on-host.patch +++ b/meta-networking/recipes-support/ntopng/files/0001-configure.seed-not-check-clang-on-host.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From eead0c589b71d4256bf9f16492164786b0ee07e4 Mon Sep 17 00:00:00 2001 | 1 | From 5867be19e53a3cc09730b83282c83bdd26147cc3 Mon Sep 17 00:00:00 2001 |
2 | From: Mingli Yu <mingli.yu@windriver.com> | 2 | From: Mingli Yu <mingli.yu@windriver.com> |
3 | Date: Mon, 9 Nov 2020 04:05:25 +0000 | 3 | Date: Mon, 9 Nov 2020 04:05:25 +0000 |
4 | Subject: [PATCH] configure.seed: not check clang on host | 4 | Subject: [PATCH] configure.seed: not check clang on host |
@@ -9,14 +9,14 @@ Upstream-Status: Inappropriate [OE specific] | |||
9 | 9 | ||
10 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | 10 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> |
11 | --- | 11 | --- |
12 | configure.seed | 19 ------------------- | 12 | configure.seed | 16 ---------------- |
13 | 1 file changed, 19 deletions(-) | 13 | 1 file changed, 16 deletions(-) |
14 | 14 | ||
15 | diff --git a/configure.seed b/configure.seed | 15 | diff --git a/configure.seed b/configure.seed |
16 | index d0335b599..cb97adca2 100644 | 16 | index 55bd49678..94bc0bc48 100644 |
17 | --- a/configure.seed | 17 | --- a/configure.seed |
18 | +++ b/configure.seed | 18 | +++ b/configure.seed |
19 | @@ -509,25 +509,6 @@ if test $SYSTEM = "Darwin"; then | 19 | @@ -90,22 +90,6 @@ if test $SYSTEM = "FreeBSD" || test $SYSTEM = "Darwin"; then |
20 | CFLAGS="-fno-color-diagnostics $CFLAGS" | 20 | CFLAGS="-fno-color-diagnostics $CFLAGS" |
21 | fi | 21 | fi |
22 | fi | 22 | fi |
@@ -27,21 +27,18 @@ index d0335b599..cb97adca2 100644 | |||
27 | - CXX=clang++ | 27 | - CXX=clang++ |
28 | - AC_MSG_RESULT(Using clang++ compiler) | 28 | - AC_MSG_RESULT(Using clang++ compiler) |
29 | - fi | 29 | - fi |
30 | - | 30 | - |
31 | - if [ test -f /etc/redhat-release ]; then | 31 | - if [ test -f /etc/redhat-release ]; then |
32 | - if [ test -f /usr/bin/lsb_release ]; then | 32 | - OS=`cat /etc/redhat-release` |
33 | - dnl> CentOS 7 | ||
34 | - CENTOS_N2N_DEP=", n2n" | ||
35 | - fi | ||
36 | - else | 33 | - else |
37 | - if [ test -f /usr/bin/lsb_release ]; then | 34 | - if [ test -f /usr/bin/lsb_release ]; then |
38 | - OS=`/usr/bin/lsb_release -d|cut -d ':' -f 2` | 35 | - OS=`/usr/bin/lsb_release -d|cut -d ':' -f 2` |
39 | - fi | 36 | - fi |
40 | - fi | 37 | - fi |
41 | - fi | 38 | - fi |
42 | fi | 39 | fi |
43 | 40 | ||
44 | dnl> Remove spaces | 41 | dnl> Remove spaces |
45 | -- | 42 | -- |
46 | 2.26.2 | 43 | 2.17.1 |
47 | 44 | ||