summaryrefslogtreecommitdiff
path: root/20-coverity-scan.sh
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-07-14 14:38:31 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-07-14 14:49:46 +0100
commit60796ee4c7bcf45e1da341e85266b99871da5350 (patch)
treeae3aa6ef46e29f03b17f2bf3d187757c05c7f578 /20-coverity-scan.sh
parentd1a6438a6e4ce92fa85e9fcd31dfad2b340d5d62 (diff)
common: Abstract src dir for libcamera
Move the libcamera sources under src/ and abstract the source location through a srcdir helper. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to '20-coverity-scan.sh')
-rwxr-xr-x20-coverity-scan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/20-coverity-scan.sh b/20-coverity-scan.sh
index 169fce2..935d355 100755
--- a/20-coverity-scan.sh
+++ b/20-coverity-scan.sh
@@ -12,7 +12,7 @@ set -e
source ./common.sh
-LIBCAMERA=${1:-$(pwd)/libcamera}
+LIBCAMERA=${1:-$(srcdir libcamera)}
ID=coverity
BRANCH=$(libcamera_branch "$LIBCAMERA")