diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-09 15:56:28 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-09 15:56:28 +0200 |
commit | 176246f3b856fbde0c713591a0cffe37aa72ac02 (patch) | |
tree | 1e835611760fe371eb725d7309bc8a82a5485ed6 /recipes | |
parent | ac616998929791a6ed3886c5df8b90971cdf0498 (diff) |
libsoup: actually add 2.26.2 (spotted by Stanislav)
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/libsoup-2.4_2.26.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/gnome/libsoup-2.4_2.26.2.bb b/recipes/gnome/libsoup-2.4_2.26.2.bb new file mode 100644 index 0000000000..ae503065c0 --- /dev/null +++ b/recipes/gnome/libsoup-2.4_2.26.2.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "An HTTP library implementation in C" +SECTION = "x11/gnome/libs" +LICENSE = "GPL" +DEPENDS = "libproxy glib-2.0 gnutls libxml2 sqlite3" + +inherit gnome + +SRC_URI = "${GNOME_MIRROR}/libsoup/${@gnome_verdir("${PV}")}/libsoup-${PV}.tar.bz2" +S = "${WORKDIR}/libsoup-${PV}" + +do_stage() { + autotools_stage_all +} + +PACKAGES =+ "libsoup-gnome" +FILES_libsoup-gnome = "${libdir}/libsoup-gnome*.so.*" +FILES_${PN} = "${libdir}/libsoup-2*.so.*" +FILES_${PN}-dev = "${includedir}/ ${libdir}/" +FILES_${PN}-doc = "${datadir}/" |