diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-10 23:55:53 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-10 23:55:53 +0000 |
commit | ffa15d453a17fcad12f5f74cd9c4259e64fb884a (patch) | |
tree | 1f5985cbd841015176ee78ba39db5038bd2c7711 /packages/quagga | |
parent | 01f64bd0f861e94b386a816bd6f5f9999c06512d (diff) |
quagga: Add a -dbg package to the list of generated packages so that the
.debug files are not left unpackaged.
Diffstat (limited to 'packages/quagga')
-rw-r--r-- | packages/quagga/quagga.inc | 2 | ||||
-rw-r--r-- | packages/quagga/quagga_0.99.3.bb | 2 | ||||
-rw-r--r-- | packages/quagga/quagga_0.99.4.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/quagga/quagga.inc b/packages/quagga/quagga.inc index e8507333ab..2c3d79074b 100644 --- a/packages/quagga/quagga.inc +++ b/packages/quagga/quagga.inc @@ -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" diff --git a/packages/quagga/quagga_0.99.3.bb b/packages/quagga/quagga_0.99.3.bb index 0595a3c94b..138c8ce98f 100644 --- a/packages/quagga/quagga_0.99.3.bb +++ b/packages/quagga/quagga_0.99.3.bb @@ -1,3 +1,3 @@ -PR = "r2" +PR = "r3" require quagga.inc diff --git a/packages/quagga/quagga_0.99.4.bb b/packages/quagga/quagga_0.99.4.bb index 64cc2af1e2..0595a3c94b 100644 --- a/packages/quagga/quagga_0.99.4.bb +++ b/packages/quagga/quagga_0.99.4.bb @@ -1,3 +1,3 @@ -PR = "r1" +PR = "r2" require quagga.inc |