diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-03 18:25:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 13:19:54 +0100 |
commit | d753920854a4ae4ea08e44bb2d9666dedbc66df6 (patch) | |
tree | 064f9b0a3411abd9f432f9752cce2f9152336d75 /meta/recipes-support | |
parent | a9be35d7c26c8f6f6186485217d1b4a16a0ae4be (diff) | |
download | poky-d753920854a4ae4ea08e44bb2d9666dedbc66df6.tar.gz |
vte: update to 0.60.2
(From OE-Core rev: 72e97bac4e3e851803302631870c08418ab57b62)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.60.2.bb (renamed from meta/recipes-support/vte/vte_0.58.3.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/vte/vte_0.58.3.bb b/meta/recipes-support/vte/vte_0.60.2.bb index 41dc2e77c9..3891ff8165 100644 --- a/meta/recipes-support/vte/vte_0.58.3.bb +++ b/meta/recipes-support/vte/vte_0.60.2.bb | |||
@@ -20,8 +20,8 @@ inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-intros | |||
20 | SRC_URI += "file://0001-app.cc-use-old-school-asignment-to-avoid-gcc-4.8-err.patch \ | 20 | SRC_URI += "file://0001-app.cc-use-old-school-asignment-to-avoid-gcc-4.8-err.patch \ |
21 | file://0002-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \ | 21 | file://0002-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \ |
22 | " | 22 | " |
23 | SRC_URI[archive.md5sum] = "f59eb0784a361c0939c03d4566255916" | 23 | SRC_URI[archive.md5sum] = "1a0b5395915d2f3c88484511b38cc584" |
24 | SRC_URI[archive.sha256sum] = "22dcb54ac2ad1a56ab0a745e16ccfeb383f0b5860b5bfa1784561216f98d4975" | 24 | SRC_URI[archive.sha256sum] = "35a0280e3f12feeb3096da05699191373c47a4a20c55cb7081e828e6015f8ca5" |
25 | 25 | ||
26 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 26 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
27 | 27 | ||
@@ -44,6 +44,7 @@ FILES_${PN}-dev += "${datadir}/vala/vapi/*" | |||
44 | PACKAGECONFIG ??= "gnutls" | 44 | PACKAGECONFIG ??= "gnutls" |
45 | PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false,vala-native vala" | 45 | PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false,vala-native vala" |
46 | PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" | 46 | PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" |
47 | PACKAGECONFIG[systemd] = "-D_systemd=true,-D_systemd=false,systemd" | ||
47 | # vala requires gir | 48 | # vala requires gir |
48 | PACKAGECONFIG_remove_class-native = "vala" | 49 | PACKAGECONFIG_remove_class-native = "vala" |
49 | 50 | ||