diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/kexec/kexec-tools-klibc-static_2.0.1.bb (renamed from recipes/kexec/kexec-tools-klibc-static_2.0.0.bb) | 4 | ||||
-rw-r--r-- | recipes/kexec/kexec-tools_2.0.1.bb (renamed from recipes/kexec/kexec-tools_2.0.0.bb) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/kexec/kexec-tools-klibc-static_2.0.0.bb b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb index da12db185b..52f69fec62 100644 --- a/recipes/kexec/kexec-tools-klibc-static_2.0.0.bb +++ b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb @@ -1,12 +1,12 @@ # the binaries are statical linked against klibc require kexec-tools2.inc -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "1" PR = "r0" DEPENDS = "klibc" -SRC_URI += "file://kexec2-klibc.patch;patch=1" +#SRC_URI += "file://kexec2-klibc.patch;patch=1" S = "${WORKDIR}/kexec-tools-${PV}" EXTRA_OECONF = " --without-zlib" diff --git a/recipes/kexec/kexec-tools_2.0.0.bb b/recipes/kexec/kexec-tools_2.0.1.bb index 7692081d24..8285b20133 100644 --- a/recipes/kexec/kexec-tools_2.0.0.bb +++ b/recipes/kexec/kexec-tools_2.0.1.bb @@ -4,4 +4,4 @@ EXTRA_OECONF = " --with-zlib=yes" PR = "r0" -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "1" |