From c5e230aba966bac565cdc18729c7e368059828e2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 10 Apr 2018 16:30:38 +0100 Subject: beecrypt: remove This was only in oe-core for RPM5, but RPM4 doesn't use it. (From OE-Core rev: fb8ca4225f3e26bfc46cf6c06d55df72684c47c6) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../beecrypt/beecrypt/disable-icu-check.patch | 43 ---------------------- 1 file changed, 43 deletions(-) delete mode 100644 meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch (limited to 'meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch') diff --git a/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch b/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch deleted file mode 100644 index 91b1fa6ef5..0000000000 --- a/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch +++ /dev/null @@ -1,43 +0,0 @@ -We are unable to run code at configure time in a cross environemnt, but as we -control the build we can be fairly certain this dependency is met. - -Upstream-Status: Inappropriate [embedded specific] - -JL 05/07/10 -Index: beecrypt-4.2.1/configure.ac -=================================================================== ---- beecrypt-4.2.1.orig/configure.ac 2010-11-26 17:12:25.000000000 +0800 -+++ beecrypt-4.2.1/configure.ac 2010-11-26 17:12:30.000000000 +0800 -@@ -292,32 +292,6 @@ - # Predefines and checks for C++ API support - AH_TEMPLATE([CPPGLUE],[Define to 1 if you want to include the C++ code]) - --if test "$ac_with_cplusplus" = yes; then -- AC_MSG_CHECKING([for IBM's ICU library version >= 2.8]) -- AC_LANG_PUSH(C) -- AC_RUN_IFELSE([ -- AC_LANG_PROGRAM([[#include ]],[[ -- #if U_ICU_VERSION_MAJOR_NUM < 2 -- exit(1); -- #elif U_ICU_VERSION_MAJOR_NUM == 2 -- # if U_ICU_VERSION_MINOR_NUM < 8 -- exit(1); -- # else -- exit(0); -- # endif -- #else -- exit(0); -- #endif -- ]])],[ -- AC_MSG_RESULT([yes]) -- ],[ -- AC_MSG_RESULT([no]) -- AC_MSG_WARN([disabling cplusplus]) -- ac_with_cplusplus=no -- ]) -- AC_LANG_POP(C) --fi -- - AM_CONDITIONAL([WITH_CPLUSPLUS],[test "$ac_with_cplusplus" = yes]) - - if test "$ac_with_cplusplus" = yes ; then -- cgit v1.2.3-54-g00ecf