summaryrefslogtreecommitdiff
path: root/profiles/features/prefix/standalone/legacy/profile.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/features/prefix/standalone/legacy/profile.bashrc')
-rw-r--r--profiles/features/prefix/standalone/legacy/profile.bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/features/prefix/standalone/legacy/profile.bashrc b/profiles/features/prefix/standalone/legacy/profile.bashrc
new file mode 100644
index 000000000000..e537cc0fa319
--- /dev/null
+++ b/profiles/features/prefix/standalone/legacy/profile.bashrc
@@ -0,0 +1,6 @@
+# tricks to circumvent false positive checks of old kernel
+
+if [[ ${CATEGORY}/${PN} == dev-util/cmake && ${EBUILD_PHASE} == configure ]]; then
+ einfo "Removing utimensat outputs..."
+ sed -i '/UTIMENSAT=/d' ${S}/Source/kwsys/CMakeLists.txt
+fi