]> code.ossystems Code Review - openembedded-core.git/commit
update-rcd.bbclass: fix host/target test
authorRoss Burton <ross.burton@intel.com>
Wed, 16 Oct 2013 13:07:51 +0000 (14:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Oct 2013 13:50:58 +0000 (14:50 +0100)
commit2b179d90eacc58f0b217f64407782a9174362850
tree0f03ef703562a4b05b8932b9b9590de2272653a0
parent3a6032a422f1dfcd72995cad9cbe3638edb94cab
update-rcd.bbclass: fix host/target test

"update-rc: Stop and remove service if updating package" (oe-core d91b08) had a
bug in it's implementation of a "host or target" test which always resulted in
"target", so the rootfs scripts were attempting to restart daemons on the host.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/update-rc.d.bbclass