diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-09-22 06:58:38 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-24 08:12:35 -0700 |
commit | b6ce7fbc51c8dc17f9e80f03286dfd4cc58e8a6b (patch) | |
tree | ac34f7bc548364dd594d2245294438a3703093c9 /meta-networking | |
parent | 54a96fa4feb1a7712f9f3d1190c0d95d89eb6c7c (diff) | |
download | meta-openembedded-b6ce7fbc51c8dc17f9e80f03286dfd4cc58e8a6b.tar.gz |
postfix: Inherit pkgconfig
It was part of default dependencies before
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-daemons/postfix/postfix.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc index 7bf258374c..1ae32af283 100644 --- a/meta-networking/recipes-daemons/postfix/postfix.inc +++ b/meta-networking/recipes-daemons/postfix/postfix.inc | |||
@@ -20,7 +20,7 @@ CLEANBROKEN = "1" | |||
20 | 20 | ||
21 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |
22 | 22 | ||
23 | inherit update-rc.d useradd update-alternatives systemd lib_package | 23 | inherit pkgconfig update-rc.d useradd update-alternatives systemd lib_package |
24 | 24 | ||
25 | INITSCRIPT_NAME = "postfix" | 25 | INITSCRIPT_NAME = "postfix" |
26 | INITSCRIPT_PARAMS = "start 58 3 4 5 . stop 13 0 1 6 ." | 26 | INITSCRIPT_PARAMS = "start 58 3 4 5 . stop 13 0 1 6 ." |