diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-22 18:39:18 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-22 18:39:18 +0000 |
commit | 7504213601b7e767a829a3914b758632452af545 (patch) | |
tree | 493564e89bac605f200090f3d0b9a0bb70ae4fcb /opie-taskbar/opie-taskbar_cvs.oe | |
parent | 9e8eb2b0d6b285de37f2a8c9318683d56fdf31a3 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/09/22 20:39:02+02:00 uni-frankfurt.de!mickeyl
opie-taskbar is a device specific package, so set PACKAGE_ARCH accordingly. Note to Zecke: Please reset revisions to r0 when you upgrade PV next time
BKrev: 4151c6d6MNPVeoVTrg-CDvjdWImHdw
Diffstat (limited to 'opie-taskbar/opie-taskbar_cvs.oe')
-rw-r--r-- | opie-taskbar/opie-taskbar_cvs.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/opie-taskbar/opie-taskbar_cvs.oe b/opie-taskbar/opie-taskbar_cvs.oe index 6b25b64bab..e43388faee 100644 --- a/opie-taskbar/opie-taskbar_cvs.oe +++ b/opie-taskbar/opie-taskbar_cvs.oe @@ -6,7 +6,7 @@ MAINTAINER = "Team Opie <opie@handhelds.org>" DEPENDS = "opie-libqrsync" PV = "1.1.6-cvs-${CVSDATE}" APPNAME = "qpe" -PR = "r15" +PR = "r17" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/calibrate \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/mediummount \ @@ -120,3 +120,6 @@ do_install_append_tosa () { } FILES_opie-taskbar_append = " /etc ${palmtopdir}/apps ${palmtopdir}/pics" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + |