diff options
-rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb | 2 |
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 | ||
41 | inherit allarch | ||
42 | |||
43 | RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator" | 41 | RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator" |
44 | 42 | ||
45 | RCONFLICTS_${PN} = "xserver-kdrive-common x11-common" | 43 | RCONFLICTS_${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 | " |
13 | S = "${WORKDIR}" | 13 | S = "${WORKDIR}" |
14 | 14 | ||
15 | inherit allarch update-rc.d systemd | 15 | inherit update-rc.d systemd |
16 | 16 | ||
17 | INITSCRIPT_NAME = "xserver-nodm" | 17 | INITSCRIPT_NAME = "xserver-nodm" |
18 | INITSCRIPT_PARAMS = "start 01 5 . stop 01 0 1 2 3 6 ." | 18 | INITSCRIPT_PARAMS = "start 01 5 . stop 01 0 1 2 3 6 ." |