mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
ntp: add missing runtime dependencies
Some perl modules are required by ntptrace: $ ntptrace Can't locate lib.pm in @INC (you may need to install the lib module) (@INC contains: /usr/lib/perl5/site_perl/5.36.0/x86_64-linux /usr/lib/perl5/site_perl/5.36.0 /usr/lib/perl5/vendor_perl/5.36.0/x86_64-linux /usr/lib/perl5/vendor_perl/5.36.0 /usr/lib/perl5/5.36.0/x86_64-linux /usr/lib/perl5/5.36.0) at /usr/sbin/ntptrace line 10. BEGIN failed--compilation aborted at /usr/sbin/ntptrace line 10. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -136,7 +136,14 @@ RPROVIDES:${PN}-utils = "${PN}-bin"
|
|||||||
RREPLACES:${PN}-utils = "${PN}-bin"
|
RREPLACES:${PN}-utils = "${PN}-bin"
|
||||||
RCONFLICTS:${PN}-utils = "${PN}-bin"
|
RCONFLICTS:${PN}-utils = "${PN}-bin"
|
||||||
# ntpdc and ntpq were split out of ntp-utils
|
# ntpdc and ntpq were split out of ntp-utils
|
||||||
RDEPENDS:${PN}-utils = "ntpdc ntpq"
|
RDEPENDS:${PN}-utils = "ntpdc ntpq \
|
||||||
|
perl-module-lib \
|
||||||
|
perl-module-exporter \
|
||||||
|
perl-module-carp \
|
||||||
|
perl-module-version \
|
||||||
|
perl-module-socket \
|
||||||
|
perl-module-getopt-long \
|
||||||
|
"
|
||||||
|
|
||||||
SYSTEMD_PACKAGES = "${PN} sntp"
|
SYSTEMD_PACKAGES = "${PN} sntp"
|
||||||
SYSTEMD_SERVICE:${PN} = "ntpd.service"
|
SYSTEMD_SERVICE:${PN} = "ntpd.service"
|
||||||
|
|||||||
Reference in New Issue
Block a user