summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 6bc0419e0..2486bd96c 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -180,7 +180,7 @@ install_qa_check() {
for path in ${opath//:/ }; do
[ -e "${D}/${path}/${lib}" ] && found=1
done
- [ "${found}" -gt 0 ] && rneeded="${rneeded},${lib}"
+ [ "${found}" -eq 0 ] && rneeded="${rneeded},${lib}"
done
rneeded=${rneeded:1}
if [ -n "${rneeded}" ]; then