mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 20:02:21 +02:00
libsoup-2.4: Add 2.25.29 (still 2.4 ABI)
This commit is contained in:
14
meta/packages/libsoup/libsoup-2.4_2.25.91.bb
Normal file
14
meta/packages/libsoup/libsoup-2.4_2.25.91.bb
Normal file
@@ -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