[oe] [PATCH] recipes/fluxbox/fluxbox_1.1.1.bb - Fixed depends for libxpm recipes/initscripts/file/halt - Fixed poweroff when booted from NFS

Angelo S. Mavridis Bartolome angelox.123 at gmail.com
Fri Nov 5 22:25:40 UTC 2010


* Fix to halt courtesy by penghb,patch by angelox_123
* Fix to fluxbox compile with libxpm by angelox_123

Signed-off-by: Angelo S. Mavridis Bartolome <angelo at pynell.com>
---
 recipes/fluxbox/fluxbox_1.1.1.bb |    2 +-
 recipes/initscripts/files/halt   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/fluxbox/fluxbox_1.1.1.bb b/recipes/fluxbox/fluxbox_1.1.1.bb
index 55a747c..85f4c8b 100644
--- a/recipes/fluxbox/fluxbox_1.1.1.bb
+++ b/recipes/fluxbox/fluxbox_1.1.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The Fluxbox Windowmanager"
 HOMEPAGE = "http://www.fluxbox.org"
 LICENSE = "MIT"
 DEPENDS = "fontconfig virtual/libx11"
-
+DEPENDS += "libxpm"
 PR = "r1"
 PE = "1"
 
diff --git a/recipes/initscripts/files/halt b/recipes/initscripts/files/halt
index d8cab22..b869966 100644
--- a/recipes/initscripts/files/halt
+++ b/recipes/initscripts/files/halt
@@ -20,6 +20,6 @@ then
 	hddown=""
 fi
 
-halt -d -f -i -p $hddown
+/bin/busybox poweroff -f
 
 : exit 0
-- 
1.7.3.2





More information about the Openembedded-devel mailing list