quagga: Add a -dbg package to the list of generated packages so that the
authorJamie Lenehan <lenehan@twibble.org>
Sun, 10 Sep 2006 23:55:53 +0000 (23:55 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sun, 10 Sep 2006 23:55:53 +0000 (23:55 +0000)
.debug files are not left unpackaged.

packages/quagga/quagga.inc
packages/quagga/quagga_0.99.3.bb
packages/quagga/quagga_0.99.4.bb

index e850733..2c3d790 100644 (file)
@@ -75,7 +75,7 @@ do_install () {
 }
 
 # Split into a main package and seperate per-protocol packages
-PACKAGES = "${PN} \
+PACKAGES = "${PN}-dbg ${PN} \
             ${PN}-ospfd ${PN}-ospf6d ${PN}-bgpd ${PN}-ripd ${PN}-ripngd ${PN}-isisd \
             ${PN}-ospfclient ${PN}-watchquagga ${PN}-dev ${PN}-doc"
 
index 0595a3c..138c8ce 100644 (file)
@@ -1,3 +1,3 @@
-PR = "r2"
+PR = "r3"
 
 require quagga.inc
index 64cc2af..0595a3c 100644 (file)
@@ -1,3 +1,3 @@
-PR = "r1"
+PR = "r2"
 
 require quagga.inc