From patchwork Mon Jan 23 18:34:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,05/21] libsoup: refactor packages for staticdev Date: Mon, 23 Jan 2012 18:34:10 -0000 From: Saul Wold X-Patchwork-Id: 20011 Message-Id: To: openembedded-core@lists.openembedded.org Signed-off-by: Saul Wold --- meta/recipes-support/libsoup/libsoup_2.2.105.bb | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-support/libsoup/libsoup_2.2.105.bb b/meta/recipes-support/libsoup/libsoup_2.2.105.bb index 6ad90b8..cd0f552 100644 --- a/meta/recipes-support/libsoup/libsoup_2.2.105.bb +++ b/meta/recipes-support/libsoup/libsoup_2.2.105.bb @@ -2,7 +2,7 @@ DESCRIPTION = "An HTTP library implementation in C" SECTION = "x11/gnome/libs" LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" -PR = "r0" +PR = "r1" DEPENDS = "glib-2.0 gnutls libxml2" @@ -14,6 +14,6 @@ SRC_URI[sha256sum] = "3760a127ee810cfd0fda257ff615d19a2dd8aeece199dad0d18690446d inherit autotools pkgconfig -FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev = "${includedir}/ ${libdir}/" -FILES_${PN}-doc = "${datadir}/" +#FILES_${PN} = "${libdir}/lib*.so.*" +#FILES_${PN}-dev = "${includedir}/ ${libdir}/" +#FILES_${PN}-doc = "${datadir}/"