]> code.ossystems Code Review - openembedded-core.git/commit
systemd-compat-units: run-postinsts fix script link
authorAndreas Müller <schnitzeltony@googlemail.com>
Wed, 16 Oct 2013 11:27:55 +0000 (13:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Oct 2013 17:33:00 +0000 (17:33 +0000)
commit7aabc9408fb382f0ae39f9932b6d9ac391528b76
tree8af416d931c1d2e6894db4280f7f88262bf31631
parenta6b02fe439fa13c8482383fba2bfdcb0e9742141
systemd-compat-units: run-postinsts fix script link

in

commit fe039170236080291c0220476a5809774f82ee5c
Author: Muhammad Shakeel <muhammad_shakeel@mentor.com>
Date:   Wed Oct 2 10:55:32 2013 +0000

    systemd-compat-units: Use correct run-postinsts script link

    OE-Core commit 75a14923da1ba91eddde47f0907345c19c82d6f0 has moved
    run-postinsts script execution from S98 to S99 in rcS.d. run-postinsts.service
    should check for this script and run it on first boot rather than
    S98run-postinsts, which is for opkg/dpkg.

the link was corrected but the mentioned commit is not available. Instead of
reverting, we use the same variable as opkg for init script ordering and drop
a note in case somebody wants to change default.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/systemd/systemd-compat-units.bb
meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service
meta/recipes-devtools/opkg/opkg.inc