diff options
author | Tom Rini <trini@embeddedalley.com> | 2008-05-19 17:56:54 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-19 17:56:54 +0000 |
commit | b8bb2a62b3916470c752bd79d31322b4358fc676 (patch) | |
tree | 1db6d62181822040032ed1e02d100ceb2c9fa714 /packages/linux-libc-headers/linux-libc-headers_2.6.22.bb | |
parent | 4be5061f23e7be7783ab2a70b6b49631ccb0ea9c (diff) |
glibc/linux-libc-headers: make sure that scsi headers are available when needed. Fixes 4262.
* commit by Laibsch
Diffstat (limited to 'packages/linux-libc-headers/linux-libc-headers_2.6.22.bb')
-rw-r--r-- | packages/linux-libc-headers/linux-libc-headers_2.6.22.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.22.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.22.bb index 595edde810..0e5debcfa3 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.22.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.22.bb @@ -2,7 +2,7 @@ require linux-libc-headers.inc INHIBIT_DEFAULT_DEPS = "1" DEPENDS += "unifdef-native" -PR = "r1" +PR = "r2" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://procinfo.h" |