dgibson / dtc

Device Tree Compiler
235 stars 134 forks source link

build: fix -Dtools=false build #155

Open elmarco opened 1 week ago

elmarco commented 1 week ago

Fixes: tests/meson.build:107:27: ERROR: Unknown variable "util_dep"

dgibson commented 1 week ago

Fix itself looks fine to me. The commit message needs a little work. It has what looks like a Fixes: tag, but it's neither kernel format (pointing to a commit which introduced the bug) nor github format (pointing to an issue describing the problem). I'd appreciate a little more context about what went wrong here too.