diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-08-01 15:25:51 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-07 12:11:15 +0100 |
| commit | 4b6da73a2cd3aaf8e36eb9857843af98fcd92bc1 (patch) | |
| tree | 9398a951841954890c17dba5718ef5e7bfd1d211 | |
| parent | 396e0cdd2d308983e2933239d603be25a49a09c9 (diff) | |
| download | poky-4b6da73a2cd3aaf8e36eb9857843af98fcd92bc1.tar.gz | |
dbus: remove autoconf-archive-native DEPENDS
This recipe uses Meson to build now, so it doesn't need autoconf-archive
anymore.
(From OE-Core rev: a310fc7520d057079d7a771aaa93fc7678eabb72)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/dbus/dbus_1.16.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.16.2.bb b/meta/recipes-core/dbus/dbus_1.16.2.bb index 5d6336545d..909a209fc7 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" | |||
| 43 | PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux" | 43 | PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux" |
| 44 | PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" | 44 | PACKAGECONFIG[tests] = "-Dinstalled_tests=true,-Dinstalled_tests=false" |
| 45 | 45 | ||
| 46 | DEPENDS = "expat virtual/libintl autoconf-archive-native glib-2.0" | 46 | DEPENDS = "expat virtual/libintl glib-2.0" |
| 47 | RDEPENDS:${PN} += "${PN}-common ${PN}-tools" | 47 | RDEPENDS:${PN} += "${PN}-common ${PN}-tools" |
| 48 | RDEPENDS:${PN}:class-native = "" | 48 | RDEPENDS:${PN}:class-native = "" |
| 49 | 49 | ||
