summaryrefslogtreecommitdiff
path: root/packages/avahi/avahi_0.6.21.bb
AgeCommit message (Collapse)AuthorFiles
2008-12-22avahi: fix postinst script errorJohn Lee1
The previous version of dbus-1 will not stop clean if there exists running 'dbus-daemon --session' in the system. That will cause the script to believe it should ask for a force-reload of dbus, which leads to an error exit because the 'dbus-daemon --system' wasn't really running.
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-17avahi: do not force RDEPENDS for avahi-daemon and avahi-autoipdJeremy Lainé1
* append to RDEPENDS instead of forcing them * fixes problem where avahi-daemon cannot find libdaemon.so.0
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-06-10lots of recipes: bump PR to get postinsts backKoen Kooi1
* this is not a complete list * this still doesn't fix the pkg_postinst() type of bugs
2008-05-23avahi: disable libssp globallyKoen Kooi1
2008-05-16avahi: move PR out of inc file and into bb filesRolf Leggewie1
2007-09-14avahi: add IPV6 definitions to make compilation go further Koen Kooi1
2007-08-23avahi: prepare for building gtk and python code, let only -daemonPhilipp Zabel1
recommend libnss-mdns, have only -daemon and -autoipd depend on update-rc.d
2007-08-15avahi: add 0.6.21Philipp Zabel1