From 2d72e73306ff112c6c1dade6189539e3a7cbd867 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Mon, 29 Mar 2010 14:01:33 +0400 Subject: [PATCH] quagga: switch to INC_PR Signed-off-by: Roman I Khimov --- recipes/quagga/quagga.inc | 2 ++ recipes/quagga/quagga_0.99.14.bb | 2 ++ recipes/quagga/quagga_0.99.6.bb | 2 +- recipes/quagga/quagga_0.99.7.bb | 2 ++ recipes/quagga/quagga_0.99.8.bb | 2 ++ 5 files changed, 9 insertions(+), 1 deletion(-) 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 -- 2.39.5