From a0bc3b7972aafc38c3bfb3045896c01c5ae05e8d Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 9 Jan 2006 19:15:30 +0000 Subject: opie-examples-python: few fixes - corrected dependency on opie-pyquicklaunchapplet - set PACKAGE_ARCH to all as it contain only Python script - there is only one example - do not package .desktop files for other --- packages/opie-examples-python/opie-examples-python.inc | 5 +++-- packages/opie-examples-python/opie-examples-python_1.2.1.bb | 4 ++-- packages/opie-examples-python/opie-examples-python_cvs.bb | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'packages/opie-examples-python') 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 " 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/ } diff --git a/packages/opie-examples-python/opie-examples-python_1.2.1.bb b/packages/opie-examples-python/opie-examples-python_1.2.1.bb index cc41ab54ee..3dd011c0b9 100644 --- a/packages/opie-examples-python/opie-examples-python_1.2.1.bb +++ b/packages/opie-examples-python/opie-examples-python_1.2.1.bb @@ -1,6 +1,6 @@ include ${PN}.inc - - + +PR = "r1" SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/examples/python \ ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \ diff --git a/packages/opie-examples-python/opie-examples-python_cvs.bb b/packages/opie-examples-python/opie-examples-python_cvs.bb index dffce8f5db..e561bf0be0 100644 --- a/packages/opie-examples-python/opie-examples-python_cvs.bb +++ b/packages/opie-examples-python/opie-examples-python_cvs.bb @@ -1,6 +1,7 @@ include ${PN}.inc - + PV = "1.2.1+cvs${SRCDATE}" +PR = "r1" SRC_URI = "${HANDHELDS_CVS};module=opie/examples/python \ ${HANDHELDS_CVS};module=opie/pics \ -- cgit v1.2.3