mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
13 lines
325 B
BlitzBasic
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
|
|
|
|
|