aboutsummaryrefslogtreecommitdiffstats
path: root/packages/suspend-desktop
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-06-29 12:12:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-29 12:12:46 +0000
commit4e6c7f40c2c4b2ccff5786d1f9c7127a85ab768c (patch)
tree0c9e23cc9a02f596cba6411e5b82f2c001e8f64a /packages/suspend-desktop
parentdeb15c1cc02b2106321c641aaafc0fe46f3dc1fa (diff)
downloadopenembedded-4e6c7f40c2c4b2ccff5786d1f9c7127a85ab768c.tar.gz
suspend-desktop: fixups
* fix do_install to not break (see oe bug #1023, #1024 and #1025) * set package_arch to all
Diffstat (limited to 'packages/suspend-desktop')
-rw-r--r--packages/suspend-desktop/suspend-desktop_1.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/suspend-desktop/suspend-desktop_1.0.bb b/packages/suspend-desktop/suspend-desktop_1.0.bb
index 4586b61978..5ad9ec9478 100644
--- a/packages/suspend-desktop/suspend-desktop_1.0.bb
+++ b/packages/suspend-desktop/suspend-desktop_1.0.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
SECTION = "gpe"
PRIORITY = "optional"
DESCRIPTION = "Suspend feature for the application launcher menu."
@@ -8,7 +8,7 @@ DEPENDS = "gpe-conf"
RDEPENDS = "gpe-conf"
RRECOMMENDS = "apm"
PACKAGES = ${PN}
-
+PACKAGE_ARCH = "all"
SRC_URI = "file://suspend.desktop \
file://suspend.sh"
@@ -21,6 +21,6 @@ do_compile() {
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
}