X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts.bb;h=d71028500898f89f99dafca8f31561bee9c1bdc2;hb=1e095ffd018f9d7b712278a610d8239d92843065;hp=9732249117a9b129b10fc67bd1ecb58d78ba2c57;hpb=9d99083c7c13e1b45c910c80ca00f43b14606434;p=openpandora.oe.git diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 9732249..d710285 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "bash sed gawk grep zenity" -PR = "r163" +PR = "r166" SRC_URI = " \ file://op_bright.sh \ @@ -16,6 +16,7 @@ SRC_URI = " \ file://op_usbhost.sh \ file://op_usbhost.pnd \ file://op_osupgrade.sh \ + file://op_osupgrade_work.sh \ file://op_osupgrade.pnd \ file://op_sysspeed.sh \ file://op_createsd.sh \ @@ -96,7 +97,8 @@ do_install() { install -d ${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_osupgrade.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_osupgrade_work.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 -m 0755 ${WORKDIR}/op_dspspeed.sh ${D}${prefix}/pandora/scripts/