summaryrefslogtreecommitdiff
blob: e537cc0fa31907bb2642ca99bd386b314ce6decd (plain)
1
2
3
4
5
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