diff options
Diffstat (limited to 'recipes/quagga')
-rw-r--r-- | recipes/quagga/quagga.inc | 2 | ||||
-rw-r--r-- | recipes/quagga/quagga_0.99.14.bb | 2 | ||||
-rw-r--r-- | recipes/quagga/quagga_0.99.6.bb | 2 | ||||
-rw-r--r-- | recipes/quagga/quagga_0.99.7.bb | 2 | ||||
-rw-r--r-- | recipes/quagga/quagga_0.99.8.bb | 2 |
5 files changed, 9 insertions, 1 deletions
diff --git a/recipes/quagga/quagga.inc b/recipes/quagga/quagga.inc index f81a062ed9..8d53ebc350 100644 --- a/recipes/quagga/quagga.inc +++ b/recipes/quagga/quagga.inc @@ -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" +INC_PR = "r2" + QUAGGASUBDIR = "" # ${QUAGGASUBDIR} is deal with old versions. Set to "/attic" for old diff --git a/recipes/quagga/quagga_0.99.14.bb b/recipes/quagga/quagga_0.99.14.bb index e745560a34..158ad4dba0 100644 --- a/recipes/quagga/quagga_0.99.14.bb +++ b/recipes/quagga/quagga_0.99.14.bb @@ -1,3 +1,5 @@ require quagga.inc +PR = "${INC_PR}.0" + QUAGGASUBDIR = "" diff --git a/recipes/quagga/quagga_0.99.6.bb b/recipes/quagga/quagga_0.99.6.bb index 9911f519d0..7c69317e5f 100644 --- a/recipes/quagga/quagga_0.99.6.bb +++ b/recipes/quagga/quagga_0.99.6.bb @@ -1,4 +1,4 @@ -PR = "r2" +PR = "${INC_PR}.0" require quagga.inc diff --git a/recipes/quagga/quagga_0.99.7.bb b/recipes/quagga/quagga_0.99.7.bb index 7401534db5..d127f1604e 100644 --- a/recipes/quagga/quagga_0.99.7.bb +++ b/recipes/quagga/quagga_0.99.7.bb @@ -1,3 +1,5 @@ require quagga.inc +PR = "${INC_PR}.0" + QUAGGASUBDIR = "/attic"
\ No newline at end of file diff --git a/recipes/quagga/quagga_0.99.8.bb b/recipes/quagga/quagga_0.99.8.bb index 7401534db5..d127f1604e 100644 --- a/recipes/quagga/quagga_0.99.8.bb +++ b/recipes/quagga/quagga_0.99.8.bb @@ -1,3 +1,5 @@ require quagga.inc +PR = "${INC_PR}.0" + QUAGGASUBDIR = "/attic"
\ No newline at end of file |