summaryrefslogtreecommitdiff
path: root/meta/packages/kexec/kexec-tools-1.101/configurefix.patch
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-07-02 10:09:04 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-02 15:32:47 -0700
commit128a2f7f51900dbc31879497632513a8dff5b6e3 (patch)
tree506c259bdc7435b28a13798c4609d6f04093da57 /meta/packages/kexec/kexec-tools-1.101/configurefix.patch
parent15c9e54368104848d481509da4007752bbafb101 (diff)
downloadopenembedded-core-128a2f7f51900dbc31879497632513a8dff5b6e3.tar.gz
openembedded-core-128a2f7f51900dbc31879497632513a8dff5b6e3.tar.bz2
openembedded-core-128a2f7f51900dbc31879497632513a8dff5b6e3.tar.xz
openembedded-core-128a2f7f51900dbc31879497632513a8dff5b6e3.zip
kexec-tools: Upgraded to version 2.0.1
Removed kexec-arm-atags.patch kexec-tools-arm.patch and recentheader.patch since they are already contained in the latest package Also fix the metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/kexec/kexec-tools-1.101/configurefix.patch')
-rw-r--r--meta/packages/kexec/kexec-tools-1.101/configurefix.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/meta/packages/kexec/kexec-tools-1.101/configurefix.patch b/meta/packages/kexec/kexec-tools-1.101/configurefix.patch
deleted file mode 100644
index 60c55f08e..000000000
--- a/meta/packages/kexec/kexec-tools-1.101/configurefix.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-Index: kexec-tools-1.101/configure.ac
-===================================================================
---- kexec-tools-1.101.orig/configure.ac 2010-02-02 15:14:43.173906722 +0000
-+++ kexec-tools-1.101/configure.ac 2010-02-02 15:15:07.623910565 +0000
-@@ -100,23 +100,23 @@
- BUILD_CFLAGS='-O2 -Wall $(CPPFLAGS)'
-
- dnl ---Sanity checks
--if test "$CC" = "no"; then AC_MSG_ERROR([cc not found]) fi
--if test "$CPP" = "no"; then AC_MSG_ERROR([cpp not found]) fi
--if test "$LD" = "no"; then AC_MSG_ERROR([ld not found]) fi
--if test "$AS" = "no"; then AC_MSG_ERROR([as not found]) fi
--if test "$OBJCOPY" = "no"; then AC_MSG_ERROR([objcopy not found]) fi
--if test "$AR" = "no"; then AC_MSG_ERROR([ar not found]) fi
--
--if test "$MKDIR" = "no"; then AC_MSG_ERROR([ mkdir not found]) fi
--if test "$RM" = "no"; then AC_MSG_ERROR([ rm not found]) fi
--if test "$CP" = "no"; then AC_MSG_ERROR([ cp not found]) fi
--if test "$LN" = "no"; then AC_MSG_ERROR([ ln not found]) fi
--if test "$TAR" = "no"; then AC_MSG_ERROR([ tar not found]) fi
--if test "$RPM" = "no"; then AC_MSG_ERROR([ rpm not found]) fi
--if test "$SED" = "no"; then AC_MSG_ERROR([ sed not found]) fi
--if test "$FIND" = "no"; then AC_MSG_ERROR([ find not found]) fi
--if test "$XARGS" = "no"; then AC_MSG_ERROR([ xargs not found]) fi
--if test "$DIRNAME" = "no"; then AC_MSG_ERROR([ dirname not found]) fi
-+if test "$CC" = "no"; then AC_MSG_ERROR([cc not found]); fi
-+if test "$CPP" = "no"; then AC_MSG_ERROR([cpp not found]); fi
-+if test "$LD" = "no"; then AC_MSG_ERROR([ld not found]); fi
-+if test "$AS" = "no"; then AC_MSG_ERROR([as not found]); fi
-+if test "$OBJCOPY" = "no"; then AC_MSG_ERROR([objcopy not found]); fi
-+if test "$AR" = "no"; then AC_MSG_ERROR([ar not found]); fi
-+
-+if test "$MKDIR" = "no"; then AC_MSG_ERROR([ mkdir not found]); fi
-+if test "$RM" = "no"; then AC_MSG_ERROR([ rm not found]); fi
-+if test "$CP" = "no"; then AC_MSG_ERROR([ cp not found]); fi
-+if test "$LN" = "no"; then AC_MSG_ERROR([ ln not found]); fi
-+if test "$TAR" = "no"; then AC_MSG_ERROR([ tar not found]); fi
-+if test "$RPM" = "no"; then AC_MSG_ERROR([ rpm not found]); fi
-+if test "$SED" = "no"; then AC_MSG_ERROR([ sed not found]); fi
-+if test "$FIND" = "no"; then AC_MSG_ERROR([ find not found]); fi
-+if test "$XARGS" = "no"; then AC_MSG_ERROR([ xargs not found]); fi
-+if test "$DIRNAME" = "no"; then AC_MSG_ERROR([ dirname not found]); fi
-
- dnl ---Output variables...
-