From: Michael Mrozek Date: Fri, 7 Oct 2011 21:35:37 +0000 (+0200) Subject: pandora-scripts.bb: Bumped recipe, added updated TV-Out-PND X-Git-Tag: sz_beta3~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6811120a4967bd9acca65dc870d2c885ac55b3ae;p=openpandora.oe.git pandora-scripts.bb: Bumped recipe, added updated TV-Out-PND --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 561bd42..11cc330 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 = "r73" +PR = "r75" SRC_URI = " \ file://op_bright.sh \ @@ -45,15 +45,20 @@ SRC_URI = " \ file://op_lidsettings.sh \ file://op_tvout.sh \ file://op_tvout.pnd \ + file://ConfigModel.py \ + file://TVoutConfig.py \ file://op_inputtest.pnd \ file://gui.conf \ file://cpu.conf \ file://gamma.conf \ file://service.conf \ file://nub_profiles.conf \ + file://tvout-profiles.conf \ file://nubmode.glade \ file://reset_nubs.sh \ file://pndlogo.png \ + file://tvicon.png \ + file://tvout.glade \ file://default_up \ file://none_up \ file://op_env.sh \ @@ -101,7 +106,11 @@ do_install() { install -m 0755 ${WORKDIR}/op_xfcemenu.sh ${D}${prefix}/pandora/scripts/ install -m 0755 ${WORKDIR}/reset_nubs.sh ${D}${prefix}/pandora/scripts/ install -m 0644 ${WORKDIR}/pndlogo.png ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/ConfigModel.py ${D}${prefix}/pandora/scripts/ + install -m 0755 ${WORKDIR}/TVoutConfig.py ${D}${prefix}/pandora/scripts/ + install -m 0644 ${WORKDIR}/tvicon.png ${D}${prefix}/pandora/scripts/ 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/ diff --git a/recipes/pandora-system/pandora-scripts/op_tvout.pnd b/recipes/pandora-system/pandora-scripts/op_tvout.pnd index b9d72ee..d3fb639 100644 Binary files a/recipes/pandora-system/pandora-scripts/op_tvout.pnd and b/recipes/pandora-system/pandora-scripts/op_tvout.pnd differ