Message ID | 20241205181734.1767363-1-alex.kanavin@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/2] dtc: correct the tests option | expand |
diff --git a/meta/recipes-kernel/dtc/dtc_1.7.2.bb b/meta/recipes-kernel/dtc/dtc_1.7.2.bb index b17cfa85e79..3df95ec1ee3 100644 --- a/meta/recipes-kernel/dtc/dtc_1.7.2.bb +++ b/meta/recipes-kernel/dtc/dtc_1.7.2.bb @@ -22,7 +22,7 @@ inherit meson pkgconfig EXTRA_OEMESON = "-Dpython=disabled -Dvalgrind=disabled" PACKAGECONFIG ??= "tools" -PACKAGECONFIG[tests] = "-Dtestss=true,-Dtests=false," +PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false," PACKAGECONFIG[tools] = "-Dtools=true,-Dtools=false,flex-native bison-native" PACKAGECONFIG[yaml] = "-Dyaml=enabled,-Dyaml=disabled,libyaml"