X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts.bb;h=78e93303099afbdc6cb1fbc62f9a62197e25561d;hb=357ddc68cc311197c905da90b28ab8f8d3caccb2;hp=dd96849cf343aee65280230666a944265998eb7f;hpb=275ef0a5d237a08114a57d86cc28f8e13f53a89b;p=openpandora.oe.git diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index dd96849..78e9330 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 = "r144" +PR = "r147" SRC_URI = " \ file://op_paths.sh \ @@ -23,9 +23,7 @@ SRC_URI = " \ file://op_startupmanager.pnd \ file://op_switchgui.sh \ file://op_switchgui.pnd \ - file://startnetbooklauncher \ file://startmmenu \ - file://startpmenu \ file://stopmmenu \ file://op_calibrate.sh \ file://op_calibrate.pnd \ @@ -39,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 \ @@ -151,6 +150,7 @@ do_install() { 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/ @@ -179,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}/ }