[oe-commits] Andrea Adami : kexec-tools-klibc-static_1.101.bb: inject 'static' in CFLAGS string

git version control git at git.openembedded.org
Sat Nov 21 15:16:38 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 7982e2d27105d64623265401537cfd7670ecd3c6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7982e2d27105d64623265401537cfd7670ecd3c6

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Nov 21 15:43:48 2009 +0100

kexec-tools-klibc-static_1.101.bb: inject 'static' in CFLAGS string

---

 recipes/kexec/kexec-tools-klibc-static_1.101.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/kexec/kexec-tools-klibc-static_1.101.bb b/recipes/kexec/kexec-tools-klibc-static_1.101.bb
index 4ad59ce..5d131d8 100644
--- a/recipes/kexec/kexec-tools-klibc-static_1.101.bb
+++ b/recipes/kexec/kexec-tools-klibc-static_1.101.bb
@@ -1,10 +1,12 @@
 # the binaries are statical linked against klibc
 require kexec-tools.inc
 
-PR = "r5"
+PR = "r6"
 DEPENDS = "klibc"
 
-SRC_URI += "file://kexec-klibc.patch;patch=1"
+SRC_URI += "file://kexec-static.patch;patch=1 \
+	    file://kexec-klibc.patch;patch=1 \
+	    "
 S = "${WORKDIR}/kexec-tools-${PV}"
 
 EXTRA_OECONF = " --without-zlib"





More information about the Openembedded-commits mailing list