diff options
Diffstat (limited to 'meta/packages/matchbox-sato')
-rw-r--r-- | meta/packages/matchbox-sato/matchbox-sato_0.1.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb index e2f4aeb825..b8d6d7151a 100644 --- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb | |||
@@ -3,11 +3,18 @@ LICENSE = "GPL" | |||
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts" | 4 | RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts" |
5 | RCONFLICTS = "matchbox-common" | 5 | RCONFLICTS = "matchbox-common" |
6 | PR = "r20" | 6 | PR = "r21" |
7 | 7 | ||
8 | SRC_URI = "file://etc file://matchbox-session" | 8 | SRC_URI = "file://etc file://matchbox-session" |
9 | S = ${WORKDIR} | 9 | S = ${WORKDIR} |
10 | 10 | ||
11 | inherit update-alternatives | ||
12 | |||
13 | ALTERNATIVE_NAME = "x-session-manager" | ||
14 | ALTERNATIVE_LINK = "${bindir}/x-session-manager" | ||
15 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" | ||
16 | ALTERNATIVE_PRIORITY = "10" | ||
17 | |||
11 | do_install() { | 18 | do_install() { |
12 | install -d ${D}/${bindir} | 19 | install -d ${D}/${bindir} |
13 | install -m 0755 ${S}/matchbox-session ${D}/${bindir} | 20 | install -m 0755 ${S}/matchbox-session ${D}/${bindir} |