All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] Add dependencies on Perl and Bash to NTP recipe
@ 2013-04-11 20:04 lists
  2013-04-12 10:07 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: lists @ 2013-04-11 20:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Philipp Wagner

From: Philipp Wagner <mail@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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-12 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 20:04 [meta-oe][PATCH] Add dependencies on Perl and Bash to NTP recipe lists
2013-04-12 10:07 ` Koen Kooi
2013-04-12 15:24   ` Philipp Wagner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.