From 2a3ae35de9c846354a07ac1a2db51382cd290c02 Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Thu, 26 Jan 2017 12:22:05 -0800 Subject: pthreads-win32: fix dependencies 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 --- 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 -- cgit v1.2.3-54-g00ecf