diff options
| -rw-r--r-- | meta-oe/recipes-extended/icewm/icewm/0001-configure.ac-skip-running-test-program-when-cross-co.patch | 14 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/icewm/icewm_3.6.0.bb (renamed from meta-oe/recipes-extended/icewm/icewm_3.4.5.bb) | 2 |
2 files changed, 9 insertions, 7 deletions
diff --git a/meta-oe/recipes-extended/icewm/icewm/0001-configure.ac-skip-running-test-program-when-cross-co.patch b/meta-oe/recipes-extended/icewm/icewm/0001-configure.ac-skip-running-test-program-when-cross-co.patch index c5e210afcd..994f252a15 100644 --- a/meta-oe/recipes-extended/icewm/icewm/0001-configure.ac-skip-running-test-program-when-cross-co.patch +++ b/meta-oe/recipes-extended/icewm/icewm/0001-configure.ac-skip-running-test-program-when-cross-co.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From c2a67c1f62175ab061bc03d10dd766f968c6a097 Mon Sep 17 00:00:00 2001 | 1 | From 06207b1340963e77f2e5d08ebf9727180ad86a36 Mon Sep 17 00:00:00 2001 |
| 2 | From: Naveen Saini <naveen.kumar.saini@intel.com> | 2 | From: Naveen Saini <naveen.kumar.saini@intel.com> |
| 3 | Date: Fri, 2 Aug 2019 10:41:26 +0800 | 3 | Date: Fri, 2 Aug 2019 10:41:26 +0800 |
| 4 | Subject: [PATCH] configure.ac: skip running test program when cross-compiling | 4 | Subject: [PATCH] configure.ac: skip running test program when cross-compiling |
| @@ -7,12 +7,14 @@ Upstream-Status: Inappropriate [OE-Specific] | |||
| 7 | 7 | ||
| 8 | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> | 8 | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> |
| 9 | --- | 9 | --- |
| 10 | configure.ac | 4 ++-- | 10 | configure.ac | 19 ++----------------- |
| 11 | 1 file changed, 2 insertions(+), 2 deletions(-) | 11 | 1 file changed, 2 insertions(+), 17 deletions(-) |
| 12 | 12 | ||
| 13 | diff --git a/configure.ac b/configure.ac | ||
| 14 | index c4a9b02..3f5a792 100644 | ||
| 13 | --- a/configure.ac | 15 | --- a/configure.ac |
| 14 | +++ b/configure.ac | 16 | +++ b/configure.ac |
| 15 | @@ -160,7 +160,7 @@ AC_CHECK_FUNCS([backtrace_symbols_fd mem | 17 | @@ -151,7 +151,7 @@ AC_CHECK_FUNCS([backtrace_symbols_fd memrchr sysctl sysctlbyname]) |
| 16 | AC_FUNC_SELECT_ARGTYPES | 18 | AC_FUNC_SELECT_ARGTYPES |
| 17 | 19 | ||
| 18 | AC_MSG_CHECKING([for strlcpy]) | 20 | AC_MSG_CHECKING([for strlcpy]) |
| @@ -21,7 +23,7 @@ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> | |||
| 21 | char a[2]; | 23 | char a[2]; |
| 22 | if (strlcpy(a, "yes", 2) != 3) | 24 | if (strlcpy(a, "yes", 2) != 3) |
| 23 | return 1;]])], | 25 | return 1;]])], |
| 24 | @@ -176,7 +176,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[#includ | 26 | @@ -167,7 +167,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <string.h>]],[[ |
| 25 | ]) | 27 | ]) |
| 26 | 28 | ||
| 27 | AC_MSG_CHECKING([for strlcat]) | 29 | AC_MSG_CHECKING([for strlcat]) |
| @@ -30,7 +32,7 @@ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> | |||
| 30 | char a[4] = "no"; | 32 | char a[4] = "no"; |
| 31 | if (strlcat(a, "yes", 4) != 5) | 33 | if (strlcat(a, "yes", 4) != 5) |
| 32 | return 1;]])], | 34 | return 1;]])], |
| 33 | @@ -191,21 +191,6 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[#includ | 35 | @@ -182,21 +182,6 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <string.h>]],[[ |
| 34 | [Define to 1 if you have the strlcat function.]) | 36 | [Define to 1 if you have the strlcat function.]) |
| 35 | ]) | 37 | ]) |
| 36 | 38 | ||
diff --git a/meta-oe/recipes-extended/icewm/icewm_3.4.5.bb b/meta-oe/recipes-extended/icewm/icewm_3.6.0.bb index 8948da77bf..c6202905d0 100644 --- a/meta-oe/recipes-extended/icewm/icewm_3.4.5.bb +++ b/meta-oe/recipes-extended/icewm/icewm_3.6.0.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b" | |||
| 5 | SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \ | 5 | SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \ |
| 6 | file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \ | 6 | file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \ |
| 7 | " | 7 | " |
| 8 | SRC_URI[sha256sum] = "8d1afe9a2d5e28e88261b68906337449307e53f06c08218e1a6409083998a5f1" | 8 | SRC_URI[sha256sum] = "979fafd3a3371f73cbafe592e2be052475637ac4bb4385bb132331fd6924bc76" |
| 9 | 9 | ||
| 10 | UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" | 10 | UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" |
| 11 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 11 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
