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=673de3ad9284bb6f45d27bd395566d3ddf3795e4;hp=110328517e39429d3c2ab6ddf5e502e59b0e025a;hb=1bccfc2c0f3c16d6d45362de805a560d5c8db241;hpb=c0d3172ef07ab109736e25febd4276e9aa079bfa diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 1103285..673de3a 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,22 +6,30 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r1" +PR = "r2" SRC_URI = " \ file://op_bright.sh \ file://op_bright.desktop \ file://op_cpuspeed.sh \ file://op_cpuspeed.desktop \ + file://op_wifi.sh \ + file://op_wifi.desktop \ + file://op_bluetooth.sh \ + file://op_bluetooth.desktop \ " do_install() { install -d ${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_cpuspeed.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_wifi.sh ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/op_bluetooth.sh ${D}${prefix}/pandora/scripts/ install -d ${D}${datadir}/applications/ install -m 0644 ${WORKDIR}/op_bright.desktop ${D}${datadir}/applications/ - install -m 0644 ${WORKDIR}/op_cpuspeed.desktop ${D}${datadir}/applications/ + install -m 0644 ${WORKDIR}/op_cpuspeed.desktop ${D}${datadir}/applications/ + install -m 0644 ${WORKDIR}/op_wifi.desktop ${D}${datadir}/applications/ + install -m 0644 ${WORKDIR}/op_bluetooth.desktop ${D}${datadir}/applications/ } PACKAGE_ARCH = "${MACHINE_ARCH}"