aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bug-desktop-icons/bug-reboot-icon.bb
blob: 64a6750cb45a49ad7d519480225ef0c023582237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "A desktop icon for system reboot."
DEPENDS = "matchbox-desktop"

PR = "r0"
PACKAGE_ARCH = "all"

SRC_URI = "file://bug-reboot.desktop"

S = "${WORKDIR}"

PACKAGE_ARCH = "all"
FILES_${PN} += "/usr/share/applications/bug-reboot.desktop"

do_install() {
	install -m 0755 -d ${D}/usr/share/applications
	install -m 0644 ${S}/bug-reboot.desktop ${D}/usr/share/applications/
}