All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH 1/2] quagga: add subpkgs to RDEPENDS
@ 2014-09-29  1:19 Chong Lu
  2014-09-29  1:19 ` [meta-networking][PATCH 2/2] quagga: add systemd service file Chong Lu
  2014-09-29  5:51 ` [meta-networking][PATCH 1/2] quagga: add subpkgs to RDEPENDS Roman Khimov
  0 siblings, 2 replies; 4+ messages in thread
From: Chong Lu @ 2014-09-29  1:19 UTC (permalink / raw)
  To: openembedded-devel

We need subpkgs to start quagga, so add them to RDEPENDS.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 meta-networking/recipes-protocols/quagga/quagga.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc
index 7d4211a..04ec051 100644
--- a/meta-networking/recipes-protocols/quagga/quagga.inc
+++ b/meta-networking/recipes-protocols/quagga/quagga.inc
@@ -115,6 +115,8 @@ PACKAGE_BEFORE_PN = "${PN}-ospfd ${PN}-ospf6d ${PN}-babeld ${PN}-bgpd \
                      ${PN}-ripd ${PN}-ripngd ${PN}-isisd \
                      ${PN}-ospfclient ${PN}-watchquagga"
 
+RDEPENDS_${PN} += "${PN}-babeld ${PN}-bgpd ${PN}-isisd ${PN}-ospf6d ${PN}-ospfd ${PN}-ripd ${PN}-ripngd"
+
 FILES_${PN}-ospfd       = "${sbindir}/ospfd ${libdir}/libospf.so.*"
 FILES_${PN}-ospf6d      = "${sbindir}/ospf6d"
 FILES_${PN}-babeld      = "${sbindir}/babeld"
-- 
1.9.1



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

end of thread, other threads:[~2014-09-29  7:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-29  1:19 [meta-networking][PATCH 1/2] quagga: add subpkgs to RDEPENDS Chong Lu
2014-09-29  1:19 ` [meta-networking][PATCH 2/2] quagga: add systemd service file Chong Lu
2014-09-29  5:51 ` [meta-networking][PATCH 1/2] quagga: add subpkgs to RDEPENDS Roman Khimov
2014-09-29  7:01   ` Chong Lu

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.