[oe] [meta-oe][PATCH] Add dependencies on Perl and Bash to NTP recipe

lists at philipp-wagner.com lists at philipp-wagner.com
Thu Apr 11 20:04:14 UTC 2013


From: Philipp Wagner <mail at philipp-wagner.com>

do_rootfs gave errors about bash and perl not being found.
This patch adds the two packages to the runtime dependencies
to fix this problem.

Signed-off-by: Philipp Wagner <mail at philipp-wagner.com>
---
 meta-networking/recipes-support/ntp/ntp.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc
index d93f22d..a563a08 100644
--- a/meta-networking/recipes-support/ntp/ntp.inc
+++ b/meta-networking/recipes-support/ntp/ntp.inc
@@ -59,7 +59,7 @@ PACKAGES += "ntpdate ${PN}-tickadj ${PN}-utils"
 
 # ntp originally includes tickadj. It's split off for inclusion in small firmware images on platforms
 # with wonky clocks (e.g. OpenSlug)
-RDEPENDS_${PN} = "${PN}-tickadj"
+RDEPENDS_${PN} = "${PN}-tickadj perl bash"
 # Handle move from bin to utils package
 RPROVIDES_${PN}-utils = "${PN}-bin"
 RREPLACES_${PN}-utils = "${PN}-bin"
-- 
1.8.1.4




More information about the Openembedded-devel mailing list