diff options
author | Ross Burton <ross.burton@arm.com> | 2025-06-09 12:19:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-09 17:43:42 +0100 |
commit | 872edf1865cb3677d7fd5ea52d2a972b7451d1e9 (patch) | |
tree | 46bdfe693ea991c2b5a95d9be9e812bc2bf0ddf6 | |
parent | 235fe2d9e7379ac76fbd76df246835ab1808af76 (diff) | |
download | poky-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.bb | 4 |
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" | |||
7 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" |
9 | 9 | ||
10 | DEPENDS = "flex-native bison-native flex" | 10 | DEPENDS = "flex-native bison-native flex libtirpc" |
11 | DEPENDS += "libtirpc" | ||
12 | DEPENDS:append:class-nativesdk = " flex-nativesdk" | ||
13 | 11 | ||
14 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
15 | SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \ | 13 | SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \ |