* [PATCH] mc: Fix QA warning RDEPENDS of util-linux-libmount
@ 2015-08-10 22:07 Aníbal Limón
2015-08-10 23:54 ` Andre McCurdy
0 siblings, 1 reply; 3+ messages in thread
From: Aníbal Limón @ 2015-08-10 22:07 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..fe35bcd 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-libmount"
SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
"
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mc: Fix QA warning RDEPENDS of util-linux-libmount
2015-08-10 22:07 [PATCH] mc: Fix QA warning RDEPENDS of util-linux-libmount Aníbal Limón
@ 2015-08-10 23:54 ` Andre McCurdy
2015-08-11 14:40 ` Burton, Ross
0 siblings, 1 reply; 3+ messages in thread
From: Andre McCurdy @ 2015-08-10 23:54 UTC (permalink / raw)
To: Aníbal Limón; +Cc: OE Core mailing list
On Mon, Aug 10, 2015 at 3:07 PM, Aníbal Limón
<anibal.limon@linux.intel.com> wrote:
> 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..fe35bcd 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-libmount"
I guess adding util-linux to DEPENDS would be the correct fix. The
runtime dependency on libmount will then be detected automatically.
> SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
> "
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mc: Fix QA warning RDEPENDS of util-linux-libmount
2015-08-10 23:54 ` Andre McCurdy
@ 2015-08-11 14:40 ` Burton, Ross
0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2015-08-11 14:40 UTC (permalink / raw)
To: Andre McCurdy; +Cc: OE Core mailing list
[-- Attachment #1: Type: text/plain, Size: 248 bytes --]
On 11 August 2015 at 00:54, Andre McCurdy <armccurdy@gmail.com> wrote:
> I guess adding util-linux to DEPENDS would be the correct fix. The
> runtime dependency on libmount will then be detected automatically.
>
Yes, that's right.
Ross
[-- Attachment #2: Type: text/html, Size: 639 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-11 14:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10 22:07 [PATCH] mc: Fix QA warning RDEPENDS of util-linux-libmount Aníbal Limón
2015-08-10 23:54 ` Andre McCurdy
2015-08-11 14:40 ` Burton, Ross
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox