diff options
Diffstat (limited to 'recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb')
-rw-r--r-- | recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb index 4021bc4152..f048ea31ea 100644 --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb @@ -6,7 +6,7 @@ PR = "r11" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://procinfo.h \ - file://unifdef.patch;patch=1 \ + file://unifdef.patch \ " S = "${WORKDIR}/linux-${PV}" |