From: Michael Mrozek Date: Tue, 6 Apr 2010 22:56:40 +0000 (+0200) Subject: pandora-scripts.bb: Added gui.conf file X-Git-Tag: Release-2010-05/1~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c53b1cce33d76bd722717dc1ddaecd9789cf16;p=openpandora.oe.git pandora-scripts.bb: Added gui.conf file --- 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}/ }