oe.types: add floating point type
authorChris Larson <chris_larson@mentor.com>
Thu, 13 Jan 2011 15:42:13 +0000 (08:42 -0700)
committerChris Larson <chris_larson@mentor.com>
Thu, 13 Jan 2011 15:58:46 +0000 (08:58 -0700)
commit823c6df67e743e90e8e7e2a5e5a79fe68b24e9e6
treeba12c3c6d912e50d561dfba239cf03aa9621377d
parent9e6a8f0000fcceb7d3d3992a307323a4563ee8c2
oe.types: add floating point type

Optional flags:
'fromhex': if set to a true value (obeying the same rules as for the boolean
           type), your string value is in base 16, not base 10

Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/oe/_types.py