mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
12 lines
279 B
BlitzBasic
12 lines
279 B
BlitzBasic
DESCRIPTION = "An HTTP library implementation in C"
|
|
LICENSE = "GPL"
|
|
SECTION = "x11/gnome/libs"
|
|
|
|
DEPENDS = "glib-2.0 gnutls libxml2"
|
|
|
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.4/libsoup-${PV}.tar.bz2"
|
|
S = "${WORKDIR}/libsoup-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|