All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kmod: fix RCONFLICTS setting
@ 2020-06-02 20:44 Konrad Weihmann
  2020-06-04  8:02 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Weihmann @ 2020-06-02 20:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Konrad Weihmann

Previously used libkmod2 isn't known in this scope,
replace it with the correct libkmod

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 meta/recipes-kernel/kmod/kmod_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
index bd21d2ff73..5cfd2238c9 100644
--- a/meta/recipes-kernel/kmod/kmod_git.bb
+++ b/meta/recipes-kernel/kmod/kmod_git.bb
@@ -10,7 +10,7 @@ RCONFLICTS_${PN} += "module-init-tools-insmod-static module-init-tools-depmod mo
 RREPLACES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
 
 # to force user to remove old module-init-tools and replace them with kmod variants
-RCONFLICTS_libkmod2 += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
+RCONFLICTS_libkmod += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
 
 # autotools set prefix to /usr, however we want them in /bin and /sbin
 EXTRA_OECONF += " --bindir=${base_bindir} --sbindir=${base_sbindir}"
-- 
2.20.1


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

* Re: [OE-core] [PATCH] kmod: fix RCONFLICTS setting
  2020-06-02 20:44 [PATCH] kmod: fix RCONFLICTS setting Konrad Weihmann
@ 2020-06-04  8:02 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2020-06-04  8:02 UTC (permalink / raw)
  To: Konrad Weihmann, openembedded-core

On Tue, 2020-06-02 at 22:44 +0200, Konrad Weihmann wrote:
> Previously used libkmod2 isn't known in this scope,
> replace it with the correct libkmod
> 
> Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
> ---
>  meta/recipes-kernel/kmod/kmod_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
> index bd21d2ff73..5cfd2238c9 100644
> --- a/meta/recipes-kernel/kmod/kmod_git.bb
> +++ b/meta/recipes-kernel/kmod/kmod_git.bb
> @@ -10,7 +10,7 @@ RCONFLICTS_${PN} += "module-init-tools-insmod-static module-init-tools-depmod mo
>  RREPLACES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
>  
>  # to force user to remove old module-init-tools and replace them with kmod variants
> -RCONFLICTS_libkmod2 += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
> +RCONFLICTS_libkmod += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"

This change caused:

https://autobuilder.yoctoproject.org/typhoon/#/builders/65/builds/2006

(and pretty much every other build to fail too)

Cheers,

Richard


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

end of thread, other threads:[~2020-06-04  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02 20:44 [PATCH] kmod: fix RCONFLICTS setting Konrad Weihmann
2020-06-04  8:02 ` [OE-core] " Richard Purdie

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.