Message ID | 20250801142554.3273064-2-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/5] neard: recipe tweaks | expand |
diff --git a/meta/recipes-core/dbus/dbus_1.16.2.bb b/meta/recipes-core/dbus/dbus_1.16.2.bb index aabc4c3efb8..381dcec82a3 100644 --- a/meta/recipes-core/dbus/dbus_1.16.2.bb +++ b/meta/recipes-core/dbus/dbus_1.16.2.bb @@ -43,7 +43,7 @@ PACKAGECONFIG[audit] = "-Dlibaudit=enabled,-Dlibaudit=disabled,audit" PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux" PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" -DEPENDS = "expat virtual/libintl autoconf-archive-native glib-2.0" +DEPENDS = "expat virtual/libintl glib-2.0" RDEPENDS:${PN} += "${PN}-common ${PN}-tools" RDEPENDS:${PN}:class-native = ""
This recipe uses Meson to build now, so it doesn't need autoconf-archive anymore. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-core/dbus/dbus_1.16.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)