From: Roman I Khimov Date: Mon, 29 Mar 2010 10:01:33 +0000 (+0400) Subject: quagga: switch to INC_PR X-Git-Tag: Release-2010-05/1~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d72e73306ff112c6c1dade6189539e3a7cbd867;p=openembedded.git quagga: switch to INC_PR Signed-off-by: Roman I Khimov --- 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