diff options
author | Changqing Li <changqing.li@windriver.com> | 2020-06-02 17:24:17 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-03 15:15:42 -0700 |
commit | 394567c0078c627642e7b80b722f147da5a6f376 (patch) | |
tree | d5f8eb60d1950313c257dce821a3f9b565428d65 /meta-xfce/recipes-xfce | |
parent | 2104648cc9fc616e2e4e8b9c1c8ef37d67732eb8 (diff) | |
download | meta-openembedded-394567c0078c627642e7b80b722f147da5a6f376.tar.gz |
packagegroup-xfce-base: add RDEPEND packagegroup-core-x11
without packagegroup-core-x11, after boot target, and run
startx, it will report error like:
/usr/bin/startx: line 203: xauth: command not found
xinit: unable to run server "/usr/bin/X": No such file or directory
Use the -- option, or make sure that /usr/bin is in your path and
that "/usr/bin/X" is a program or a link to the right type of server
for your display. Possible server names include:
Xorg Common X server for most displays
Xvfb Virtual frame buffer
Xfake kdrive-based virtual frame buffer
Xnest X server nested in a window on anot
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb index 70ef909ef..6ddf8ee91 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | |||
@@ -7,6 +7,7 @@ inherit packagegroup features_check | |||
7 | REQUIRED_DISTRO_FEATURES = "x11" | 7 | REQUIRED_DISTRO_FEATURES = "x11" |
8 | 8 | ||
9 | RDEPENDS_${PN} = " \ | 9 | RDEPENDS_${PN} = " \ |
10 | packagegroup-core-x11 \ | ||
10 | xfwm4 \ | 11 | xfwm4 \ |
11 | xfce4-session \ | 12 | xfce4-session \ |
12 | xfconf \ | 13 | xfconf \ |