X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts.bb;h=104646467ba606dd85f3a1edaf4ca75fc6d7e07e;hb=969180813cd465981d394aab8cce7fa6050900c4;hp=05967e8a5ed2038f6bcb6e366d52f399250d0a11;hpb=dd80e3611194ae5ef7a3fbc07c486864691150a0;p=openpandora.oe.git diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 05967e8..1046464 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -5,11 +5,11 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "bash sed gawk grep zenity" -PR = "r151" +PR = "r158" SRC_URI = " \ - file://op_paths.sh \ file://op_bright.sh \ + file://op_common.sh \ file://op_cpuspeed.sh \ file://op_cpuspeed.pnd \ file://op_dspspeed.sh \ @@ -88,12 +88,14 @@ SRC_URI = " \ file://op_xfcemenu.sh \ file://op_hugetlb.sh \ file://op_gamma.sh \ + file://op_getpndmg.sh \ file://op_dsp.sh \ " do_install() { install -d ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/op_paths.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_common.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_getpndmg.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_osupgrade.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/