mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
libsoup-2.4: Add 2.25.29 (still 2.4 ABI)
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
DESCRIPTION = "An HTTP library implementation in C"
|
||||||
|
LICENSE = "GPL"
|
||||||
|
SECTION = "x11/gnome/libs"
|
||||||
|
|
||||||
|
DEPENDS = "glib-2.0 gnutls libxml2 libproxy"
|
||||||
|
|
||||||
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.25/libsoup-${PV}.tar.bz2"
|
||||||
|
S = "${WORKDIR}/libsoup-${PV}"
|
||||||
|
|
||||||
|
inherit autotools_stage pkgconfig
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user