summaryrefslogtreecommitdiff
path: root/packages/opie-examples-python/opie-examples-python.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/opie-examples-python/opie-examples-python.inc')
-rw-r--r--packages/opie-examples-python/opie-examples-python.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/opie-examples-python/opie-examples-python.inc b/packages/opie-examples-python/opie-examples-python.inc
index ae84c3dfd7..060f8b12c8 100644
--- a/packages/opie-examples-python/opie-examples-python.inc
+++ b/packages/opie-examples-python/opie-examples-python.inc
@@ -3,8 +3,9 @@ SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
-RDEPENDS = "python-pyqt opie-pyquicklauncher"
+RDEPENDS = "python-pyqt opie-pyquicklaunchapplet"
APPNAME = "python"
+PACKAGE_ARCH = "all"
S = "${WORKDIR}/${APPNAME}"
@@ -22,6 +23,6 @@ do_install() {
install -d ${D}${palmtopdir}/bin/python/ ${D}${palmtopdir}/apps/Python
install -m 0755 *.py ${D}${palmtopdir}/bin/python/
install -m 0644 ${WORKDIR}/apps/Python/.directory ${D}${palmtopdir}/apps/Python/
- install -m 0644 ${WORKDIR}/apps/Python/*.desktop ${D}${palmtopdir}/apps/Python/
+ install -m 0644 ${WORKDIR}/apps/Python/simple.desktop ${D}${palmtopdir}/apps/Python/
}