diff options
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm-postinsts.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/rpm/rpm-postinsts.bb b/meta/recipes-devtools/rpm/rpm-postinsts.bb index 27ef2aa384..0a62da0c3c 100644 --- a/meta/recipes-devtools/rpm/rpm-postinsts.bb +++ b/meta/recipes-devtools/rpm/rpm-postinsts.bb | |||
| @@ -5,15 +5,12 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-2.1;md5=1 | |||
| 5 | 5 | ||
| 6 | RDEPENDS_${PN} = "base-files" | 6 | RDEPENDS_${PN} = "base-files" |
| 7 | 7 | ||
| 8 | inherit update-rc.d allarch | 8 | inherit allarch |
| 9 | # | 9 | # |
| 10 | # Allow distributions to alter when [postponed] package install scripts are run | 10 | # Allow distributions to alter when [postponed] package install scripts are run |
| 11 | # | 11 | # |
| 12 | POSTINSTALL_INITPOSITION ?= "98" | 12 | POSTINSTALL_INITPOSITION ?= "98" |
| 13 | 13 | ||
| 14 | INITSCRIPT_NAME = "run-postinsts" | ||
| 15 | INITSCRIPT_PARAMS = "start ${{POSTINSTALL_INITPOSITION} S ." | ||
| 16 | |||
| 17 | POSTLOG ?= "/var/log/postinstall.log" | 14 | POSTLOG ?= "/var/log/postinstall.log" |
| 18 | REDIRECT_CMD = "${@base_contains('IMAGE_FEATURES', 'debug-tweaks', '>>${POSTLOG} 2>&1', '', d)}" | 15 | REDIRECT_CMD = "${@base_contains('IMAGE_FEATURES', 'debug-tweaks', '>>${POSTLOG} 2>&1', '', d)}" |
| 19 | 16 | ||
