diff options
author | Rafaël Carré <funman@videolan.org> | 2015-12-18 12:45:10 +0100 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-01-04 17:27:32 -0500 |
commit | 8d1ce255bc272b2f7e5c3332286e4a58d72026e5 (patch) | |
tree | d916169e6ff51e5374b529e35ac02b71324c7e6a /meta-networking/recipes-protocols | |
parent | 9f2e7df9a772caba8b4344fef7ab66f1b2099036 (diff) | |
download | meta-openembedded-8d1ce255bc272b2f7e5c3332286e4a58d72026e5.tar.gz |
net-snmp: apply patch for cross-compilation
7fb5479 added the patch but did not apply it
Rename patch to explicit it differentiate it from other patches
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp/0001-config_os_libs2-Error-Fix.patch (renamed from meta-networking/recipes-protocols/net-snmp/net-snmp/0002-config_os_headers-Error-Fix.patch) | 2 | ||||
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp/0002-config_os_headers-Error-Fix.patch b/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-config_os_libs2-Error-Fix.patch index a90ce1f62..5866a95ed 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp/0002-config_os_headers-Error-Fix.patch +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-config_os_libs2-Error-Fix.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From e24fcd140f3f6dd18fd836b197c6d4bb773e50e7 Mon Sep 17 00:00:00 2001 | 1 | From e24fcd140f3f6dd18fd836b197c6d4bb773e50e7 Mon Sep 17 00:00:00 2001 |
2 | From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <funman@videolan.org> | 2 | From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <funman@videolan.org> |
3 | Date: Wed, 4 Nov 2015 16:49:30 +0100 | 3 | Date: Wed, 4 Nov 2015 16:49:30 +0100 |
4 | Subject: [PATCH] config_os_headers: Error Fix | 4 | Subject: [PATCH] config_os_libs2: Error Fix |
5 | 5 | ||
6 | ERROR: This autoconf log indicates errors, it looked at host include | 6 | ERROR: This autoconf log indicates errors, it looked at host include |
7 | and/or library paths while determining system capabilities. | 7 | and/or library paths while determining system capabilities. |
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb index d6c7bbbc8..62186d4d0 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.zip \ | |||
20 | file://run-ptest \ | 20 | file://run-ptest \ |
21 | file://dont-return-incompletely-parsed-varbinds.patch \ | 21 | file://dont-return-incompletely-parsed-varbinds.patch \ |
22 | file://0001-config_os_headers-Error-Fix.patch \ | 22 | file://0001-config_os_headers-Error-Fix.patch \ |
23 | file://0002-config_os_headers-Error-Fix.patch \ | 23 | file://0001-config_os_libs2-Error-Fix.patch \ |
24 | file://0001-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch \ | 24 | file://0001-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch \ |
25 | " | 25 | " |
26 | SRC_URI[md5sum] = "9f682bd70c717efdd9f15b686d07baee" | 26 | SRC_URI[md5sum] = "9f682bd70c717efdd9f15b686d07baee" |