Merge pull request #532 from marineam/cleanup

fix(coreos-base/update_engine): Add rule to remove old dbus config.
This commit is contained in:
Michael Marineau 2014-04-08 11:44:50 -07:00
commit d1616f863d
3 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
r /etc/dbus-1/system.d/UpdateEngine.conf - - - 0 -

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
else
CROS_WORKON_COMMIT="f084f56dec6aeb1259e901112f3b9461e265883f"
CROS_WORKON_COMMIT="cf6827237b9123b2173b9d3d326c2471804dcea4"
KEYWORDS="amd64 arm x86"
fi
@ -108,6 +108,9 @@ src_install() {
insinto /usr/share/dbus-1/system.d
doins UpdateEngine.conf
# Install rule to remove old UpdateEngine.conf from /etc
systemd_dotmpfilesd "${FILESDIR}"/update-engine.conf
insinto /usr/include/chromeos/update_engine
doins update_engine.dbusserver.h
doins update_engine.dbusclient.h