From: Jamie Lenehan Date: Thu, 25 Jan 2007 06:29:20 +0000 (+0000) Subject: quagga: Don't -RDEPENDS on ncurses and readline - the shlibs code X-Git-Tag: Release-2010-05/1~9337^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dcc61db68accac5f3cbc0ad7487583ae23607e3;p=openembedded.git quagga: Don't -RDEPENDS on ncurses and readline - the shlibs code adds those dependencies automatically. --- diff --git a/packages/quagga/quagga.inc b/packages/quagga/quagga.inc index e3c00c3f08..fa5f5b2c90 100644 --- a/packages/quagga/quagga.inc +++ b/packages/quagga/quagga.inc @@ -20,8 +20,6 @@ RDEPENDS_${PN}-doc = "" 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 -RDEPENDS_${PN} += "ncurses readline" # ${QUAGGASUBDIR} is deal with old versions. Set to "/attic" for old # versions and leave it empty for recent versions. diff --git a/packages/quagga/quagga_0.99.4.bb b/packages/quagga/quagga_0.99.4.bb index 138c8ce98f..5b3f76a762 100644 --- a/packages/quagga/quagga_0.99.4.bb +++ b/packages/quagga/quagga_0.99.4.bb @@ -1,3 +1,3 @@ -PR = "r3" +PR = "r4" require quagga.inc diff --git a/packages/quagga/quagga_0.99.6.bb b/packages/quagga/quagga_0.99.6.bb index 6bcc251730..64cc2af1e2 100644 --- a/packages/quagga/quagga_0.99.6.bb +++ b/packages/quagga/quagga_0.99.6.bb @@ -1,3 +1,3 @@ -PR = "r0" +PR = "r1" require quagga.inc