summaryrefslogtreecommitdiff
path: root/packages/gnome/gconf-dbus_svn.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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 Freyther1
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-02-13gconf-dbus: update svn version to rev 641, remove cvs versionMichael Lauer1
* this makes it work with dbus 1.1.x
2007-12-13gconf-dbus: fix -dev packaging of svn versionPhilipp Zabel1
2007-10-26gconf-dbus: do not install gconf.service into /usr/share/dbus-1.0/ dir as it ↵Marcin Juszkiewicz1
is not used by DBus (from Poky)
2007-09-15gconf-dbus: DEPENDS += virtual/libintlKoen Kooi1
2007-09-14gconf-dbus: sync with poky, drops dependency on gtk+Koen Kooi1
2007-04-25gconf-dbus_svn.bb : Add dependency on intltool-native so configure script runs Philip Balister1
properly. This should fix bug 2136.
2007-04-12gconf-dbus: update svn to 2.16Koen Kooi1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-27gconf-dbus: depend on dbus-glibKoen Kooi1
2006-03-08gconf-dbus: bump PV up to 2.10 to provide an upgrade pathKoen Kooi1
2006-01-20merge of 82bcdbbeb00c95318d566c7433ccdc8ac512737eJustin Patrin1
and 83e188071b5f6287dbe396261e4ad3fead68a0d2
2006-01-20gnome-dbus_svn: Disable PARALLEL_MAKE.Richard Purdie1
2006-01-20gconf-dbus: fix compile error with gconf lock functions in XML backend and ↵Justin Patrin1
fix oldxml in Makefile
2006-01-16gconf-dbus_svn.bb : Remove the repeated data in the .bb file, as approved by ↵Graeme Gregory1
florian.
2006-01-14gconf-dbus: add imendio svn version for new dbus apiPhilipp Zabel1