[oe-commits] org.oe.dev quagga: Use DEBIAN_NOAUTONAME to stop the debian class renaming the

lenehan commit openembedded-commits at lists.openembedded.org
Mon Apr 30 04:52:42 UTC 2007


quagga: Use DEBIAN_NOAUTONAME to stop the debian class renaming the
packages instead of manually naming them with their original name to
stop it.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 2fa2932e70b418af80252f58e45927c3a6f98be9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2fa2932e70b418af80252f58e45927c3a6f98be9
Files:
1
packages/quagga/quagga.inc
Diffs:

#
# mt diff -r9fca9729f2d81219f7e6d61b9edf908f785313a3 -r2fa2932e70b418af80252f58e45927c3a6f98be9
#
# 
# 
# patch "packages/quagga/quagga.inc"
#  from [97540635d1eca693013ddb9424b7e64c72a9093d]
#    to [e2600c5206d32ee5fbf888d6102425ec873a5029]
# 
============================================================
--- packages/quagga/quagga.inc	97540635d1eca693013ddb9424b7e64c72a9093d
+++ packages/quagga/quagga.inc	e2600c5206d32ee5fbf888d6102425ec873a5029
@@ -100,8 +100,8 @@ CONFFILES_${PN}-watchquagga = "${sysconf
 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






More information about the Openembedded-commits mailing list