diff options
| -rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix_3.10.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.10.8.bb b/meta-networking/recipes-daemons/postfix/postfix_3.10.8.bb index 2423e17169..a66ecc0b5d 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.10.8.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.10.8.bb | |||
| @@ -240,8 +240,8 @@ pkg_postinst_ontarget:${PN}-cfg () { | |||
| 240 | } | 240 | } |
| 241 | 241 | ||
| 242 | PACKAGES =+ "${PN}-cfg" | 242 | PACKAGES =+ "${PN}-cfg" |
| 243 | RDEPENDS:${PN}-cfg:class-target += "${PN}-bin" | 243 | RDEPENDS:${PN}-cfg:append:class-target = " ${PN}-bin" |
| 244 | RDEPENDS:${PN}:class-target += "${PN}-cfg" | 244 | RDEPENDS:${PN}:append:class-target = " ${PN}-cfg" |
| 245 | # Exclude .debug directories from the main package | 245 | # Exclude .debug directories from the main package |
| 246 | FILES:${PN}-bin += "${localstatedir} ${bindir}/* ${sbindir}/* \ | 246 | FILES:${PN}-bin += "${localstatedir} ${bindir}/* ${sbindir}/* \ |
| 247 | ${libexecdir}/* ${systemd_unitdir}/*" | 247 | ${libexecdir}/* ${systemd_unitdir}/*" |
