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=9522afba8e889da84cec37ec5623cd2493827397;hb=f6fab330a977ee65feac9b59b3c8430be16d977f;hpb=285cc4c3bb32360f445cd3414b209903e80eaba4;ds=inline diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 9522afb..51b8ae7 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -1,21 +1,26 @@ DESCRIPTION = "Scripts to support system options on the OpenPandora." LICENSE = "GPLV2" -RDEPENDS = "zenity dbus" COMPATIBLE_MACHINE = "omap3-pandora" -PR = "r0" +PR = "r3" SRC_URI = " \ - file://pnd_bright.sh \ - file://pnd_bright.desktop \ + 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}/pnd_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}/pnd_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