diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb b/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb index 5d131d839e..3ee699b1b3 100644 --- a/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb +++ b/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb @@ -1,7 +1,7 @@ # the binaries are statical linked against klibc require kexec-tools.inc -PR = "r6" +PR = "r7" DEPENDS = "klibc" SRC_URI += "file://kexec-static.patch;patch=1 \ @@ -13,11 +13,6 @@ EXTRA_OECONF = " --without-zlib" export CC=${TARGET_PREFIX}klcc -# standart oe cflags don't work with klcc -export CFLAGS="" -export CPPFLAGS="" -export LDFLAGS="" - PACKAGES =+ "kexec-klibc-static kdump-klibc-static" FILES_kexec-klibc-static = "${sbindir}/kexec" |