file://no-moc.patch;patch=1 \
file://gcc3_4.patch;patch=1 \
file://update-qtfontdir \
- file://sharp_char.h "
+ file://sharp_char.h \
+ file://switches.h "
#
# FIXME: Apply the SIMpad hardware patch for SIMpad.
#
-#SRC_URI_append_simpad = "file://simpad.patch;patch=1 "
+SRC_URI_append_simpad = "file://simpad.patch;patch=1 "
#
# FIXME: Apply the C7xx hardware patch for shepherd/husky/boxer
#
do_compile() {
unset CC LD CCLD CXX RANLIB AR STRIP CFLAGS LDFLAGS CXXFLAGS CPPFLAGS
- install -d include/asm/
+ install -d include/asm/
install -m 0644 ${WORKDIR}/sharp_char.h include/asm/
+ install -d include/linux/
+ install -m 0644 ${WORKDIR}/switches.h include/linux/
oe_runmake
}