classes/insane.bbclass: Use split and make it work with python2.3 again
authorHolger Freyther <zecke@selfish.org>
Fri, 9 Mar 2007 20:29:00 +0000 (20:29 +0000)
committerHolger Freyther <zecke@selfish.org>
Fri, 9 Mar 2007 20:29:00 +0000 (20:29 +0000)
commit0c6a9f2f931c65df90763850e9b30bb0d913e498
treece6416a7d188b94e70bb9eb281db02dbf2ed3eba
parentd5da9fdead78ced73cb0afa793dafb22c0dd86fd
classes/insane.bbclass: Use split and make it work with python2.3 again
    rsplit was introduced in python 2.4 and is like split but starts to
    split from the right side. The only difference is obviously if you
    have maxsplit set (which we don't). So it is fine to remove the 'r'
classes/insane.bbclass