aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-session/matchbox-session_0.1.bb
blob: c9811f241636ed177af17412b256775dfc13629a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
RCONFLICTS = "matchbox-common"

SRC_URI = "file://matchbox-session"
S = "${WORKDIR}"

inherit update-alternatives

ALTERNATIVE_NAME = "x-session-manager"
ALTERNATIVE_LINK = "${bindir}/x-session-manager"
ALTERNATIVE_PATH = "${bindir}/matchbox-session"
ALTERNATIVE_PRIORITY = "10"

do_install() {
	install -d ${D}/${bindir}
	install -m 0755 ${S}/matchbox-session ${D}/${bindir}
}