classes/base.bbclass: Make find call portable
authorHolger Freyther <zecke@selfish.org>
Sat, 5 Aug 2006 15:34:10 +0000 (15:34 +0000)
committerHolger Freyther <zecke@selfish.org>
Sat, 5 Aug 2006 15:34:10 +0000 (15:34 +0000)
commitcec7e8b86adcac86d627779a678be324a5a7b8d8
tree6ed12810c46b5682b99ac6141020f7532ff4499a
parente7760197cbf93e0fd40e018d4b1838f2beaf544f
classes/base.bbclass: Make find call portable
    Make the find invocation portable (BSD) by specifying '.'
    as the to be searched directory.
    The error on libtool-native was:
        find: illegal option -- n
        find: illegal option -- a
        find: illegal option -- m
        find: illegal option -- e
classes/base.bbclass