diff options
| author | Saul Wold <sgw@linux.intel.com> | 2012-07-26 15:55:30 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 14:26:26 +0100 |
| commit | c21ce7bc249aa8de3615c3d9dcbc38ca8124cba7 (patch) | |
| tree | 8de4ff614378bfd294889c720b201abe33de809f | |
| parent | 1e3bbf71fa190f0f34b6a5223616cafe2446256e (diff) | |
| download | poky-c21ce7bc249aa8de3615c3d9dcbc38ca8124cba7.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb b/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb index bc9368af10..6f7efb2560 100644 --- a/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb +++ b/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "Mini X session files for poky" | |||
| 2 | HOMEPAGE = "http://www.yoctoproject.org" | 2 | HOMEPAGE = "http://www.yoctoproject.org" |
| 3 | BUGTRACKER = "http://bugzilla.pokylinux.org" | 3 | BUGTRACKER = "http://bugzilla.pokylinux.org" |
| 4 | 4 | ||
| 5 | PR = "r2" | 5 | PR = "r3" |
| 6 | 6 | ||
| 7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
| 8 | LIC_FILES_CHKSUM = "file://mini-x-session;endline=5;md5=b6430bffbcf05f9760e72938826b7487" | 8 | LIC_FILES_CHKSUM = "file://mini-x-session;endline=5;md5=b6430bffbcf05f9760e72938826b7487" |
| @@ -15,9 +15,8 @@ S = "${WORKDIR}" | |||
| 15 | 15 | ||
| 16 | inherit update-alternatives | 16 | inherit update-alternatives |
| 17 | 17 | ||
| 18 | ALTERNATIVE_NAME = "x-session-manager" | 18 | ALTERNATIVE_${PN} = "x-session-manager" |
| 19 | ALTERNATIVE_LINK = "${bindir}/x-session-manager" | 19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/mini-x-session" |
| 20 | ALTERNATIVE_PATH = "${bindir}/mini-x-session" | ||
| 21 | ALTERNATIVE_PRIORITY = "50" | 20 | ALTERNATIVE_PRIORITY = "50" |
| 22 | 21 | ||
| 23 | do_install() { | 22 | do_install() { |
