diff options
-rw-r--r-- | meta-networking/recipes-support/chrony/chrony_4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony_4.2.bb b/meta-networking/recipes-support/chrony/chrony_4.2.bb index 8d12cc75e2..b7d21b7e91 100644 --- a/meta-networking/recipes-support/chrony/chrony_4.2.bb +++ b/meta-networking/recipes-support/chrony/chrony_4.2.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)} |