diff options
-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 \ |