From 78c53b1cce33d76bd722717dc1ddaecd9789cf16 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Wed, 7 Apr 2010 00:56:40 +0200 Subject: [PATCH] pandora-scripts.bb: Added gui.conf file --- recipes/pandora-system/pandora-scripts.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 237bca3..cc65f9d 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -26,6 +26,7 @@ SRC_URI = " \ file://op_calibrate.desktop \ file://op_datetime.sh \ file://op_datetime.desktop \ + file://gui.conf \ " do_install() { @@ -53,6 +54,10 @@ do_install() { 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 + + install -d ${D}${bindir}/ install -m 0755 ${WORKDIR}/startnetbooklauncher ${D}${bindir}/ } -- 2.39.5