quagga: Fix SRC_URIs
authorRichard Purdie <rpurdie@rpsys.net>
Wed, 19 Mar 2008 12:29:38 +0000 (12:29 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Wed, 19 Mar 2008 12:29:38 +0000 (12:29 +0000)
packages/quagga/quagga.inc
packages/quagga/quagga_0.99.6.bb
packages/quagga/quagga_0.99.7.bb
packages/quagga/quagga_0.99.8.bb

index 811eb15..f81a062 100644 (file)
@@ -21,6 +21,8 @@ RDEPENDS_${PN}-watchquagga = "${PN}"
 # the "ip" command from busybox is not sufficient (flush by protocol flushes all routes)
 RDEPENDS_${PN}          += "iproute2"
 
+QUAGGASUBDIR = ""
+
 # ${QUAGGASUBDIR} is deal with old versions. Set to "/attic" for old
 # versions and leave it empty for recent versions.
 SRC_URI = "http://www.quagga.net/download${QUAGGASUBDIR}/quagga-${PV}.tar.gz \
index 0595a3c..9911f51 100644 (file)
@@ -1,3 +1,5 @@
 PR = "r2"
 
 require quagga.inc
+
+QUAGGASUBDIR = "/attic"
\ No newline at end of file
index 6bcc251..7401534 100644 (file)
@@ -1,3 +1,3 @@
-PR = "r0"
-
 require quagga.inc
+
+QUAGGASUBDIR = "/attic"
\ No newline at end of file
index 6bcc251..7401534 100644 (file)
@@ -1,3 +1,3 @@
-PR = "r0"
-
 require quagga.inc
+
+QUAGGASUBDIR = "/attic"
\ No newline at end of file