X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts.bb;h=51b8ae79080a0441ff63c32b4bc8947a259cfed3;hp=9d5d659bc6a4eebba6cc3e6e66ac40827f9af579;hb=f6fab330a977ee65feac9b59b3c8430be16d977f;hpb=3615c21e20b2775c5c4d4754509e9c5cb431a436 diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 9d5d659..51b8ae7 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -3,18 +3,24 @@ LICENSE = "GPLV2" COMPATIBLE_MACHINE = "omap3-pandora" -PR = "r0" +PR = "r3" SRC_URI = " \ file://op_bright.sh \ file://op_bright.desktop \ + file://op_cpuspeed.sh \ + file://op_cpuspeed.desktop \ " do_install() { install -d ${D}${prefix}/pandora/scripts/ - install -m 0755 ${S}/op_bright.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_bright.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_cpuspeed.sh ${D}${prefix}/pandora/scripts/ install -d ${D}${datadir}/applications/ - install -m 0644 ${S}/op_bright.desktop ${D}${datadir}/applications/ + install -m 0644 ${WORKDIR}/op_bright.desktop ${D}${datadir}/applications/ + install -m 0644 ${WORKDIR}/op_cpuspeed.desktop ${D}${datadir}/applications/ } PACKAGE_ARCH = "${MACHINE_ARCH}" + +FILES_${PN} += "${prefix} ${datadir}" \ No newline at end of file