summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libsoup
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-02-18 17:30:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-21 09:32:41 +0000
commit619f6c6f92afae7bc9a61e8d36c8bf1ba452ebf5 (patch)
treed316fb59e4e8b4b5064d01925bf51b7078bd280a /meta/recipes-support/libsoup
parent13e726f626f26b9572168d3c87fd794e96e7d4a6 (diff)
downloadpoky-619f6c6f92afae7bc9a61e8d36c8bf1ba452ebf5.tar.gz
libsoup-2.4: prevent PACKAGECONFIG dependant package renaming
When built without gnome support, libsoup-2.4 will contain only one shared lib and will therefore become subject to renaming by debian.bbclass. Prevent renaming in order to keep the package name consistent regardless of whether gnome support is enabled or disabled. (From OE-Core rev: f5f95f501c8aacb3d624e683b4b5b8403115ba5d) Signed-off-by: Andre McCurdy <armccurdy@gmail.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.4_2.52.2.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
index 865c1d71ee..a9d8050265 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
@@ -25,5 +25,11 @@ PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
25 25
26EXTRA_OECONF = "--disable-vala" 26EXTRA_OECONF = "--disable-vala"
27 27
28# When built without gnome support, libsoup-2.4 will contain only one shared lib
29# and will therefore become subject to renaming by debian.bbclass. Prevent
30# renaming in order to keep the package name consistent regardless of whether
31# gnome support is enabled or disabled.
32DEBIAN_NOAUTONAME_${PN} = "1"
33
28# glib-networking is needed for SSL, proxies, etc. 34# glib-networking is needed for SSL, proxies, etc.
29RRECOMMENDS_${PN} = "glib-networking" 35RRECOMMENDS_${PN} = "glib-networking"