diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-07-12 12:04:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-12 12:04:36 +0000 |
commit | 2e09a46a5d8a9f4cc55ff3b7776f59158ccd87bf (patch) | |
tree | ea3653cac845dc20345bc4241087fdf287413707 /packages/dosfstools/dosfstools-native_2.10.bb | |
parent | 646d5d88ea378aaafe8cf7d8d09ae67bb1997892 (diff) | |
parent | 8d5f1db39c2730fdf1bd6b46e47dd480d86d19b7 (diff) |
merge of 7bd820c4a7bbdcb47264fd60a48b7099177d4859
and 87830c48ea8ea7120ce229524f7ab20d869b1e31
Diffstat (limited to 'packages/dosfstools/dosfstools-native_2.10.bb')
-rw-r--r-- | packages/dosfstools/dosfstools-native_2.10.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/dosfstools/dosfstools-native_2.10.bb b/packages/dosfstools/dosfstools-native_2.10.bb index 78dde3e5e3..01aaae6aa4 100644 --- a/packages/dosfstools/dosfstools-native_2.10.bb +++ b/packages/dosfstools/dosfstools-native_2.10.bb @@ -7,7 +7,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dosfstools-${PV}" S="${WORKDIR}/dosfstools-${PV}" -PR="r2" +PR="r3" SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ file://mkdosfs-bootcode.patch;patch=1 \ @@ -15,7 +15,8 @@ SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV} file://alignment_hack.patch;patch=1 \ file://dosfstools-2.10-kernel-2.6.patch;patch=1 \ file://msdos_fat12_undefined.patch;patch=1 \ - file://dosfstools-msdos_fs-types.patch;patch=1" + file://dosfstools-msdos_fs-types.patch;patch=1 \ + file://include-linux-types.patch;patch=1" inherit native |