Message ID | 20250605161414.1050228-12-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [v2,01/16] libmodulemd: put version in recipe filename | expand |
diff --git a/meta/recipes-devtools/unfs3/unfs3_0.10.0.bb b/meta/recipes-devtools/unfs3/unfs3_0.10.0.bb index 045e496ccdb..d5c2a03371c 100644 --- a/meta/recipes-devtools/unfs3/unfs3_0.10.0.bb +++ b/meta/recipes-devtools/unfs3/unfs3_0.10.0.bb @@ -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 \
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> --- meta/recipes-devtools/unfs3/unfs3_0.10.0.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)