libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / matchbox-session / matchbox-session.bb
blobc9317068281b9f29911e9ed2b0bf5a7da6bfc000
1 DESCRIPTION = "Matchbox session support"
2 RDEPENDS_${PN} = "matchbox-common"
3 # they do the same in other way
4 RCONFLICTS_${PN} = "gpe-session-scripts"
5 PR = "r1"
7 do_install() {
8 install -d ${D}${sysconfdir}/X11/Xsession.d/
9 ln -sf ${bindir}/matchbox-session ${D}${sysconfdir}/X11/Xsession.d/90matchbox-session
12 PACKAGE_ARCH = "all"
13 PACKAGES = "${PN}"
15 FILES_${PN} = "${sysconfdir}"