From: Changqing Li <changqing...@windriver.com>

bitbake core-image-minimal, do_rootfs will fail with following configs:
SDKMACHINE = "x86_64-mingw32"
IMAGE_INSTALL:append = " mingw-libgnurx"
EXTRA_IMAGE_FEATURES = "dbg-pkgs dev-pkgs debug-tweaks"

libgnurx is the regex functionality from glibc 2.5 extracted into a
separate library, for Win32. So its dev package has conflict files with
libc6-dev.

Signed-off-by: Changqing Li <changqing...@windriver.com>
---
 recipes-support/mingw-libgnurx/mingw-libgnurx_2.5.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-support/mingw-libgnurx/mingw-libgnurx_2.5.1.bb 
b/recipes-support/mingw-libgnurx/mingw-libgnurx_2.5.1.bb
index 4547298..127cdcd 100644
--- a/recipes-support/mingw-libgnurx/mingw-libgnurx_2.5.1.bb
+++ b/recipes-support/mingw-libgnurx/mingw-libgnurx_2.5.1.bb
@@ -15,3 +15,5 @@ inherit autotools
 EXTRA_OECONF = ""
 
 BBCLASSEXTEND = "nativesdk"
+
+RCONFLICTS:${PN}-dev = "libc6-dev"
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#61111): https://lists.yoctoproject.org/g/yocto/message/61111
Mute This Topic: https://lists.yoctoproject.org/mt/101588801/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to