diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-01 11:53:03 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-01 11:53:03 +0000 |
commit | 46ab5ef8d343917632cae114a43f6bf840c1a7aa (patch) | |
tree | 1f01abf7629d9f480935e602d0572b72541f1371 /classes | |
parent | f35f67518f930c4a5b5864e02efef10af86d4830 (diff) |
Demote 'adding ldconfig' messages from oe.note to oe.debug(1.
BKrev: 41adb09fK66fpplNzpBswFGns6CCew
Diffstat (limited to 'classes')
-rw-r--r-- | classes/package.oeclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/package.oeclass b/classes/package.oeclass index d1b0562c2d..f7142e2839 100644 --- a/classes/package.oeclass +++ b/classes/package.oeclass @@ -342,7 +342,7 @@ python package_do_shlibs() { fd.write(ver + '\n') fd.close() if needs_ldconfig: - oe.note('adding ldconfig call to postinst for %s' % pkg) + oe.debug(1, 'adding ldconfig call to postinst for %s' % pkg) postinst = oe.data.getVar('pkg_postinst_%s' % pkg, d, 1) or oe.data.getVar('pkg_postinst', d, 1) if not postinst: postinst = '#!/bin/sh\n' |