diff options
| -rw-r--r-- | meta/recipes-core/glibc/glibc-tests_2.35.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glibc/glibc-tests_2.35.bb b/meta/recipes-core/glibc/glibc-tests_2.35.bb index 96d0569ff6..97d5dc29a3 100644 --- a/meta/recipes-core/glibc/glibc-tests_2.35.bb +++ b/meta/recipes-core/glibc/glibc-tests_2.35.bb | |||
| @@ -4,7 +4,7 @@ require glibc-tests.inc | |||
| 4 | inherit ptest features_check | 4 | inherit ptest features_check |
| 5 | REQUIRED_DISTRO_FEATURES = "ptest" | 5 | REQUIRED_DISTRO_FEATURES = "ptest" |
| 6 | 6 | ||
| 7 | SRC_URI:append = " \ | 7 | SRC_URI += " \ |
| 8 | file://reproducible-paths.patch \ | 8 | file://reproducible-paths.patch \ |
| 9 | file://run-ptest \ | 9 | file://run-ptest \ |
| 10 | " | 10 | " |
| @@ -30,7 +30,7 @@ python __anonymous() { | |||
| 30 | RPROVIDES:${PN} = "${PN}" | 30 | RPROVIDES:${PN} = "${PN}" |
| 31 | RRECOMMENDS:${PN} = "" | 31 | RRECOMMENDS:${PN} = "" |
| 32 | RDEPENDS:${PN} = " glibc sed" | 32 | RDEPENDS:${PN} = " glibc sed" |
| 33 | DEPENDS:append = " sed" | 33 | DEPENDS += "sed" |
| 34 | 34 | ||
| 35 | export oe_srcdir="${exec_prefix}/src/debug/glibc/${PV}/" | 35 | export oe_srcdir="${exec_prefix}/src/debug/glibc/${PV}/" |
| 36 | 36 | ||
