diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-19 16:44:30 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 11:54:18 +0000 |
commit | 3507c03f16eed9b1472dd6b7b922d05e5a104654 (patch) | |
tree | 8fcc551464df25f935ea66c2de0070de6b674cb6 /meta/recipes-support/libsoup | |
parent | 3346afefa39f018e3e293212f70f1c6d6a66b881 (diff) | |
download | poky-3507c03f16eed9b1472dd6b7b922d05e5a104654.tar.gz |
libsoup: refactor packages for staticdev
(From OE-Core rev: 5a44b3aa50bb4bff652af5e6835a6707bba1104a)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libsoup')
-rw-r--r-- | 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 6ad90b8c42..cd0f55270d 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" | |||
2 | SECTION = "x11/gnome/libs" | 2 | SECTION = "x11/gnome/libs" |
3 | LICENSE = "LGPLv2+" | 3 | LICENSE = "LGPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" |
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | DEPENDS = "glib-2.0 gnutls libxml2" | 7 | DEPENDS = "glib-2.0 gnutls libxml2" |
8 | 8 | ||
@@ -14,6 +14,6 @@ SRC_URI[sha256sum] = "3760a127ee810cfd0fda257ff615d19a2dd8aeece199dad0d18690446d | |||
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
16 | 16 | ||
17 | FILES_${PN} = "${libdir}/lib*.so.*" | 17 | #FILES_${PN} = "${libdir}/lib*.so.*" |
18 | FILES_${PN}-dev = "${includedir}/ ${libdir}/" | 18 | #FILES_${PN}-dev = "${includedir}/ ${libdir}/" |
19 | FILES_${PN}-doc = "${datadir}/" | 19 | #FILES_${PN}-doc = "${datadir}/" |