Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Enable x support only add rdepends to dbus-launch. Make it a
seperate package so other packages like dbus does not rdepend on
libx11.
* This solves the problem that if you restart X for multiple times,
there will be many dbus-daemon left in the system. That's because
--exit-with-session in Xsession will not be useful without enabling
x support.
* Follow debian, change the name from dbus-1 to dbus and
conflict/replace the original dbus-1.
* oe-stylize dbus.inc
|
|
|
|
* this is not a complete list
* this still doesn't fix the pkg_postinst() type of bugs
|
|
|
|
* don't hide problems
* use proper PID files
* allow restart
|
|
ec238858461bb40d136b48ac17f1ad9ee6b50c9e
|
|
|
|
release
|
|
|
|
|
|
system
|
|
|
|
|
|
* with this revision, system bus activation finally works
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and '4202065ccdf53efb3f2e35af2f07d2d55ee0aa27'
|
|
|
|
|
|
not exists).
Closes #3179
packages/dbus/dbus_1.0.2.bb : Bump PR
|
|
|
|
|
|
older version
This will fix networkmanager
|
|
|
|
|
|
|
|
reproduced (tested by thos)
|
|
services on halt/reboot
|
|
* autotools_stage_all doesn't install binaries
|
|
|
|
|
|
|
|
that doesn't break every dbus using app
|