summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb2
-rw-r--r--meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb2
2 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
index f5b1984cdd..0315ed7d66 100644
--- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
+++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
@@ -38,8 +38,6 @@ do_install_append() {
38 done 38 done
39} 39}
40 40
41inherit allarch
42
43RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator" 41RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator"
44 42
45RCONFLICTS_${PN} = "xserver-kdrive-common x11-common" 43RCONFLICTS_${PN} = "xserver-kdrive-common x11-common"
diff --git a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
index f9bf007a42..b29d0759a3 100644
--- a/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
+++ b/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "file://xserver-nodm \
12" 12"
13S = "${WORKDIR}" 13S = "${WORKDIR}"
14 14
15inherit allarch update-rc.d systemd 15inherit update-rc.d systemd
16 16
17INITSCRIPT_NAME = "xserver-nodm" 17INITSCRIPT_NAME = "xserver-nodm"
18INITSCRIPT_PARAMS = "start 01 5 . stop 01 0 1 2 3 6 ." 18INITSCRIPT_PARAMS = "start 01 5 . stop 01 0 1 2 3 6 ."