From 2d49a466e65abe021cd14ec349a5c10a9fba2b69 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Thu, 16 Nov 2006 03:14:10 +0000 Subject: quagga: Quote the rhs of all variable assignments since this will be required with future versions of bitbake. --- packages/quagga/quagga.inc | 20 ++++++++++---------- packages/quagga/quagga_0.99.3.bb | 2 +- packages/quagga/quagga_0.99.4.bb | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'packages/quagga') diff --git a/packages/quagga/quagga.inc b/packages/quagga/quagga.inc index b67e913253..e3c00c3f08 100644 --- a/packages/quagga/quagga.inc +++ b/packages/quagga/quagga.inc @@ -9,15 +9,15 @@ SECTION = "network" LICENSE = "GPL" DEPENDS = "readline ncurses perl-native" # Each of the per-protocol packages depends on the main package -RDEPENDS_${PN}-ospfd = ${PN} -RDEPENDS_${PN}-ospf6d = ${PN} -RDEPENDS_${PN}-bgpd = ${PN} -RDEPENDS_${PN}-ripd = ${PN} -RDEPENDS_${PN}-ripngd = ${PN} -RDEPENDS_${PN}-isisd = ${PN} -RDEPENDS_${PN}-ospfclient = ${PN} +RDEPENDS_${PN}-ospfd = "${PN}" +RDEPENDS_${PN}-ospf6d = "${PN}" +RDEPENDS_${PN}-bgpd = "${PN}" +RDEPENDS_${PN}-ripd = "${PN}" +RDEPENDS_${PN}-ripngd = "${PN}" +RDEPENDS_${PN}-isisd = "${PN}" +RDEPENDS_${PN}-ospfclient = "${PN}" RDEPENDS_${PN}-doc = "" -RDEPENDS_${PN}-watchquagga = ${PN} +RDEPENDS_${PN}-watchquagga = "${PN}" # the "ip" command from busybox is not sufficient (flush by protocol flushes all routes) RDEPENDS_${PN} += "iproute2" # These are required for vtysh @@ -98,8 +98,8 @@ CONFFILES_${PN} = "${sysconfdir}/default/quagga" CONFFILES_${PN}-watchquagga = "${sysconfdir}/default/watchquagga" # Stop the names being rewritten due to the internal shared libraries -PKG_${PN}-ospfd = ${PN}-ospfd -PKG_${PN}-ospfclient = ${PN}-ospfclient +PKG_${PN}-ospfd = "${PN}-ospfd" +PKG_${PN}-ospfclient = "${PN}-ospfclient" # Main init script starts all deamons # Seperate init script for watchquagga diff --git a/packages/quagga/quagga_0.99.3.bb b/packages/quagga/quagga_0.99.3.bb index 138c8ce98f..5b3f76a762 100644 --- a/packages/quagga/quagga_0.99.3.bb +++ b/packages/quagga/quagga_0.99.3.bb @@ -1,3 +1,3 @@ -PR = "r3" +PR = "r4" require quagga.inc diff --git a/packages/quagga/quagga_0.99.4.bb b/packages/quagga/quagga_0.99.4.bb index 0595a3c94b..138c8ce98f 100644 --- a/packages/quagga/quagga_0.99.4.bb +++ b/packages/quagga/quagga_0.99.4.bb @@ -1,3 +1,3 @@ -PR = "r2" +PR = "r3" require quagga.inc -- cgit v1.2.3