summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-08-18 00:17:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-23 18:23:30 -0700
commita0dc330b4abbb31c3c131a4cb1762555e5e109a1 (patch)
tree04519316f9d3aeeab647a8caffac7aa5b7b2700c /meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb
parente30a104c9c26ab47ba91939b585d113873cfb4c5 (diff)
downloadpoky-a0dc330b4abbb31c3c131a4cb1762555e5e109a1.tar.gz
recipes: Delete patch=1, its default and replace pnum with striplevel
Some place pnum=1 is used which is removed as well since striplevel=1 is default (From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb')
-rw-r--r--meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb b/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb
index 4853c154ad..91ff11faa6 100644
--- a/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb
+++ b/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb
@@ -7,13 +7,13 @@ require dosfstools_${PV}.bb
7PR="r5" 7PR="r5"
8 8
9SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ 9SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \
10 file://mkdosfs-bootcode.patch;patch=1 \ 10 file://mkdosfs-bootcode.patch \
11 file://mkdosfs-dir.patch;patch=1 \ 11 file://mkdosfs-dir.patch \
12 file://alignment_hack.patch;patch=1 \ 12 file://alignment_hack.patch \
13 file://dosfstools-2.10-kernel-2.6.patch;patch=1 \ 13 file://dosfstools-2.10-kernel-2.6.patch \
14 file://msdos_fat12_undefined.patch;patch=1 \ 14 file://msdos_fat12_undefined.patch \
15 file://dosfstools-msdos_fs-types.patch;patch=1 \ 15 file://dosfstools-msdos_fs-types.patch \
16 file://include-linux-types.patch;patch=1 \ 16 file://include-linux-types.patch \
17 file://2.6.20-syscall.patch;patch=1" 17 file://2.6.20-syscall.patch"
18 18
19inherit native 19inherit native