From e3bf0b69c99e561d18f0dadf49d1ea88270200e2 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 11 Jul 2018 18:27:11 -0700 Subject: openbox: fix runtime error for missing python and pyXDG Openbox-Message: Cannot set locale modifiers for the X server. /usr/bin/env: 'python': No such file or directory /usr/libexec/openbox-xdg-autostart needs python, add rdepends Also missing rdepends on pyXDG Signed-off-by: Armin Kuster Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb index c35a0c7238..f4d21b8f9f 100644 --- a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb +++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb @@ -39,7 +39,6 @@ python populate_packages_prepend() { do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True) } -RDEPENDS_${PN} += "${PN}-core ${PN}-config ${PN}-theme-clearlooks" FILES_${PN}-core = "${bindir}/openbox ${bindir}/openbox-session ${libdir}/*${SOLIBS}" FILES_${PN}-lxde += "${datadir}/lxde/ \ @@ -54,3 +53,5 @@ FILES_${PN}-gnome += " \ " FILES_${PN}-config += "${sysconfdir}" + +RDEPENDS_${PN} += "${PN}-core ${PN}-config ${PN}-theme-clearlooks python pyxdg" -- cgit 1.2.3-korg