Files
poky/meta-openmoko/packages/liburiparser/liburiparser_0.5.1.bb
Richard Purdie dc807f54f8 Finally deprecate all legacy do_stage functions. This changes the existing warning
into a fatal error if any legacy do_stage functions are found.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-22 11:44:28 +01:00

13 lines
325 B
BlitzBasic

DESCRIPTION = "uriparser is a strictly RFC 3986 compliant URI parsing library."
HOMEPAGE = "http://uriparser.sf.net"
SECTION = "libs"
LICENSE = "BSD"
SRC_URI = "${SOURCEFORGE_MIRROR}/uriparser/uriparser-${PV}.tar.bz2 \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/uriparser-${PV}"
inherit autotools pkgconfig