* incidentally, this fixes udev for devices needing to be 'special' by having their own devices file with a broken udev check (e.g. sharp zaurus)
DEPENDS = "makedevs"
RDEPENDS = "makedevs"
LICENSE = "GPL"
-PR = "r107"
+PR = "r108"
SRC_URI = "file://functions \
file://halt \
install -m 0755 ${WORKDIR}/device_table.txt ${D}${sysconfdir}/device_table
}
+
+# Angstrom doesn't support devfs
+do_install_append_angstrom () {
+ rm ${D}${sysconfdir}/init.d/devices ${D}${sysconfdir}/rcS.d/S05devices
+}