aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexec
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-11-21 15:43:48 +0100
committerAndrea Adami <andrea.adami@gmail.com>2009-11-21 15:49:30 +0100
commit7982e2d27105d64623265401537cfd7670ecd3c6 (patch)
tree386f2814dbea8aa4850cfc5a375357d1feff08f4 /recipes/kexec
parentd7ac114b4dab19c1190451f9869a9787af8b8640 (diff)
downloadopenembedded-7982e2d27105d64623265401537cfd7670ecd3c6.tar.gz
kexec-tools-klibc-static_1.101.bb: inject 'static' in CFLAGS string
Diffstat (limited to 'recipes/kexec')
-rw-r--r--recipes/kexec/kexec-tools-klibc-static_1.101.bb6
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 4ad59ce257..5d131d839e 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"