]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
xz: remove redundant PTEST_ENABLED conditional
authorRoss Burton <ross.burton@arm.com>
Mon, 12 Feb 2024 17:44:46 +0000 (17:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Feb 2024 13:51:38 +0000 (13:51 +0000)
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

index 0f0849c3e5baf3a0b3850e28234d603c92b4f436..ad519e568940e414878410802cccc72da8772703 100644 (file)
@@ -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"