M7350/oe-core/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb

26 lines
635 B
BlitzBasic
Raw Normal View History

2024-09-09 08:57:42 +00:00
SUMMARY = "Custom Matchbox session files"
2024-09-09 08:52:07 +00:00
HOMEPAGE = "http://www.matchbox-project.org/"
2024-09-09 08:57:42 +00:00
BUGTRACKER = "http://bugzilla.yoctoproject.org/"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
LICENSE = "GPLv2"
2024-09-09 08:52:07 +00:00
LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea"
SECTION = "x11"
2024-09-09 08:57:42 +00:00
RCONFLICTS_${PN} = "matchbox-common"
2024-09-09 08:52:07 +00:00
SRC_URI = "file://matchbox-session"
S = "${WORKDIR}"
2024-09-09 08:57:42 +00:00
PR = "r4"
2024-09-09 08:52:07 +00:00
inherit update-alternatives
2024-09-09 08:57:42 +00:00
ALTERNATIVE_${PN} = "x-session-manager"
ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session"
ALTERNATIVE_PRIORITY = "100"
2024-09-09 08:52:07 +00:00
do_install() {
install -d ${D}/${bindir}
install -m 0755 ${S}/matchbox-session ${D}/${bindir}
}