diff mbox series

[1/2] xz: remove redundant PTEST_ENABLED conditional

Message ID 20240212174542.1200514-1-ross.burton@arm.com
State Accepted, archived
Commit 1698249fc3a9ecec714dcf696f32bb1264acfc4d
Headers show
Series [1/2] xz: remove redundant PTEST_ENABLED conditional | expand

Commit Message

Ross Burton Feb. 12, 2024, 5:45 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

There's no need to conditionally include run-ptest in the SRC_URI.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-extended/xz/xz_5.4.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-extended/xz/xz_5.4.5.bb b/meta/recipes-extended/xz/xz_5.4.5.bb
index 0f0849c3e5b..ad519e56894 100644
--- a/meta/recipes-extended/xz/xz_5.4.5.bb
+++ b/meta/recipes-extended/xz/xz_5.4.5.bb
@@ -25,7 +25,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=c8ea84ebe7b93cce676b54355dc6b2c0 \
                     "
 
 SRC_URI = "https://tukaani.org/xz/xz-${PV}.tar.gz \
-           ${@bb.utils.contains('PTEST_ENABLED', '1', 'file://run-ptest', '', d)} \
+           file://run-ptest \
           "
 SRC_URI[sha256sum] = "135c90b934aee8fbc0d467de87a05cb70d627da36abe518c357a873709e5b7d6"
 UPSTREAM_CHECK_REGEX = "xz-(?P<pver>\d+(\.\d+)+)\.tar"