1eb8dc403SDave CobbleySUMMARY = "Very simple session manager for X" 290fd73cbSAndrew GeisslerDESCRIPTION = "Simple session manager for X, that provides just the right boilerplate to create a session and launch the browser " 3eb8dc403SDave CobbleyHOMEPAGE = "http://www.yoctoproject.org" 4eb8dc403SDave CobbleyBUGTRACKER = "http://bugzilla.pokylinux.org" 5eb8dc403SDave Cobbley 6eb8dc403SDave Cobbley 77e0e3c0cSAndrew GeisslerLICENSE = "GPL-2.0-only" 8eb8dc403SDave CobbleyLIC_FILES_CHKSUM = "file://mini-x-session;endline=5;md5=b6430bffbcf05f9760e72938826b7487" 9eb8dc403SDave Cobbley 10eb8dc403SDave CobbleySECTION = "x11" 11213cb269SPatrick WilliamsRCONFLICTS:${PN} = "matchbox-common" 12eb8dc403SDave Cobbley 13eb8dc403SDave CobbleySRC_URI = "file://mini-x-session" 14*edff4923SAndrew Geissler 15*edff4923SAndrew GeisslerS = "${WORKDIR}/sources" 16*edff4923SAndrew GeisslerUNPACKDIR = "${S}" 17eb8dc403SDave Cobbley 18213cb269SPatrick WilliamsRDEPENDS:${PN} = "sudo" 19eb8dc403SDave Cobbley 20eb8dc403SDave Cobbleyinherit update-alternatives 21eb8dc403SDave Cobbley 22213cb269SPatrick WilliamsALTERNATIVE:${PN} = "x-session-manager" 23eb8dc403SDave CobbleyALTERNATIVE_TARGET[x-session-manager] = "${bindir}/mini-x-session" 24eb8dc403SDave CobbleyALTERNATIVE_PRIORITY = "50" 25eb8dc403SDave Cobbley 26eb8dc403SDave Cobbleydo_install() { 27eb8dc403SDave Cobbley install -d ${D}/${bindir} 28eb8dc403SDave Cobbley install -m 0755 ${S}/mini-x-session ${D}/${bindir} 29eb8dc403SDave Cobbley} 30