diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-11 12:27:37 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-11 12:36:43 +0100 |
commit | e2fb432ca9f375defad1491a3ae83c473f6036fb (patch) | |
tree | c676f84f3b300c7552a74208a5bbad74041cfe54 /recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb | |
parent | f6774ecd4699f6db3fe6d1cb80db24e33f15e9d8 (diff) |
linux-libc-headers: reinstate scsi headers in staging that got lost with the new-style staging conversion
* this makes udev build again
Diffstat (limited to 'recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb')
-rw-r--r-- | recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb index d18be34a6e..08a871e1ce 100644 --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.31.bb @@ -2,7 +2,7 @@ require linux-libc-headers.inc INHIBIT_DEFAULT_DEPS = "1" DEPENDS += "unifdef-native" -PR = "r1" +PR = "r2" DEFAULT_PREFERENCE = "-1" |