aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libgpepimc
AgeCommit message (Collapse)Author
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-09-09ecore, libgpewidget: add more dependsKoen Kooi
libgpepimc, libgpewidget: bump PR to get Depends: fixed in packages
2008-01-21gpe-contacts svn: Implement proper handling of VCARD categories.Paul Sokolovsky
* VCARD's CATEGORIES field used to be stuffed into contact's CATEGORY field as is, which is not what gpe-contacts expect. * So now, try to look up each of VCARD's categories (adding new accessor to libgpepimc was required), if it doesn't exist, create it, and finally put category ID into contact's CATEGORY field.
2007-06-11gpe: mega updateKoen Kooi
2007-02-12divers: remove superfluous spaces from SECTION line for 63 bb files.Rolf Leggewie
2007-02-10packages/gpe-mini-browser/gpe-mini-browser_svn.bbPhilippe De Swert
packages/libgpelaunch/libgpelaunch_svn.bb packages/libgpepimc/libgpepimc_svn.bb packages/libgpeplugin/libgpeplugin_svn.bb packages/libgpevtype/libgpevtype_svn.bb packages/libgtkinput/libgtkinput_svn.bb packages/libgtkstylus/libgtkstylus_svn.bb packages/libschedule/libschedule_svn.bb packages/libtododb/libtododb_svn.bb packages/libxsettings/libxsettings_svn.bb * fix svn downloading. OE-stylize makes a mistake by putting the SRC_URI before the inherit line, causing download to fail. * Adapted SRC_URI to be ${GPE_SVN} instead of svn://...
2007-02-10packages/gpe-mini-browser/gpe-mini-browser_svn.bbPhilippe De Swert
packages/libgpelaunch/libgpelaunch_svn.bb packages/libgpepimc/libgpepimc_svn.bb packages/libgpeplugin/libgpeplugin_svn.bb packages/libgpevtype/libgpevtype_svn.bb packages/libgtkinput/libgtkinput_svn.bb packages/libgtkstylus/libgtkstylus_svn.bb packages/libschedule/libschedule_svn.bb packages/libtododb/libtododb_svn.bb packages/libxsettings/libxsettings_svn.bb * removed MAINTAINER field (apologies for my bad reading skills) * improved style (all run through oe-stylize)
2007-02-09packages/libgpelaunch/libgpelaunch_svn.bbPhilippe De Swert
* added svn build for libgpelaunch packages/libgpepimc/libgpepimc_svn.bb * added svn build for libgpepimc packages/libgpeplugin/libgpeplugin_svn.bb * added svn build fot libgpeplugin packages/libgtkinput/libgtkinput_svn.bb * added svn build for libgtkinput packages/libgtkstylus/libgtkstylus_svn.bb * added svn build for libgtkstylus packages/libschedule/libschedule_svn.bb * added svn build for libschedule packages/libtododb/libtododb_svn.bb * added svn build for libtododb packages/libxsettings/libxsettings_svn.bb packages/libxsettings/files packages/libxsettings/files/libxsettings-svn-makefile-fix.patch packages/libxsettings/files/Makefile.translation packages/libxsettings/files/Makefile.dpkg_ipkg * added svn build for libxsettings (with patch and needed extra files) packages/libgpevtype/libgpevtype_svn.bb * added svn build for libgpevtype packages/gpe-mini-browser/gpe-mini-browser_svn.bb * bumped ${PV} from 0.19+... to 0.20+... as 0.20 has been released conf/bitbake.conf * added GPE_SVN_EXTRA entry to have a shorthand for all packages that are in the extra part of the GPE svn repo
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-07-31libgpepimc: update to 0.8Koen Kooi
2006-02-28libgpepimc: update to 0.6Koen Kooi
2005-07-09More syntax fixes, unbelievable I spend most of the time at GPE bbfiles...Holger Freyther
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2005-06-22Tweak some GPE/maemo package namesKoen Kooi
BKrev: 42b99c6b3ndi71NPa36TLlhJGmOEbQ
2005-06-20Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/20 18:20:26+02:00 void!koen libgpepimc.inc: rework libgpepimc.inc, courtesy Florian Boor libgpewidget-hildon_0.102.bb: new file, courtesy Florian Boor BKrev: 42b6f16bMtaj4_eLzCwBA95Uz3P3kQ
2005-06-20Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/20 17:05:14+02:00 utwente.nl!koen Add libgpepimc and libgpepimc-maemo 0.5 BKrev: 42b6e35fh5_aqOqO5B4r01Frtu0zTQ
2005-01-01Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/01 02:00:34+00:00 nexus.co.uk!pb update libgpepimc to 0.4 BKrev: 41d60d87sGQicSkwIwJZxAO5puFcTw
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA