blob: 28b83fddc00acfcab84789e2d5a44e1cb358c261 [file] [log] [blame]
create {
platform_re: "linux-(amd64|arm64)"
source {
git {
repo: "https://zircon-guest.googlesource.com/third_party/kernel.googlesource.com/pub/scm/utils/dtc/dtc"
tag_pattern: "v%s"
}
}
build {
external_dep: "fuchsia/third_party/flex/${platform}@2.6.4"
}
verify {
test: "verify.sh"
}
}
create {
platform_re: "mac-(amd64|arm64)"
source {
git {
repo: "https://zircon-guest.googlesource.com/third_party/kernel.googlesource.com/pub/scm/utils/dtc/dtc"
tag_pattern: "v%s"
}
}
build {
external_dep: "fuchsia/third_party/pkg-config/${platform}@0.29.2"
}
verify {
test: "verify.sh"
}
}