diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-27 15:59:49 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-27 15:59:49 +0000 |
commit | 5f279acef1655e07bac92c4ea0aad6bfe39c7365 (patch) | |
tree | bcf80175637e680a070527c5d2133321e952b534 /opie-packagemanager/opie-packagemanager_cvs.oe | |
parent | 7404e0aad4b9a07aca1bcfc480aa9594b95e9545 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into odin.(none):/home/kergoth/code/packages
2004/05/27 15:51:04+02:00 uni-frankfurt.de!mickeyl
fix opie-packagemanager packaging
2004/05/27 15:10:47+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/27 15:08:36+02:00 hrw.one.pl!hrw
openzaurus-sa: Allow to define memory/disk split size in local.conf
2004/05/27 15:01:10+02:00 uni-frankfurt.de!mickeyl
add python-quicklauncher to task-python-everything
2004/05/27 14:59:24+02:00 uni-frankfurt.de!mickeyl
add python-quicklauncher, a quick launcher for pyqt applications
2004/05/27 14:28:33+02:00 uni-frankfurt.de!mickeyl
add opie-tonleiter, musicians program
2004/05/27 14:22:51+02:00 uni-frankfurt.de!mickeyl
upgrade python to Version 2.3.4
Disable the autohell patch since it doesn't apply and I don't have enough 31337 haxor skills
to check whether it is still necessary and if so how to upgrade it.
2004/05/27 14:19:52+02:00 uni-frankfurt.de!mickeyl
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/27 14:17:25+02:00 mn-logistik.de!schurig
test if bk push works again
2004/05/27 14:05:42+02:00 uni-frankfurt.de!mickeyl
really disable the hardcoded (ugh) CONFIG_PCMCIA_PROBE this time
2004/05/27 12:34:52+02:00 uni-frankfurt.de!mickeyl
fix lockstat SkipPackage error, it's defined in oe.parse
BKrev: 40b6107519yzo-6hB5Hw7ZLE4uSQ3w
Diffstat (limited to 'opie-packagemanager/opie-packagemanager_cvs.oe')
-rw-r--r-- | opie-packagemanager/opie-packagemanager_cvs.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opie-packagemanager/opie-packagemanager_cvs.oe b/opie-packagemanager/opie-packagemanager_cvs.oe index 3800f1ccc8..6f9a6ab7c0 100644 --- a/opie-packagemanager/opie-packagemanager_cvs.oe +++ b/opie-packagemanager/opie-packagemanager_cvs.oe @@ -8,7 +8,8 @@ PV = "1.1.4-cvs-${CVSDATE}" APPNAME = "packagemanager" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/${APPNAME};cvsdate=${CVSDATE} \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;cvsdate=${CVSDATE}" + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;cvsdate=${CVSDATE} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=${CVSDATE}" S = "${WORKDIR}/${APPNAME}" inherit opie |