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

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

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..b1c8b5b 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"
 
+RRECOMMENDS_${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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-29  8:37 [meta-networking][PATCH V2 1/2] quagga: add subpkgs to RRECOMMENDS Chong Lu
2014-09-29  8:37 ` [meta-networking][PATCH V2 2/2] quagga: add systemd service file 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.