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

PR = "r0"
PACKAGE_ARCH = "all"

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

S = "${WORKDIR}"

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

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