diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-01-25 06:29:20 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-01-25 06:29:20 +0000 |
commit | 0dcc61db68accac5f3cbc0ad7487583ae23607e3 (patch) | |
tree | 324cf80e7c8de7f3abd73d7a1bb4e42ec77d31a8 /packages | |
parent | 67c66a76c950117b77a0bf819dfb24998cbdb4d2 (diff) |
quagga: Don't -RDEPENDS on ncurses and readline - the shlibs code
adds those dependencies automatically.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/quagga/quagga.inc | 2 | ||||
-rw-r--r-- | packages/quagga/quagga_0.99.4.bb | 2 | ||||
-rw-r--r-- | packages/quagga/quagga_0.99.6.bb | 2 |
3 files changed, 2 insertions, 4 deletions
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 |