From: Michael Mrozek Date: Thu, 8 Apr 2010 00:39:45 +0000 (+0200) Subject: pandora-skel.bb: Removed Bluetooth enabled as default on first boot X-Git-Tag: Release-2010-05/1~69 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=1306afc2031decaab98eac84ed1e9719e4ebc447 pandora-skel.bb: Removed Bluetooth enabled as default on first boot --- diff --git a/recipes/pandora-system/pandora-skel.bb b/recipes/pandora-system/pandora-skel.bb index 6aa5dc2..b1c0d38 100644 --- a/recipes/pandora-system/pandora-skel.bb +++ b/recipes/pandora-system/pandora-skel.bb @@ -16,7 +16,7 @@ SRC_URI = " \ file://xsettings.xml \ file://pndXmodmap \ file://asoundrc \ - file://op_btenabled \ +# file://op_btenabled \ " # xsettings.xml is a hack until I can figure out why XDG configs are not setting the icon theme for Xfce/GTK+ @@ -29,7 +29,7 @@ do_install() { install -m 0644 ${WORKDIR}/pam_environment ${D}${sysconfdir}/skel/.pam_environment install -m 0644 ${WORKDIR}/pndXmodmap ${D}${sysconfdir}/skel/.pndXmodmap install -m 0644 ${WORKDIR}/asoundrc ${D}${sysconfdir}/skel/.asoundrc - install -m 0644 ${WORKDIR}/op_btenabled ${D}${sysconfdir}/skel/.op_btenabled +# install -m 0644 ${WORKDIR}/op_btenabled ${D}${sysconfdir}/skel/.op_btenabled install -d ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml install -m 0644 ${WORKDIR}/xsettings.xml ${D}${sysconfdir}/skel/Applications/Settings/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml