summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-06-09 12:19:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-09 17:43:42 +0100
commit872edf1865cb3677d7fd5ea52d2a972b7451d1e9 (patch)
tree46bdfe693ea991c2b5a95d9be9e812bc2bf0ddf6
parent235fe2d9e7379ac76fbd76df246835ab1808af76 (diff)
downloadpoky-872edf1865cb3677d7fd5ea52d2a972b7451d1e9.tar.gz
unfs3: clean up DEPENDS
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. (From OE-Core rev: 9a59d2c0be199c4f16143db6c70942fdedd0212c) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/unfs3/unfs3_0.10.0.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_0.10.0.bb b/meta/recipes-devtools/unfs3/unfs3_0.10.0.bb
index 045e496ccd..d5c2a03371 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"
7LICENSE = "BSD-3-Clause" 7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e"
9 9
10DEPENDS = "flex-native bison-native flex" 10DEPENDS = "flex-native bison-native flex libtirpc"
11DEPENDS += "libtirpc"
12DEPENDS:append:class-nativesdk = " flex-nativesdk"
13 11
14S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
15SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \ 13SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \