[oe-commits] org.oe.angstrom-2007.12-stable applied changes from af267d79107d9258fec25067e3ac6765f2ba9cc6

pfalcon commit openembedded-commits at lists.openembedded.org
Mon Feb 18 17:55:20 UTC 2008


applied changes from af267d79107d9258fec25067e3ac6765f2ba9cc6
             through f5ac91666271607b6fb0d8186495c57e9a4c5b01

kexec-tools: add static version.  partly closes 3739. (PaulS, Koen)

Author: pfalcon at openembedded.org
Branch: org.openembedded.angstrom-2007.12-stable
Revision: b0da22c1ff2ae54b9fae6c6891a94bec888c1f10
ViewMTN: http://monotone.openembedded.org/revision/info/b0da22c1ff2ae54b9fae6c6891a94bec888c1f10
Files:
1
packages/kexec/kexec-tools-1.101
packages/kexec/files
packages/kexec/files/kexec-static.patch
packages/kexec/kexec-tools-static_1.101.bb
Diffs:

#
# mt diff -rdf7b01d24547b9b738b00200f1cd99d3a38d440d -rb0da22c1ff2ae54b9fae6c6891a94bec888c1f10
#
# 
# 
# rename "packages/kexec/kexec-tools-1.101"
#     to "packages/kexec/files"
# 
# add_file "packages/kexec/files/kexec-static.patch"
#  content [4eda35780856b9a12881114370e97b8126edf035]
# 
# add_file "packages/kexec/kexec-tools-static_1.101.bb"
#  content [674c9eaf4fafd6d5c38088e0bc02792ec9389d12]
# 
============================================================
--- packages/kexec/files/kexec-static.patch	4eda35780856b9a12881114370e97b8126edf035
+++ packages/kexec/files/kexec-static.patch	4eda35780856b9a12881114370e97b8126edf035
@@ -0,0 +1,12 @@
+diff -ur kexec-tools-1.101.bak/configure.ac kexec-tools-1.101/configure.ac
+--- kexec-tools-1.101.bak/configure.ac	2008-02-03 00:05:59.577094746 +0100
++++ kexec-tools-1.101/configure.ac	2008-02-03 00:06:35.579146386 +0100
+@@ -96,7 +96,7 @@
+ 
+ dnl ---Hard codes
+ 
+-CFLAGS='-Wall -g -fno-strict-aliasing $(CPPFLAGS)'
++CFLAGS='-Wall -g -static -fno-strict-aliasing $(CPPFLAGS)'
+ BUILD_CFLAGS='-O2 -Wall $(CPPFLAGS)'
+ 
+ dnl ---Sanity checks
============================================================
--- packages/kexec/kexec-tools-static_1.101.bb	674c9eaf4fafd6d5c38088e0bc02792ec9389d12
+++ packages/kexec/kexec-tools-static_1.101.bb	674c9eaf4fafd6d5c38088e0bc02792ec9389d12
@@ -0,0 +1,12 @@
+require kexec-tools.inc
+
+PR = "r0"
+
+SRC_URI += "file://kexec-static.patch;patch=1"
+S = "${WORKDIR}/kexec-tools-${PV}"
+
+PACKAGES =+ "kexec-static kdump-static"
+
+FILES_kexec-static = "${sbindir}/kexec"
+FILES_kdump-static = "${sbindir}/kdump"
+






More information about the Openembedded-commits mailing list