[yocto] [meta-mingw][PATCH] pthreads-win32: fix dependencies

Juro Bystricky juro.bystricky at intel.com
Thu Jan 26 12:32:55 PST 2017


This commit fixes the build error:

    make[1]: x86_64-pokysdk-mingw32-gcc: Command not found

The build error appeared after oe-core switched to Recipe
Specific Sysroots.

[YOCTO#10971]

Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
---
 recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb b/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb
index 68291b9..e4a0f80 100644
--- a/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb
+++ b/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb
@@ -21,7 +21,7 @@ SRC_URI[sha256sum] = "e6aca7aea8de33d9c8580bcb3a0ea3ec0a7ace4ba3f4e263ac7c7b66bc
 S = "${WORKDIR}/pthreads-w32-${PVdash}-release"
 
 INHIBIT_DEFAULT_DEPS = "1"
-DEPENDS = "virtual/${SDK_PREFIX}gcc-initial libgcc virtual/libc"
+DEPENDS = "virtual/${SDK_PREFIX}gcc libgcc virtual/libc"
 
 do_configure_prepend() {
     ## First reset all permissions because all are executable
-- 
2.7.4




More information about the yocto mailing list