diff options
| author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2022-09-19 17:23:05 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-28 08:02:11 +0100 |
| commit | 47f8f11dae2995900e10b6333eeece425bd49b5e (patch) | |
| tree | 13816f130226093e16ec52baf687cc1e35b5240c /meta/recipes-core | |
| parent | b3fd3f600d2630d0a3e4c01db5974fcb79bb6dd2 (diff) | |
| download | poky-47f8f11dae2995900e10b6333eeece425bd49b5e.tar.gz | |
glibc-tests: use += instead of :append
:append can not be modified in bbappends and thus += is
better in re-usable, generic layers and recipes.
(From OE-Core rev: da88406ba592504a718f516b985adc0d4553080d)
(From OE-Core rev: 98513137092ff259b163556167f034971b89fe64)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c9676445c942b95cc2bb71085d1648c02d774479)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
| -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 | ||
