From patchwork Sat Jan 21 05:18:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [05/20] libsoup: refactor packages for staticdev Date: Sat, 21 Jan 2012 05:18:23 -0000 From: Saul Wold X-Patchwork-Id: 19917 Message-Id: <38d197edba63292e65b1b5658d44939d460885c5.1327123057.git.sgw@linux.intel.com> 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}/"