summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2018-04-04 18:32:22 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:03 +0100
commitd661de4a3bac0e9d20bc7f3fce5c3fc2317887d3 (patch)
treeac66b6602b6b5d2f4e487874f9f0f1f5a61abe0f /meta/recipes-support
parent7d9a875034e2275f08899ed72af7bc442e913e05 (diff)
downloadpoky-d661de4a3bac0e9d20bc7f3fce5c3fc2317887d3.tar.gz
vte: upgrade to version 0.52.0
Removed configuration option "--disable-test-application" [unknown-configure-option] (From OE-Core rev: 583a501aa4924ff3d754ff37c7fc739860dd1c8e) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/vte/vte_0.52.0.bb (renamed from meta/recipes-support/vte/vte_0.50.2.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/vte/vte_0.50.2.bb b/meta/recipes-support/vte/vte_0.52.0.bb
index 8b9ee33eca..254d64effa 100644
--- a/meta/recipes-support/vte/vte_0.50.2.bb
+++ b/meta/recipes-support/vte/vte_0.52.0.bb
@@ -11,8 +11,8 @@ inherit gnomebase gtk-doc distro_features_check upstream-version-is-even gobject
11SRC_URI += "file://0001-Don-t-enable-stack-protection-by-default.patch \ 11SRC_URI += "file://0001-Don-t-enable-stack-protection-by-default.patch \
12 ${@bb.utils.contains('PACKAGECONFIG', 'vala', '', 'file://0001-Add-m4-vapigen.m4.patch', d) } \ 12 ${@bb.utils.contains('PACKAGECONFIG', 'vala', '', 'file://0001-Add-m4-vapigen.m4.patch', d) } \
13 " 13 "
14SRC_URI[archive.md5sum] = "1912cfd1d9cdd30cebeb908507acadc5" 14SRC_URI[archive.md5sum] = "95b0d12864f7374128da33998e756e75"
15SRC_URI[archive.sha256sum] = "79dd316bfaff48f2fb74d066baae0d830e1f44436796fe410a57297e5c5f09cf" 15SRC_URI[archive.sha256sum] = "d5ae72dddd57af493afa10ca2a290f284e588021b0bd8aaaa63dbb75de7c0567"
16 16
17ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 17ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
18 18
@@ -38,8 +38,6 @@ PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls"
38 38
39CFLAGS += "-D_GNU_SOURCE" 39CFLAGS += "-D_GNU_SOURCE"
40 40
41EXTRA_OECONF = "--disable-test-application"
42
43# libtool adds "-nostdlib" when g++ is used. This breaks PIE builds. 41# libtool adds "-nostdlib" when g++ is used. This breaks PIE builds.
44# Use libtool-cross (which has a hack to prevent that) instead. 42# Use libtool-cross (which has a hack to prevent that) instead.
45EXTRA_OEMAKE_class-target = "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" 43EXTRA_OEMAKE_class-target = "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"