aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine-sdk/i686-mingw32.conf4
-rw-r--r--conf/machine-sdk/x86_64-mingw32.conf4
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine-sdk/i686-mingw32.conf b/conf/machine-sdk/i686-mingw32.conf
index 586bfe3..7e309df 100644
--- a/conf/machine-sdk/i686-mingw32.conf
+++ b/conf/machine-sdk/i686-mingw32.conf
@@ -16,7 +16,9 @@ ALLOW_EMPTY_${PN}_mingw32 = "1"
# Do what amounts to a NOOP
SDK_PACKAGING_FUNC = "do_compile"
-SDKTAROPTS_append = " -h --hard-dereference"
+
+# Causes an endless loop
+#SDKTAROPTS_append = " -h --hard-dereference"
SDKUSE_NLS = "no"
diff --git a/conf/machine-sdk/x86_64-mingw32.conf b/conf/machine-sdk/x86_64-mingw32.conf
index 7d1c016..f026af4 100644
--- a/conf/machine-sdk/x86_64-mingw32.conf
+++ b/conf/machine-sdk/x86_64-mingw32.conf
@@ -16,7 +16,9 @@ ALLOW_EMPTY_${PN}_mingw32 = "1"
# Do what amounts to a NOOP
SDK_PACKAGING_FUNC = "do_compile"
-SDKTAROPTS_append = " -h --hard-dereference"
+
+# Causes an endless loop
+#SDKTAROPTS_append = " -h --hard-dereference"
SDKUSE_NLS = "no"