summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc-tests_2.37.bb2
-rwxr-xr-xmeta/recipes-core/glibc/glibc/run-ptest2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glibc/glibc-tests_2.37.bb b/meta/recipes-core/glibc/glibc-tests_2.37.bb
index bb6ef06162..9352a058fb 100644
--- a/meta/recipes-core/glibc/glibc-tests_2.37.bb
+++ b/meta/recipes-core/glibc/glibc-tests_2.37.bb
@@ -27,7 +27,7 @@ python __anonymous() {
27# Remove any leftovers from original glibc recipe 27# Remove any leftovers from original glibc recipe
28RPROVIDES:${PN} = "${PN}" 28RPROVIDES:${PN} = "${PN}"
29RRECOMMENDS:${PN} = "" 29RRECOMMENDS:${PN} = ""
30RDEPENDS:${PN} = " glibc sed" 30RDEPENDS:${PN} = " glibc sed bash"
31RDEPENDS:${PN}-ptest = "${PN}" 31RDEPENDS:${PN}-ptest = "${PN}"
32DEPENDS += "sed" 32DEPENDS += "sed"
33 33
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'