diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-09 17:02:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-12 22:11:45 +0000 |
commit | 03cd714efc8aa949995ba6aea8e0d6d68d6c83b6 (patch) | |
tree | 07d5943e0312c1d88d80d04744db0ab712d58ae4 /meta/recipes-support | |
parent | c1d67e459d24c47ec8728123ba628e1cceae2140 (diff) | |
download | poky-03cd714efc8aa949995ba6aea8e0d6d68d6c83b6.tar.gz |
libsoup-2.4: enable gobject introspection
(From OE-Core rev: acc6fb629deb5d7e953b8d1f1c012e1f33c13c40)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb | 2 |
1 files changed, 1 insertions, 1 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 13ff6851e9..f6e3db2c9b 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 | |||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "db55628b5c7d952945bb71b236469057c8dfb8dea0c271513579c6273c | |||
16 | 16 | ||
17 | S = "${WORKDIR}/libsoup-${PV}" | 17 | S = "${WORKDIR}/libsoup-${PV}" |
18 | 18 | ||
19 | inherit autotools gettext pkgconfig upstream-version-is-even | 19 | inherit autotools gettext pkgconfig upstream-version-is-even gobject-introspection |
20 | 20 | ||
21 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Disable by default. | 21 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Disable by default. |
22 | PACKAGECONFIG ??= "" | 22 | PACKAGECONFIG ??= "" |