--- /dev/null
+Replacing bash brace expansion with a Posix compliant syntax to make
+do_install succeed also when using a dash shell.
+
+Upstream-Status: Pending
+
+Signed-off-by: Max Krummenacher <max.oss.09@gmail.com>
+--- mcc-kmod-1.04/Makefile.orig 2014-08-09 11:22:34.890376334 +0200
++++ mcc-kmod-1.04/Makefile 2014-08-09 11:23:49.720729465 +0200
+@@ -14,8 +14,7 @@
+ $(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules_install INSTALL_MOD_PATH=$(DESTDIR)
+ @echo Copying mcc headers to toolchain
+ mkdir -p $(DESTDIR)/usr/include/linux
+- cp -f {mcc_linux.h,mcc_common.h,mcc_config.h} $(DESTDIR)/usr/include/linux/
+-
++ cp -f mcc_linux.h mcc_common.h mcc_config.h $(DESTDIR)/usr/include/linux/
+
+ clean:
+ $(MAKE) -C $(KERNEL_SRC) M=$(PWD) clean
inherit module
-SRC_URI = "http://repository.timesys.com/buildsources/m/mcc-kmod/mcc-kmod-${PV}/mcc-kmod-${PV}.tar.bz2"
+SRC_URI = "http://repository.timesys.com/buildsources/m/mcc-kmod/mcc-kmod-${PV}/mcc-kmod-${PV}.tar.bz2 \
+ file://remove_bashisms_kmod.patch "
SRC_URI[md5sum] = "d72e8f6575605906be94ac2d26e6bc26"
SRC_URI[sha256sum] = "f86a860e68cefdce70796572d97ddd4cc5e08d9f13117b431599add55bf1a651"