rootfs_deb.bbclass: removed $(( ... )) operator usage.
authorFilip Zyzniewski <filip.zyzniewski@gmail.com>
Sun, 6 Feb 2011 23:48:56 +0000 (23:48 +0000)
committerTom Rini <tom_rini@mentor.com>
Tue, 8 Feb 2011 14:20:12 +0000 (07:20 -0700)
commit46a91960cc291d3ca1db218fa2f9e5a45e9046d3
tree35ac6a383d06d64d95cff583dbf2e64fb6e0399a
parent69ad11570cac672d49837b7abe3b19675bf0c6f7
rootfs_deb.bbclass: removed $(( ... )) operator usage.

Bitbake's pyshlex.py cannot parse it raising NotImplementedError in
line 295 (bitbake @ c8d8388ce9662574a390be3b849c07d1b044275d).

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/rootfs_deb.bbclass