From d74a31c15b9e7fdd9c13526fbae1ca9ac1dd0ebb Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Mon, 15 Oct 2012 18:32:21 +0200 Subject: [PATCH] pandora-scripts.bb: Added the new op_createsd-script + bumped --- recipes/pandora-system/pandora-scripts.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 42c5f68..b65ae21 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r115" +PR = "r116" SRC_URI = " \ file://op_paths.sh \ @@ -16,6 +16,8 @@ SRC_URI = " \ file://op_usbhost.sh \ file://op_usbhost.pnd \ file://op_sysspeed.sh \ + file://op_createsd.sh \ + file://op_createsd.pnd \ file://op_wifi.sh \ file://op_wifi.pnd \ file://op_bluetooth.sh \ @@ -93,6 +95,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_paths.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_createsd.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_sysspeed.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_cpusettings.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_wifi.sh ${D}${prefix}/pandora/scripts/ @@ -134,6 +137,7 @@ do_install() { install -d ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_calibrate.pnd ${D}${prefix}/pandora/apps/ + install -m 0755 ${WORKDIR}/op_createsd.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_cpuspeed.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_datetime.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_lcdsettings.pnd ${D}${prefix}/pandora/apps/ -- 2.39.5