[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-88-g906eaf9
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2012-12-25 16:06:51
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 906eaf90edcada6619f22ea9548d1cc6969ef89e (commit)
from 97d0fef32fcb6d13449621a0bc0271972c133845 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 906eaf90edcada6619f22ea9548d1cc6969ef89e
Author: Eric Jarrige <eri...@ar...>
Date: Tue Dec 25 17:06:35 2012 +0100
[BUILDROOT] 2012.11: Fix dbus installation when var/lib does not exist yet
-----------------------------------------------------------------------
Summary of changes:
.../2012.11/189-dbus-fix_installation.patch | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/patches/buildroot/2012.11/189-dbus-fix_installation.patch b/patches/buildroot/2012.11/189-dbus-fix_installation.patch
index ab3b009..690be34 100644
--- a/patches/buildroot/2012.11/189-dbus-fix_installation.patch
+++ b/patches/buildroot/2012.11/189-dbus-fix_installation.patch
@@ -6,16 +6,22 @@ of /var/run/dbus at boot time, so it can be removed from target.
I'll send the patch on the buildroot list, but in case it would be
rejected upstream, I send it here too.
+V2: $(TARGET_DIR)/var/lib may not exist when installing dbus so
+create the car/lib folder first.
+
Signed-off-by: Vincent Besse <vi...@ou...>
+Signed-off-by: Eric Jarrige <eri...@ar...>
Index: buildroot/package/dbus/dbus.mk
===================================================================
---- buildroot.orig/package/dbus/dbus.mk 2012-08-07 16:19:30.000000000 +0200
-+++ buildroot/package/dbus/dbus.mk 2012-08-07 16:20:25.000000000 +0200
-@@ -55,6 +55,7 @@
+--- buildroot/package/dbus/dbus.mk
++++ buildroot/package/dbus/dbus.mk
+@@ -58,7 +58,9 @@ DBUS_POST_INSTALL_TARGET_HOOKS += DBUS_R
endif
define DBUS_INSTALL_TARGET_FIXUP
+ rm -rf $(TARGET_DIR)/var/run
rm -rf $(TARGET_DIR)/var/lib/dbus
++ mkdir -p $(TARGET_DIR)/var/lib
ln -sf /tmp/dbus $(TARGET_DIR)/var/lib/dbus
$(INSTALL) -m 0755 -D package/dbus/S30dbus $(TARGET_DIR)/etc/init.d/S30dbus
+ endef
hooks/post-receive
--
armadeus
|