[oe-issues] [Bug 1558] Various packages fail on the strip stage (.la)
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Tue Jan 16 23:20:16 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=1558
------- Comment #12 from lenehan at twibble.org 2007-01-16 15:20 -------
This is really a package.bbclass bug:
package.bbclass: if [ x${IGNORE_STRIP_ERRORS} == x1 ]
The standard sh syntax for equality is = not ==, so the above should be just a
single ='s.
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list