From ffb1c7c470fdbcb6939b8b3c099785892dddc3f8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 11 Oct 2007 21:48:55 +0000 Subject: dosfsutils: Move from meta-extras to meta git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2868 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../packages/dosfstools/files/include-linux-types.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/packages/dosfstools/files/include-linux-types.patch (limited to 'meta/packages/dosfstools/files/include-linux-types.patch') diff --git a/meta/packages/dosfstools/files/include-linux-types.patch b/meta/packages/dosfstools/files/include-linux-types.patch new file mode 100644 index 000000000..4bbd4e76e --- /dev/null +++ b/meta/packages/dosfstools/files/include-linux-types.patch @@ -0,0 +1,17 @@ +mkdsofs is using types of the style __u8, which it gets with some +versions of libc headers via linux/hdreg.h including asm/types.h. +Newer version of fedora (at least) have a hdreg.h whichdoes not +include asm/types.h. To work around this patch mkdosfs.c to explicity +include linux/types.h which will in turn pull in asm/types.h which +defines these variables. + +--- dosfstools-2.10/mkdosfs/mkdosfs.c~ 2006-07-12 18:46:21.000000000 +1000 ++++ dosfstools-2.10/mkdosfs/mkdosfs.c 2006-07-12 18:46:21.000000000 +1000 +@@ -60,6 +60,7 @@ + #include "../version.h" + + #include ++#include + #include + #include + #include -- cgit v1.2.3