diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-01-10 07:37:23 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-01-10 07:37:23 +0000 |
commit | 6f1172ac1e082bae9fc921d3f8cf2b422890427e (patch) | |
tree | 2d3c566f6d2dce1169fb4648fa4d601c368acd58 /packages/gpe-session-scripts | |
parent | c94c025f10f859e08b55053230e9e395da49abb2 (diff) |
linux-handhelds-2.6: magician defconfig: I2C_PXA=y
Diffstat (limited to 'packages/gpe-session-scripts')
-rw-r--r-- | packages/gpe-session-scripts/files/gpe-bluetooth-optional.patch | 11 | ||||
-rw-r--r-- | packages/gpe-session-scripts/gpe-session-scripts_0.67.bb | 5 |
2 files changed, 14 insertions, 2 deletions
diff --git a/packages/gpe-session-scripts/files/gpe-bluetooth-optional.patch b/packages/gpe-session-scripts/files/gpe-bluetooth-optional.patch new file mode 100644 index 0000000000..4bc164b646 --- /dev/null +++ b/packages/gpe-session-scripts/files/gpe-bluetooth-optional.patch @@ -0,0 +1,11 @@ +--- gpe-session-scripts-0.67/gpe-auto-bluetooth.sh.orig 2006-08-31 10:12:25.000000000 +0200 ++++ gpe-session-scripts-0.67/gpe-auto-bluetooth.sh 2006-08-31 10:14:27.000000000 +0200 +@@ -1,7 +1,7 @@ + #!/bin/sh + + # start gpe-bluetooth if hardware is built in +-if [ -f /etc/sysconfig/bluetooth ]; then ++if [ -f /etc/sysconfig/bluetooth -a -x /usr/bin/gpe-bluetooth ]; then + . /etc/sysconfig/bluetooth + if [ "$BLUETOOTH" = "yes" ]; then + exec gpe-bluetooth diff --git a/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb b/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb index 2cf63737bd..ada40a899c 100644 --- a/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb +++ b/packages/gpe-session-scripts/gpe-session-scripts_0.67.bb @@ -6,10 +6,11 @@ SECTION = "gpe" PRIORITY = "optional" RDEPENDS_${PN} = "matchbox-panel (>= 0.9.2-r12) matchbox-desktop (>= 0.9.1-r1) matchbox-common (>= 0.9.1-r2) gpe-session-starter gpe-bluetooth xstroke xtscal gpe-question gpe-clock matchbox-applet-inputmanager xrandr xmodmap xdpyinfo xserver-common" # more rdepends: keylaunch ipaq-sleep apmd blueprobe -DEPENDS = "matchbox-wm matchbox-panel gpe-bluetooth xstroke xtscal gpe-question matchbox-applet-inputmanager gpe-clock xrandr xmodmap xdpyinfo xserver-common" +DEPENDS = "matchbox-wm matchbox-panel xstroke xtscal gpe-question matchbox-applet-inputmanager gpe-clock xrandr xmodmap xdpyinfo xserver-common" SRC_URI += "file://matchbox-session \ - file://disable-composite.xsettings" + file://disable-composite.xsettings \ + file://gpe-bluetooth-optional.patch;patch=1" PR = "r4" |