quagga: Quote the rhs of all variable assignments since this will be
authorJamie Lenehan <lenehan@twibble.org>
Thu, 16 Nov 2006 03:14:10 +0000 (03:14 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Thu, 16 Nov 2006 03:14:10 +0000 (03:14 +0000)
required with future versions of bitbake.

packages/quagga/quagga.inc
packages/quagga/quagga_0.99.3.bb
packages/quagga/quagga_0.99.4.bb

index b67e913..e3c00c3 100644 (file)
@@ -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
index 138c8ce..5b3f76a 100644 (file)
@@ -1,3 +1,3 @@
-PR = "r3"
+PR = "r4"
 
 require quagga.inc
index 0595a3c..138c8ce 100644 (file)
@@ -1,3 +1,3 @@
-PR = "r2"
+PR = "r3"
 
 require quagga.inc