dosfstools/dosfstools-native 2.10: Fix for lib headers which don't pull in
authorJamie Lenehan <lenehan@twibble.org>
Wed, 12 Jul 2006 09:03:16 +0000 (09:03 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 12 Jul 2006 09:03:16 +0000 (09:03 +0000)
commitdb8aa78f3e254ca792b4d9487988c9ff2aacfdc8
tree7fb1ecf8a46591910e9afe1f0306c66e103553da
parentd5b6fafb7f5cb67028fe4e92dd6a6b9dc7a359ef
dosfstools/dosfstools-native 2.10: Fix for lib headers which don't pull in
the types that dosfstools expects such as those provided with Fedora Core 4
and 5. The mkdsofs.c program is using types of the style __u8 which it
implictly gets via an include of linux/hdreg.h with some version of libc
headers. Explicity include linux/types.h to ensure we get those defines
directly. Resolves bug #1155.
packages/dosfstools/dosfstools-native_2.10.bb
packages/dosfstools/dosfstools_2.10.bb
packages/dosfstools/files/include-linux-types.patch [new file with mode: 0644]