diff options
| -rw-r--r-- | meta-networking/recipes-support/chrony/chrony_4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_4.3.bb b/meta-networking/recipes-support/chrony/chrony_4.3.bb index 083d2cbc00..6617164e3d 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.3.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.3.bb | |||
| @@ -45,7 +45,7 @@ DEPENDS = "pps-tools" | |||
| 45 | 45 | ||
| 46 | # Note: Despite being built via './configure; make; make install', | 46 | # Note: Despite being built via './configure; make; make install', |
| 47 | # chrony does not use GNU Autotools. | 47 | # chrony does not use GNU Autotools. |
| 48 | inherit update-rc.d systemd | 48 | inherit update-rc.d systemd pkgconfig |
| 49 | 49 | ||
| 50 | # Add chronyd user if privdrop packageconfig is selected | 50 | # Add chronyd user if privdrop packageconfig is selected |
| 51 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'privdrop', 'useradd', '', d)} | 51 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'privdrop', 'useradd', '', d)} |
