summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2017-01-26 12:22:05 -0800
committerJuro Bystricky <juro.bystricky@intel.com>2017-01-26 12:22:05 -0800
commit2a3ae35de9c846354a07ac1a2db51382cd290c02 (patch)
tree46afd06d9fd2756ba17289bebf3d3b47d4d90dc0
parent58dda8440c1943c15ee750eb40f0fc651e316f51 (diff)
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 <juro.bystricky@intel.com>
-rw-r--r--recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb2
1 files changed, 1 insertions, 1 deletions
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