mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
mini-x-session: cleanup update-alternatives deprecated code
(From OE-Core rev: 6e344e2564456a366682a423d4f061f5d93b2137) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1e3bbf71fa
commit
c21ce7bc24
@@ -2,7 +2,7 @@ DESCRIPTION = "Mini X session files for poky"
|
||||
HOMEPAGE = "http://www.yoctoproject.org"
|
||||
BUGTRACKER = "http://bugzilla.pokylinux.org"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://mini-x-session;endline=5;md5=b6430bffbcf05f9760e72938826b7487"
|
||||
@@ -15,9 +15,8 @@ S = "${WORKDIR}"
|
||||
|
||||
inherit update-alternatives
|
||||
|
||||
ALTERNATIVE_NAME = "x-session-manager"
|
||||
ALTERNATIVE_LINK = "${bindir}/x-session-manager"
|
||||
ALTERNATIVE_PATH = "${bindir}/mini-x-session"
|
||||
ALTERNATIVE_${PN} = "x-session-manager"
|
||||
ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/mini-x-session"
|
||||
ALTERNATIVE_PRIORITY = "50"
|
||||
|
||||
do_install() {
|
||||
|
||||
Reference in New Issue
Block a user