Signed-off-by: Khem Raj <[email protected]> --- meta/recipes-core/glibc/glibc-testsuite_2.34.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.34.bb b/meta/recipes-core/glibc/glibc-testsuite_2.34.bb index e8ad2a938b1..6650ec5a483 100644 --- a/meta/recipes-core/glibc/glibc-testsuite_2.34.bb +++ b/meta/recipes-core/glibc/glibc-testsuite_2.34.bb @@ -3,7 +3,8 @@ require glibc-tests.inc inherit qemu -SRC_URI += "file://check-test-wrapper" +# Use append instead of += that way patch is applied with devupstream too +SRC_URI:append = " file://check-test-wrapper" # strip provides PROVIDES = "" -- 2.34.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#158434): https://lists.openembedded.org/g/openembedded-core/message/158434 Mute This Topic: https://lists.openembedded.org/mt/87124067/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
