diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-10-16 13:27:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 17:33:12 +0000 |
commit | 3e629b2061b375e6bfa7feb84dded37347251009 (patch) | |
tree | e7d1d95cb47a24830fabe0ce372d428dfe49444b /meta/recipes-devtools/opkg | |
parent | aedf3d914392df1082abdcde80880d67b34f7e77 (diff) | |
download | poky-3e629b2061b375e6bfa7feb84dded37347251009.tar.gz |
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.
(From OE-Core rev: 7aabc9408fb382f0ae39f9932b6d9ac391528b76)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index ec0771635f..fb99fb5076 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/meta/recipes-devtools/opkg/opkg.inc | |||
@@ -105,4 +105,6 @@ BBCLASSEXTEND = "native nativesdk" | |||
105 | 105 | ||
106 | # Define a variable to allow distros to run configure earlier. | 106 | # Define a variable to allow distros to run configure earlier. |
107 | # (for example, to enable loading of ethernet kernel modules before networking starts) | 107 | # (for example, to enable loading of ethernet kernel modules before networking starts) |
108 | # note: modifying name or default value for POSTINSTALL_INITPOSITION requires | ||
109 | # changes in systemd-compat-units.bb | ||
108 | POSTINSTALL_INITPOSITION ?= "98" | 110 | POSTINSTALL_INITPOSITION ?= "98" |