DESCRIPTION = "Startup service for USB Host" LICENSE = "GPLV2" COMPATIBLE_MACHINE = "omap3-pandora" PR = "r1" SRC_URI = " \ file://rc.usbhost \ " do_install() { install -d ${D}${sysconfdir}/init.d/ install -m 0755 ${WORKDIR}/rc.usbhost ${D}${sysconfdir}/init.d/usbhost } PACKAGE_ARCH = "${MACHINE_ARCH}" FILES_${PN} += "${prefix} ${datadir}"