diff options
Diffstat (limited to 'meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb')
-rw-r--r-- | meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb b/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb new file mode 100644 index 0000000000..4853c154ad --- /dev/null +++ b/meta/recipes-devtools/dosfstools/dosfstools-native_2.10.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | # dosfstools-native OE build file | ||
2 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved | ||
3 | # Released under the MIT license (see packages/COPYING) | ||
4 | |||
5 | require dosfstools_${PV}.bb | ||
6 | |||
7 | PR="r5" | ||
8 | |||
9 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ | ||
10 | file://mkdosfs-bootcode.patch;patch=1 \ | ||
11 | file://mkdosfs-dir.patch;patch=1 \ | ||
12 | file://alignment_hack.patch;patch=1 \ | ||
13 | file://dosfstools-2.10-kernel-2.6.patch;patch=1 \ | ||
14 | file://msdos_fat12_undefined.patch;patch=1 \ | ||
15 | file://dosfstools-msdos_fs-types.patch;patch=1 \ | ||
16 | file://include-linux-types.patch;patch=1 \ | ||
17 | file://2.6.20-syscall.patch;patch=1" | ||
18 | |||
19 | inherit native | ||