blob: 58ef0685336a0e8b9244542a5c509de39815d1de [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"
version_restriction {
op: LE
val: "1.6.1"
}
}
}
build {
external_dep: "fuchsia/third_party/flex/${platform}@2.6.4"
}
verify {
test: "verify.sh"
}
}
create {
platform_re: "mac-amd64"
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"
}
}