From ac768e5cda9cd380241d932cc73508a6515eb609 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Sat, 8 Oct 2011 01:16:17 +0200 Subject: [PATCH] pandora-scripts.bb: Fixed missing tvout-profiles.conf --- recipes/pandora-system/pandora-scripts.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 11cc330..41062ac 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 = "r75" +PR = "r76" SRC_URI = " \ file://op_bright.sh \ @@ -153,6 +153,7 @@ do_install() { install -m 0644 ${WORKDIR}/gamma.conf ${D}${sysconfdir}/pandora/conf/gamma.conf install -m 0644 ${WORKDIR}/service.conf ${D}${sysconfdir}/pandora/conf/service.conf install -m 0666 ${WORKDIR}/nub_profiles.conf ${D}${sysconfdir}/pandora/conf/nub_profiles.conf + install -m 0666 ${WORKDIR}/tvout-profiles.conf ${D}${sysconfdir}/pandora/conf/tvout-profiles.conf install -d ${D}${sysconfdir}/pandora/conf/dss_fir/ install -m 0644 ${WORKDIR}/default_up ${D}${sysconfdir}/pandora/conf/dss_fir/ -- 2.39.2