X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts.bb;h=6feff632293c1162858c279ec70193aadf98e3c9;hb=904de289492d74d2b1c4cb5def6a7d2679431709;hp=ca552b931b0b24138a1bbada77be17b59f29600f;hpb=9294f09df8bc070057bdc97c4c483019708df7ae;p=openpandora.oe.git diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index ca552b9..6feff63 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -3,10 +3,9 @@ LICENSE = "GPLV2" COMPATIBLE_MACHINE = "omap3-pandora" -DEPENDS = "zenity dbus" -RDEPENDS = "zenity dbus" +RDEPENDS = "bash sed gawk grep zenity" -PR = "r135" +PR = "r146" SRC_URI = " \ file://op_paths.sh \ @@ -20,20 +19,11 @@ SRC_URI = " \ file://op_sysspeed.sh \ file://op_createsd.sh \ file://op_createsd.pnd \ - file://op_wifi.sh \ - file://op_wifi.pnd \ - file://op_bluetooth.sh \ - file://op_bluetooth_work.sh \ - file://op_bluetooth-check.desktop \ - file://op_bluetooth.desktop \ file://op_startupmanager.sh \ file://op_startupmanager.pnd \ file://op_switchgui.sh \ file://op_switchgui.pnd \ - file://nettool.pnd \ - file://startnetbooklauncher \ file://startmmenu \ - file://startpmenu \ file://stopmmenu \ file://op_calibrate.sh \ file://op_calibrate.pnd \ @@ -47,6 +37,7 @@ SRC_URI = " \ file://op_ledsettings.pnd \ file://op_cpusettings.sh \ file://op_cpusettings.pnd \ +# file://compo4all-manager.pnd \ file://op_lcdrate.sh \ file://op_videofir.sh \ file://op_storage.sh \ @@ -94,6 +85,7 @@ SRC_URI = " \ file://op_xfcemenu.sh \ file://op_hugetlb.sh \ file://op_gamma.sh \ + file://op_dsp.sh \ " do_install() { @@ -105,10 +97,7 @@ do_install() { 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/ install -m 0755 ${WORKDIR}/op_usbhost.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/op_bluetooth.sh ${D}${prefix}/pandora/scripts/ - install -m 0755 ${WORKDIR}/op_bluetooth_work.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_startupmanager.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_switchgui.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_calibrate.sh ${D}${prefix}/pandora/scripts/ @@ -140,7 +129,7 @@ do_install() { install -m 0644 ${WORKDIR}/nubmode.glade ${D}${prefix}/pandora/scripts/ install -m 0644 ${WORKDIR}/tvout.glade ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/op_lidsettings.sh ${D}${prefix}/pandora/scripts/ - + install -m 0755 ${WORKDIR}/op_dsp.sh ${D}${prefix}/pandora/scripts/ install -d ${D}${prefix}/pandora/apps/ @@ -156,12 +145,12 @@ do_install() { install -m 0755 ${WORKDIR}/op_storage.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_switchgui.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_usermanager.pnd ${D}${prefix}/pandora/apps/ - install -m 0755 ${WORKDIR}/op_wifi.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_usbhost.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_tvout.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_inputtest.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_lidsettings.pnd ${D}${prefix}/pandora/apps/ install -m 0755 ${WORKDIR}/op_osupgrade.pnd ${D}${prefix}/pandora/apps/ +# install -m 0755 ${WORKDIR}/compo4all-manager.pnd ${D}${prefix}/pandora/apps/ install -d ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/evince.pnd ${D}${prefix}/pandora/mmenu/ @@ -172,13 +161,6 @@ do_install() { install -m 0755 ${WORKDIR}/thunar.pnd ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/xchat.pnd ${D}${prefix}/pandora/mmenu/ install -m 0755 ${WORKDIR}/gcalctool.pnd ${D}${prefix}/pandora/mmenu/ - install -m 0755 ${WORKDIR}/nettool.pnd ${D}${prefix}/pandora/mmenu/ - - install -d ${D}${datadir}/applications/ - install -m 0644 ${WORKDIR}/op_bluetooth.desktop ${D}${datadir}/applications/ - - install -d ${D}${sysconfdir}/xdg/autostart/ - install -m 0644 ${WORKDIR}/op_bluetooth-check.desktop ${D}${sysconfdir}/xdg/autostart/op_bluetooth-check.desktop install -d ${D}${sysconfdir}/pandora/conf/ install -m 0644 ${WORKDIR}/gui.conf ${D}${sysconfdir}/pandora/conf/gui.conf @@ -197,9 +179,7 @@ do_install() { install -m 0755 ${WORKDIR}/op_env.sh ${D}${sysconfdir}/profile.d/ install -d ${D}${bindir}/ - install -m 0755 ${WORKDIR}/startnetbooklauncher ${D}${bindir}/ install -m 0755 ${WORKDIR}/startmmenu ${D}${bindir}/ - install -m 0755 ${WORKDIR}/startpmenu ${D}${bindir}/ install -m 0755 ${WORKDIR}/stopmmenu ${D}${bindir}/ }