All of lore.kernel.org
 help / color / mirror / Atom feed
* busybox-mountall util-linux-ng-mountall collision on /etc/default/mountall
@ 2010-03-05 11:55 Martin Jansa
  2010-03-05 11:55 ` [PATCH 1/2] busybox: use u-a for /etc/default/mountall (collision with util-linux-ng-mountall) Martin Jansa
  2010-03-05 11:55 ` [PATCH 2/2] util-linux-ng: use u-a for /etc/default/mountall (collision with busybox-mountall) Martin Jansa
  0 siblings, 2 replies; 5+ messages in thread
From: Martin Jansa @ 2010-03-05 11:55 UTC (permalink / raw)
  To: openembedded-devel

Hi,

util-linux-ng.inc has
RREPLACES_${PN}-mountall = "busybox-mountall"

but it still doesn't prevent to have both installed and opkg upgrade fails
Collected errors:
 * check_data_file_clashes: Package busybox-mountall wants to install file /etc/default/mountall
         But that file is already provided by package  * check_data_file_clashes: util-linux-ng-mountall

We can use u-a for that config as suggested in 2 following patches, or add maybe
RCONFLICTS_${PN}-mountall = "busybox-mountall"
and lowering RDEPENDS to RRECOMENDS for ${PN}-mountall would be enough.

What do you prefer?

If nobody reply today, I'll push this with u-a.

Regards




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-03-21  0:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-05 11:55 busybox-mountall util-linux-ng-mountall collision on /etc/default/mountall Martin Jansa
2010-03-05 11:55 ` [PATCH 1/2] busybox: use u-a for /etc/default/mountall (collision with util-linux-ng-mountall) Martin Jansa
2010-03-21  0:39   ` Khem Raj
2010-03-05 11:55 ` [PATCH 2/2] util-linux-ng: use u-a for /etc/default/mountall (collision with busybox-mountall) Martin Jansa
2010-03-21  0:40   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.