* 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 <[email protected]>
---
 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


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to