summaryrefslogtreecommitdiff
path: root/recipes-devtools
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-03-31 16:14:13 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-04-01 10:11:36 +0200
commit9a2bb052672bf53494b772efc0fd4741ecdafb33 (patch)
treefeb5774e3799bc348d3517c4059dc14009663593 /recipes-devtools
parent5d8cb2b6d9458cbc25776fca1d0dc6c0e88b0fc6 (diff)
systemd-compat-units: ensure that postinst is run
The combination of changes lead to the postinst scripts not beeing run at all.
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/systemd/systemd-compat-units.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/systemd/systemd-compat-units.bbappend b/recipes-devtools/systemd/systemd-compat-units.bbappend
new file mode 100644
index 0000000..4bb84b6
--- /dev/null
+++ b/recipes-devtools/systemd/systemd-compat-units.bbappend
@@ -0,0 +1,6 @@
+PRINC = "1"
+# 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"