summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-11 20:51:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-12 23:39:13 +0000
commit28b8d57a88849f7f024d13c5c901f3621f5166c7 (patch)
tree26248d8095743c82b7aabcf4ce012f2ce35cd446 /meta/recipes-core/glibc/glibc
parent3ad29bf3b733b4f3a86451d204c1755570917814 (diff)
downloadpoky-28b8d57a88849f7f024d13c5c901f3621f5166c7.tar.gz
glibc-tests: Add missing bash ptest dependency
The script has a bashism and needs bash to execute correctly. Mark it as such and add the missing bash dependency so it executes in minimal images. (From OE-Core rev: a1b5afac108d9c94e8fc2ad8cfebfee16f6f243b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc')
-rwxr-xr-xmeta/recipes-core/glibc/glibc/run-ptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc/run-ptest b/meta/recipes-core/glibc/glibc/run-ptest
index f637986105..c394b49866 100755
--- a/meta/recipes-core/glibc/glibc/run-ptest
+++ b/meta/recipes-core/glibc/glibc/run-ptest
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/bash
2# ptest script for glibc - to run time related tests to 2# ptest script for glibc - to run time related tests to
3# facilitate Y2038 validation 3# facilitate Y2038 validation
4# Run with 'ptest-runner glibc-tests' 4# Run with 'ptest-runner glibc-tests'