libparserutils: add recipe for version 0.0.1
authorDmitry Artamonow <mad_soft@inbox.ru>
Sat, 23 May 2009 10:35:18 +0000 (10:35 +0000)
committerTom Rini <trini@embeddedalley.com>
Sat, 30 May 2009 16:32:44 +0000 (12:32 -0400)
commit13cae2bad12a26706f60768572ca23cdb74a60e7
tree2da274ef991f3ef7c4091683a81ac3ae95a14a29
parent6adb84f4f4d5b43e9ef85f156228dc2c0f04afe3
libparserutils: add recipe for version 0.0.1

LibParserUtils is a library for building efficient parsers.
Currently only Netsurf browser is using it (via hubbub), so we build just
static library.

Please note that this build doesn't use external iconv(), so only
few built-in charsets are supported (UTF-8/16, windows-125x, iso-8859-*)
We may revisit this later, if there's a need.

Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Acked-by: Tom Rini <trini@embeddedalley.com>
recipes/netsurf/libparserutils_0.0.1.bb [new file with mode: 0644]