[oe-commits] Paul Eggleton : ntp: add explicit perl dependency to ntp-utils package

git at git.openembedded.org git at git.openembedded.org
Mon Jan 5 12:29:00 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 0d7e23d86ea31c060a64b22d883e9d6e1d1c099f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0d7e23d86ea31c060a64b22d883e9d6e1d1c099f

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Jan  5 10:51:27 2015 +0000

ntp: add explicit perl dependency to ntp-utils package

The ntp-utils package contains at least one perl-using script as well as
a supporting perl module, therefore we need a dependency on perl.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-support/ntp/ntp_4.2.8.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8.bb
index e14921a..9f74f6b 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8.bb
@@ -125,6 +125,7 @@ FILES_${PN} = "${sbindir}/ntpd ${sysconfdir}/ntp.conf ${sysconfdir}/init.d/ntpd
 "
 FILES_${PN}-tickadj = "${sbindir}/tickadj"
 FILES_${PN}-utils = "${sbindir} ${datadir}/ntp/lib"
+RDEPENDS_${PN}-utils += "perl"
 FILES_ntpdate = "${sbindir}/ntpdate \
     ${sysconfdir}/network/if-up.d/ntpdate-sync \
     ${bindir}/ntpdate-sync \



More information about the Openembedded-commits mailing list