op_menu: try to be a bit more useful
[openpandora.oe.git] / recipes / pandora-system / pandora-scripts.bb
index 78e9330..f2dd874 100644 (file)
@@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 
 RDEPENDS = "bash sed gawk grep zenity"
 
-PR = "r147"
+PR = "r150"
 
 SRC_URI = " \
           file://op_paths.sh \
@@ -48,8 +48,9 @@ SRC_URI = " \
          file://op_lidsettings.pnd \
          file://op_lidsettings.sh \
          file://op_touchinit.sh \
-          file://op_tvout.sh \
+         file://op_tvout.sh \
          file://op_tvout.pnd \
+         file://op_tvout_layer.sh \
          file://ConfigModel.py \
          file://TVoutConfig.py \
          file://op_inputtest.pnd \
@@ -110,7 +111,8 @@ do_install() {
          install -m 0755 ${WORKDIR}/op_nubmode.py ${D}${prefix}/pandora/scripts/
          install -m 0755 ${WORKDIR}/op_nubchange.sh ${D}${prefix}/pandora/scripts/
          install -m 0755 ${WORKDIR}/op_storage.sh ${D}${prefix}/pandora/scripts/
-          install -m 0755 ${WORKDIR}/op_tvout.sh ${D}${prefix}/pandora/scripts/
+         install -m 0755 ${WORKDIR}/op_tvout.sh ${D}${prefix}/pandora/scripts/
+         install -m 0755 ${WORKDIR}/op_tvout_layer.sh ${D}${prefix}/pandora/scripts/
          install -m 0755 ${WORKDIR}/op_bright_down.sh ${D}${prefix}/pandora/scripts/
          install -m 0755 ${WORKDIR}/op_lid.sh ${D}${prefix}/pandora/scripts/
          install -m 0755 ${WORKDIR}/op_power.sh ${D}${prefix}/pandora/scripts/