]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
unfs3: clean up DEPENDS
authorRoss Burton <ross.burton@arm.com>
Mon, 9 Jun 2025 11:19:44 +0000 (12:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Jun 2025 16:43:20 +0000 (17:43 +0100)
flex-nativesdk is both the wrong name (should be nativesdk-flex), and in
nativesdk builds it will be a dependency anyway thanks to the DEPENDS
remapping.

Merge multiple assignments into a single line.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/unfs3/unfs3_0.10.0.bb

index 045e496ccdb34a39e519d22bb1648dd245c404a4..d5c2a03371cc3cbc74fe59e2398d44230493690d 100644 (file)
@@ -7,9 +7,7 @@ SECTION = "console/network"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e"
 
-DEPENDS = "flex-native bison-native flex"
-DEPENDS += "libtirpc"
-DEPENDS:append:class-nativesdk = " flex-nativesdk"
+DEPENDS = "flex-native bison-native flex libtirpc"
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \