* fix do_install to not break (see oe bug #1023, #1024 and #1025)
* set package_arch to all
-PR = "r0"
+PR = "r1"
SECTION = "gpe"
PRIORITY = "optional"
DESCRIPTION = "Suspend feature for the application launcher menu."
RDEPENDS = "gpe-conf"
RRECOMMENDS = "apm"
PACKAGES = ${PN}
-
+PACKAGE_ARCH = "all"
SRC_URI = "file://suspend.desktop \
file://suspend.sh"
do_install() {
install -d ${D}/${bindir}
install -d ${D}/${datadir}/applications
- install -m644 ${WORKDIR}/suspend.desktop ${D}/${datadir}/applications/suspend.desktop
- install -m755 ${WORKDIR}/suspend.sh ${D}/${bindir}/suspend.sh
+ install -m 644 ${WORKDIR}/suspend.desktop ${D}/${datadir}/applications/suspend.desktop
+ install -m 755 ${WORKDIR}/suspend.sh ${D}/${bindir}/suspend.sh
}