aboutsummaryrefslogtreecommitdiffstats
path: root/packages/quagga/quagga.inc
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-04-30 04:40:59 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-04-30 04:40:59 +0000
commitc0c50a38efb9a9f0161ad078dc778285716acfdd (patch)
tree010944db6085e3086d89f725a521f96f2d677c4f /packages/quagga/quagga.inc
parent42b24f56df02c950416de85c2f6b7f8d925bae8b (diff)
downloadopenembedded-c0c50a38efb9a9f0161ad078dc778285716acfdd.tar.gz
quagga: Use DEBIAN_NOAUTONAME to stop the debian class renaming the
packages instead of manually naming them with their original name to stop it.
Diffstat (limited to 'packages/quagga/quagga.inc')
-rw-r--r--packages/quagga/quagga.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/quagga/quagga.inc b/packages/quagga/quagga.inc
index 6adba78063..811eb15ea9 100644
--- a/packages/quagga/quagga.inc
+++ b/packages/quagga/quagga.inc
@@ -100,8 +100,8 @@ CONFFILES_${PN} = "${sysconfdir}/default/quagga"
CONFFILES_${PN}-watchquagga = "${sysconfdir}/default/watchquagga"
# Stop the names being rewritten due to the internal shared libraries
-PKG_${PN}-ospfd = "${PN}-ospfd"
-PKG_${PN}-ospfclient = "${PN}-ospfclient"
+DEBIAN_NOAUTONAME_${PN}-ospfd = "1"
+DEBIAN_NOAUTONAME_${PN}-ospfclient = "1"
# Main init script starts all deamons
# Seperate init script for watchquagga