Browse Source

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>
Changqing Li 4 years ago
parent
commit
394567c007
1 changed files with 1 additions and 0 deletions
  1. 1 0
      meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb

+ 1 - 0
meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb

@@ -7,6 +7,7 @@ inherit packagegroup features_check
 REQUIRED_DISTRO_FEATURES = "x11"
 
 RDEPENDS_${PN} = " \
+    packagegroup-core-x11 \
     xfwm4 \
     xfce4-session \
     xfconf \