diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-10-07 01:48:10 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-10-07 01:48:10 +0200 |
commit | a2b84d862d8a0d79714aa64edb4d1e0ccda4a038 (patch) | |
tree | 6137c98b39d8dae2abf6c0ee34805a00d5d2ded4 | |
parent | a8d3d8a39f5941c12afe4386513722538e8fe122 (diff) |
kexec-tools-klibc-static_2.0.1: bump default preference
-rw-r--r-- | recipes/kexec/kexec-tools-klibc-static_2.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb index 2dbd1c21ea..d7d114b51d 100644 --- a/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb +++ b/recipes/kexec/kexec-tools-klibc-static_2.0.1.bb @@ -1,7 +1,7 @@ # the binaries are statical linked against klibc require kexec-tools2.inc -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "1" PR = "r1" DEPENDS = "klibc" |