All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2] mc: Fix QA warning RDEPENDS of util-linux-libmount
@ 2015-08-11 14:57 Aníbal Limón
  2015-08-11 14:59 ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Aníbal Limón @ 2015-08-11 14:57 UTC (permalink / raw)
  To: openembedded-core

mc depends on libmount that uses for try to mount filesystems.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
 meta/recipes-extended/mc/mc_4.8.14.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/mc/mc_4.8.14.bb b/meta/recipes-extended/mc/mc_4.8.14.bb
index 8fec0b3..e662a9b 100644
--- a/meta/recipes-extended/mc/mc_4.8.14.bb
+++ b/meta/recipes-extended/mc/mc_4.8.14.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2"
 SECTION = "console/utils"
 DEPENDS = "ncurses glib-2.0"
-RDEPENDS_${PN} = "ncurses-terminfo"
+RDEPENDS_${PN} = "ncurses-terminfo util-linux"
 
 SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
            "
-- 
1.9.1



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

* Re: [PATCHv2] mc: Fix QA warning RDEPENDS of util-linux-libmount
  2015-08-11 14:57 [PATCHv2] mc: Fix QA warning RDEPENDS of util-linux-libmount Aníbal Limón
@ 2015-08-11 14:59 ` Burton, Ross
  2015-08-11 15:09   ` Aníbal Limón
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2015-08-11 14:59 UTC (permalink / raw)
  To: Aníbal Limón; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

On 11 August 2015 at 15:57, Aníbal Limón <anibal.limon@linux.intel.com>
wrote:

> +RDEPENDS_${PN} = "ncurses-terminfo util-linux"
>

DEPENDS, no RDEPENDS.

Ross

[-- Attachment #2: Type: text/html, Size: 596 bytes --]

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

* Re: [PATCHv2] mc: Fix QA warning RDEPENDS of util-linux-libmount
  2015-08-11 14:59 ` Burton, Ross
@ 2015-08-11 15:09   ` Aníbal Limón
  2015-08-11 15:19     ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Aníbal Limón @ 2015-08-11 15:09 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

The QA warnings saya "mc rdepends on util-linux-libmount",

May be the QA message need to be fixed.

     alimon

On 11/08/15 09:59, Burton, Ross wrote:
> On 11 August 2015 at 15:57, Aníbal Limón <anibal.limon@linux.intel.com>
> wrote:
>
>> +RDEPENDS_${PN} = "ncurses-terminfo util-linux"
>>
> DEPENDS, no RDEPENDS.
>
> Ross
>



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

* Re: [PATCHv2] mc: Fix QA warning RDEPENDS of util-linux-libmount
  2015-08-11 15:09   ` Aníbal Limón
@ 2015-08-11 15:19     ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2015-08-11 15:19 UTC (permalink / raw)
  To: Aníbal Limón; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 584 bytes --]

On 11 August 2015 at 16:09, Aníbal Limón <anibal.limon@linux.intel.com>
wrote:

> The QA warnings saya "mc rdepends on util-linux-libmount",
>

The warning is "%s rdepends on %s, but it isn't a build dependency?".  In
this case, mc RDEPENDS on util-linux-libmount (via linking to libmount, and
then the appropriate RDEPENDS being added automatically) but nothing in
DEPENDS provides util-linux-libmount.

In this case where we want libmount to be deterministically on, the
solution is to add util-linux to DEPENDS (so util-linux-libmount is always
available).

Ross

[-- Attachment #2: Type: text/html, Size: 1021 bytes --]

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

end of thread, other threads:[~2015-08-11 15:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-11 14:57 [PATCHv2] mc: Fix QA warning RDEPENDS of util-linux-libmount Aníbal Limón
2015-08-11 14:59 ` Burton, Ross
2015-08-11 15:09   ` Aníbal Limón
2015-08-11 15:19     ` Burton, Ross

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.