From 235da72042aa0c7fb1663cf138243c32c83c9ad9 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 26 Sep 2010 13:04:36 +0200 Subject: parted : moved unused files to obsolete dir Signed-off-by: Frans Meulenbroeks --- .../obsolete/parted/files/cross-gross-hack.patch | 33 ++++++++++++++++++++++ recipes/parted/files/cross-gross-hack.patch | 33 ---------------------- 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 recipes/obsolete/parted/files/cross-gross-hack.patch delete mode 100644 recipes/parted/files/cross-gross-hack.patch diff --git a/recipes/obsolete/parted/files/cross-gross-hack.patch b/recipes/obsolete/parted/files/cross-gross-hack.patch new file mode 100644 index 0000000000..8d2db63661 --- /dev/null +++ b/recipes/obsolete/parted/files/cross-gross-hack.patch @@ -0,0 +1,33 @@ +diff -ur parted-1.8.7.org/configure parted-1.8.7/configure +--- parted-1.8.7.org/configure 2007-05-10 00:01:27.000000000 +0300 ++++ parted-1.8.7/configure 2007-07-10 15:46:42.000000000 +0300 +@@ -12556,7 +12556,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + if test "$cross_compiling" = yes; then +- ac_cv_func_malloc_0_nonnull=no ++ ac_cv_func_malloc_0_nonnull=yes + else + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ +diff -ur parted-1.8.7.org/configure parted-1.8.7/configure +--- parted-1.8.7.org/configure 2007-07-10 15:48:07.000000000 +0300 ++++ parted-1.8.7/configure 2007-07-10 15:57:26.000000000 +0300 +@@ -12889,7 +12889,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + if test "$cross_compiling" = yes; then +- ac_cv_func_memcmp_working=no ++ ac_cv_func_memcmp_working=yes + else + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ +@@ -13574,7 +13574,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + if test "$cross_compiling" = yes; then +- ac_cv_func_realloc_0_nonnull=no ++ ac_cv_func_realloc_0_nonnull=yes + else + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ diff --git a/recipes/parted/files/cross-gross-hack.patch b/recipes/parted/files/cross-gross-hack.patch deleted file mode 100644 index 8d2db63661..0000000000 --- a/recipes/parted/files/cross-gross-hack.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -ur parted-1.8.7.org/configure parted-1.8.7/configure ---- parted-1.8.7.org/configure 2007-05-10 00:01:27.000000000 +0300 -+++ parted-1.8.7/configure 2007-07-10 15:46:42.000000000 +0300 -@@ -12556,7 +12556,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - if test "$cross_compiling" = yes; then -- ac_cv_func_malloc_0_nonnull=no -+ ac_cv_func_malloc_0_nonnull=yes - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -diff -ur parted-1.8.7.org/configure parted-1.8.7/configure ---- parted-1.8.7.org/configure 2007-07-10 15:48:07.000000000 +0300 -+++ parted-1.8.7/configure 2007-07-10 15:57:26.000000000 +0300 -@@ -12889,7 +12889,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - if test "$cross_compiling" = yes; then -- ac_cv_func_memcmp_working=no -+ ac_cv_func_memcmp_working=yes - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -13574,7 +13574,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - if test "$cross_compiling" = yes; then -- ac_cv_func_realloc_0_nonnull=no -+ ac_cv_func_realloc_0_nonnull=yes - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -- cgit 1.2.3-korg