[oe] [PATCH 09/12] task-bug: fix do_rootfs conflict

Denis 'GNUtoo' Carikli GNUtoo at no-log.org
Fri May 13 12:43:07 UTC 2011


Without that patch we have(at do_rootfs)
  Configuring hostap-daemon.
  Collected errors:
   * extract_archive: Cannot create symlink from ./var/run to 'volatile/run': File exists.
   * file_md5sum_alloc: Failed to open file .../rootfs/bug-image-production/etc/opkg/*.conf: No such file or directory.
   * check_data_file_clashes: Package dnsmasq-dbus wants to install file .../rootfs/bug-image-production/etc/init.d/dnsmasq
          But that file is already provided by package  * dnsmasq
   * check_data_file_clashes: Package dnsmasq-dbus wants to install file .../rootfs/bug-image-production/usr/bin/dnsmasq
          But that file is already provided by package  * dnsmasq
   * opkg_install_cmd: Cannot install package task-bug-network.
   * resolve_conffiles: Existing conffile .../rootfs/bug-image-production/etc/device_table is different from the conffile
     in the new package. The new conffile will be placed at .../rootfs/bug-image-production/etc/device_table-opkg.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 recipes/tasks/task-bug.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/tasks/task-bug.bb b/recipes/tasks/task-bug.bb
index 1317a6e..f81c56a 100644
--- a/recipes/tasks/task-bug.bb
+++ b/recipes/tasks/task-bug.bb
@@ -1,6 +1,6 @@
 # Copyright (C) 2011 Bug Labs, Inc
 
-PR = "r88"
+PR = "r89"
 
 ALLOW_EMPTY = "1"
 
@@ -25,7 +25,7 @@ RDEPENDS_${PN} = "${MACHINE_EXTRA_RRECOMMENDS} \
 RDEPENDS_${PN}_append_bug20 = "bug2v4l2"
 
 RDEPENDS_${PN}-network = "\
-                  dnsmasq \
+                  dnsmasq-dbus \
                   hostap-daemon \
                   iptables \
                   eject \
-- 
1.7.0.4





More information about the Openembedded-devel mailing list