diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2026-02-17 18:11:35 +0100 |
|---|---|---|
| committer | Max Krummenacher <max.krummenacher@toradex.com> | 2026-02-18 09:33:05 +0100 |
| commit | 3ee3dc41f7e635e9f8baa0bae80a147cdcfbb12e (patch) | |
| tree | 28a1fc8444c71f795141190dca2bd0ac34a8fedc | |
| parent | 86245c7b428d0d82e98464d869790da3f4804b1f (diff) | |
openembedded-core removed support for systemd-compat-units.
As we added a bbappend with commit 9a2bb052672b ("systemd-compat-units:
ensure that postinst is run") this results in a failed build.
Also the removal makes the bbappend obsolete as now we shouldn't have
a race condition causing the onetime postinst task to never run.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| -rw-r--r-- | recipes-core/systemd/systemd-compat-units.bbappend | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-core/systemd/systemd-compat-units.bbappend b/recipes-core/systemd/systemd-compat-units.bbappend deleted file mode 100644 index 650847c..0000000 --- a/recipes-core/systemd/systemd-compat-units.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -# discrepancy -# ./openembedded-core/meta/recipes-core/systemd/systemd-compat-units.bb -# ./openembedded-core/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb -# ./openembedded-core/meta/recipes-devtool/opkg/opkg.inc -POSTINSTALL_INITPOSITION = "99" |
