DESCRIPTION = "Scripts to support system options on the OpenPandora." LICENSE = "GPLV2" COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "pandora-scripts" PR = "r1" SRC_URI = " \ file://op_wifi.sh \ file://op_wifi.pnd \ file://nettool.pnd \ " do_install() { install -d ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_wifi.sh ${D}${prefix}/pandora/scripts/ install -d ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_wifi.pnd ${D}${prefix}/pandora/apps/ install -d ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/nettool.pnd ${D}${prefix}/pandora/mmenu/ } PACKAGE_ARCH = "${MACHINE_ARCH}" FILES_${PN} += "${prefix} ${datadir}"