fix e2fsprogs

Signed-off-by: 张文迪 <zhangwendi3@huawei.com>
This commit is contained in:
张文迪 2023-06-03 17:03:53 +08:00
parent b08c917ed4
commit 9fef819eb4
3 changed files with 3 additions and 6 deletions

View File

@ -5,7 +5,6 @@
# published by the Free Software Foundation.
import("//build/ohos.gni")
import("//third_party/e2fsprogs/e2fsprogs.gni")
config("f2fs-defaults") {
cflags = [
@ -52,7 +51,7 @@ ohos_executable("fsck.f2fs") {
]
deps = [
"//third_party/e2fsprogs/e2fsprogs/contrib/android:libdacconfig",
"//third_party/e2fsprogs:libdacconfig",
"//third_party/f2fs-tools/lib:libf2fs",
]

View File

@ -5,7 +5,6 @@
# published by the Free Software Foundation.
import("//build/ohos.gni")
import("//third_party/e2fsprogs/e2fsprogs.gni")
config("f2fs-defaults") {
cflags = [
@ -35,7 +34,7 @@ ohos_executable("mkfs.f2fs") {
]
deps = [
"//third_party/e2fsprogs/e2fsprogs/lib/uuid:libext2_uuid",
"//third_party/e2fsprogs:libext2_uuid",
"//third_party/f2fs-tools/lib:libf2fs",
]

View File

@ -5,7 +5,6 @@
# published by the Free Software Foundation.
import("//build/ohos.gni")
import("//third_party/e2fsprogs/e2fsprogs.gni")
config("f2fs-defaults") {
cflags = [
@ -31,7 +30,7 @@ ohos_executable("f2fscrypt") {
]
cflags = [ "-Wno-error=format-extra-args" ]
deps = [ "//third_party/e2fsprogs/e2fsprogs/lib/uuid:libext2_uuid" ]
deps = [ "//third_party/e2fsprogs:libext2_uuid" ]
install_enable = true
subsystem_name = "thirdparty"