diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-09-26 00:07:10 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-09-26 00:09:23 +0200 |
commit | 1c1c4a18003cc8cc830262502dd96f5e1304ca57 (patch) | |
tree | 980839fe3a9ca062b02e75517d0697c802c286b9 /recipes/kexec/kexec-tools_2.0.1.bb | |
parent | 90b241080260feb309bfa78947174b255076a440 (diff) |
kexec-tools_2.0.1: fix insane arch detection [arm], bump pref and PR
Diffstat (limited to 'recipes/kexec/kexec-tools_2.0.1.bb')
-rw-r--r-- | recipes/kexec/kexec-tools_2.0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/kexec/kexec-tools_2.0.1.bb b/recipes/kexec/kexec-tools_2.0.1.bb index 7692081d24..f43ca60401 100644 --- a/recipes/kexec/kexec-tools_2.0.1.bb +++ b/recipes/kexec/kexec-tools_2.0.1.bb @@ -2,6 +2,6 @@ require kexec-tools2.inc export LDFLAGS = "-L${STAGING_LIBDIR}" EXTRA_OECONF = " --with-zlib=yes" -PR = "r0" +PR = "r1" -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "1" |