diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-09-05 18:04:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-06 23:01:50 +0100 |
commit | 882da38f226acc40c041155218549edad461b7d7 (patch) | |
tree | 4b2caa9f30d7374f2a11d2ac97638cf39caef55e /oe-init-build-env | |
parent | 1838671b832015ae28c8c101e8b20afbbf4b3c98 (diff) | |
download | openembedded-core-882da38f226acc40c041155218549edad461b7d7.tar.gz openembedded-core-882da38f226acc40c041155218549edad461b7d7.tar.bz2 openembedded-core-882da38f226acc40c041155218549edad461b7d7.zip |
run-postinsts: move script execution from S98 to S99 in rcS.d
Apparently, when opkg/dpkg and run-postinsts are installed in the same
time, opkg/dpkg postinstall overwrites the run-postinsts link in rcS.d.
This will make run-postinsts script useless and the delayed postinstalls
will not be run.
This issue happens only when 'package-management' is disabled and, in
the same time, dpkg/opkg ends up in the image: either pulled by some
dependency or manually installed.
With this patch, both opkg/dpkg and run-postinsts scripts will run but
the former will silently fail because the package metadata is removed from
the image since 'pacakge-management' is disabled.
[YOCTO #4484]
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions