aboutsummaryrefslogtreecommitdiff
path: root/kselftest/builders.sh
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-06-19 12:16:38 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-06-19 09:43:20 +0000
commit7f7f844deb09e769b3e31673ee67d65c128d6b89 (patch)
treeec6fcbfbf0db780fad668b2ac46c030efb79db1b /kselftest/builders.sh
parentf4b142ab37dd8e39b27edc3cc1c72fdbacc9da49 (diff)
kselftest: add libelf-dev to the build dependencies
It's required for bpf tests. Change-Id: Ic2ef2f5549941bf60736b1a7727df0e874a988fe Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'kselftest/builders.sh')
-rwxr-xr-xkselftest/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kselftest/builders.sh b/kselftest/builders.sh
index c226a42f04..0abfb6b902 100755
--- a/kselftest/builders.sh
+++ b/kselftest/builders.sh
@@ -6,7 +6,7 @@ if ! sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 update; then
sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 update || true
fi
-pkg_list="git libcap-dev libcap-ng-dev libfuse-dev libmount-dev libpopt-dev pkg-config pxz rsync"
+pkg_list="git libcap-dev libcap-ng-dev libelf-dev libfuse-dev libmount-dev libpopt-dev pkg-config pxz rsync"
deb_host_arch=$(dpkg-architecture -qDEB_HOST_ARCH)
case "${deb_host_arch}" in
amd64)