git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35f675
)
Demote 'adding ldconfig' messages from oe.note to oe.debug(1.
author
Chris Larson
<clarson@kergoth.com>
Wed, 1 Dec 2004 11:53:03 +0000
(11:53 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Wed, 1 Dec 2004 11:53:03 +0000
(11:53 +0000)
BKrev: 41adb09fK66fpplNzpBswFGns6CCew
classes/package.oeclass
patch
|
blob
|
history
diff --git
a/classes/package.oeclass
b/classes/package.oeclass
index
d1b0562
..
f7142e2
100644
(file)
--- 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'