diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-10 11:21:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 16:48:31 +0100 |
commit | d196d08acafe599c16a7ac8e04121039b1216ba6 (patch) | |
tree | 4712bba8f9307f0eb1230eb567a55aafaa9ca26c /meta/recipes-kernel | |
parent | f9d88a559dd2479893d7570676d42955ee3b8845 (diff) | |
download | openembedded-core-d196d08acafe599c16a7ac8e04121039b1216ba6.tar.gz openembedded-core-d196d08acafe599c16a7ac8e04121039b1216ba6.tar.bz2 openembedded-core-d196d08acafe599c16a7ac8e04121039b1216ba6.zip |
rpm-postinsts: don't create broken postinst script
Not only was the variable reference in this line broken, but it wasn't
going to work anyway - we install the script directly into /etc/rcS.d
and not into /etc/init.d, so the code in update-rc.d.bbclass couldn't
find anything there. This resulted in a postinstall script for
rpm-postinsts being created in /etc/rpm-postinsts which can't work when
the root filesystem is read-only. To simplify things just remove the use
of update-rc.d.bbclass since we don't really need the added complexity
here.
Fixes [YOCTO #4222].
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions