[oe-commits] Denis Carikli : xserver-nodm-init 2.0: remove DEFAULT_PREFERENCE = "-1"

git version control git at git.openembedded.org
Wed Apr 20 10:10:03 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 394f1a819ffc8fec0b5c3c2302847d0350e056a3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=394f1a819ffc8fec0b5c3c2302847d0350e056a3

Author: Denis Carikli <GNUtoo at no-log.org>
Date:   Sat Apr 16 04:12:36 2011 +0000

xserver-nodm-init 2.0: remove DEFAULT_PREFERENCE = "-1"

That fix was made in order to prevent distributions like Angstrom2010
  from picking the 1.0 version:
Angstrom 2008 picked the 2.0 version while Angstrom 2010 use the 1.0 version.
  That can prevent Xorg session from starting on the target device(like bug20 in my case):
The 1.0 lacks the following session start:
    xinit /etc/X11/Xsession -- `which $XSERVER` $ARGS >/var/log/Xsession.log 2>&1
And has that instead:
    /etc/X11/Xserver &
Which has the effect of starting Xorg only(and not the session,display manager etc...)

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>
Acked-by: Stefan Schmidt <stefan at buglabs.net>

---

 recipes/xserver-nodm-init/xserver-nodm-init_2.0.bb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/recipes/xserver-nodm-init/xserver-nodm-init_2.0.bb b/recipes/xserver-nodm-init/xserver-nodm-init_2.0.bb
index 5d6ca39..317d58a 100644
--- a/recipes/xserver-nodm-init/xserver-nodm-init_2.0.bb
+++ b/recipes/xserver-nodm-init/xserver-nodm-init_2.0.bb
@@ -3,7 +3,6 @@ LICENSE = "GPL"
 SECTION = "x11"
 PRIORITY = "optional"
 RDEPENDS_${PN} = "xserver-common (>= 1.30) xinit"
-DEFAULT_PREFERENCE = "-1"
 PR = "r4"
 
 SRC_URI = "file://xserver-nodm"





More information about the Openembedded-commits mailing list