diff options
| author | Jed <jed.openxt@gmail.com> | 2018-12-17 13:08:23 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-11 10:39:09 +0000 |
| commit | 8483929d1657772513a543a121bcd789f426cce3 (patch) | |
| tree | 2ebbbe1b3b9dd0bb9c8314729aaea803036fb080 /meta | |
| parent | a2e1fd796bcb2da647057d3c147b3c39c2344916 (diff) | |
| download | poky-8483929d1657772513a543a121bcd789f426cce3.tar.gz | |
at-spi2: fix dbus-daemon path
"dbus_daemon" is supposed to be set to the full dbus-daemon file
path, not just its directory.
(From OE-Core rev: fa95b51b4c867fdb8011881097a0160d7d3e4e71)
Signed-off-by: Jed <jed.openxt@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.30.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.30.0.bb b/meta/recipes-support/atk/at-spi2-core_2.30.0.bb index 536431f7cd..d7ea9be87f 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.30.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.30.0.bb | |||
| @@ -18,7 +18,7 @@ inherit meson gtk-doc gettext systemd pkgconfig distro_features_check upstream-v | |||
| 18 | REQUIRED_DISTRO_FEATURES = "x11" | 18 | REQUIRED_DISTRO_FEATURES = "x11" |
| 19 | 19 | ||
| 20 | EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \ | 20 | EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \ |
| 21 | -Ddbus_daemon=${bindir}" | 21 | -Ddbus_daemon=${bindir}/dbus-daemon" |
| 22 | 22 | ||
| 23 | GTKDOC_ENABLE_FLAG = "-Denable_docs=true" | 23 | GTKDOC_ENABLE_FLAG = "-Denable_docs=true" |
| 24 | GTKDOC_DISABLE_FLAG = "-Denable_docs=false" | 24 | GTKDOC_DISABLE_FLAG = "-Denable_docs=false" |
