diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-11-21 15:43:48 +0100 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-11-21 15:49:30 +0100 |
commit | 7982e2d27105d64623265401537cfd7670ecd3c6 (patch) | |
tree | 386f2814dbea8aa4850cfc5a375357d1feff08f4 /recipes/kexec | |
parent | d7ac114b4dab19c1190451f9869a9787af8b8640 (diff) |
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.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 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" |