From 5818fec038d6da46705c9c9f23c5872a7dcfa9bc Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 22 Aug 2016 15:23:11 +0300 Subject: vte: Upgrade 0.44.1 -> 0.44.2 (From OE-Core rev: 68898cf20f70fc7e7f517111ea7c2b901859263e) Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/vte/vte_0.44.1.bb | 28 ---------------------------- meta/recipes-support/vte/vte_0.44.2.bb | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-support/vte/vte_0.44.1.bb create mode 100644 meta/recipes-support/vte/vte_0.44.2.bb (limited to 'meta') diff --git a/meta/recipes-support/vte/vte_0.44.1.bb b/meta/recipes-support/vte/vte_0.44.1.bb deleted file mode 100644 index f3baa1ec41..0000000000 --- a/meta/recipes-support/vte/vte_0.44.1.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Virtual terminal emulator GTK+ widget library" -BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" -LICENSE = "LGPLv2.1+" -DEPENDS = "glib-2.0 gtk+3 intltool-native" - -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -inherit gnomebase gtk-doc distro_features_check upstream-version-is-even vala gobject-introspection - -SRC_URI += "file://0001-Don-t-enable-stack-protection-by-default.patch" -SRC_URI[archive.md5sum] = "20916d97a5902657e54307cc2757beee" -SRC_URI[archive.sha256sum] = "712dd548339f600fd7e221d12b2670a13a4361b2cd23ba0e057e76cc19fe5d4e" - -ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" - -PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" - -CFLAGS += "-D_GNU_SOURCE" - -# Enable vala only if gobject-introspection is enabled -EXTRA_OECONF = "--enable-vala=auto --disable-test-application" - -# libtool adds "-nostdlib" when g++ is used. This breaks PIE builds. -# Use libtool-cross (which has a hack to prevent that) instead. -EXTRA_OEMAKE_class-target = "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" - -PACKAGES =+ "libvte" -FILES_libvte = "${libdir}/*.so.*" diff --git a/meta/recipes-support/vte/vte_0.44.2.bb b/meta/recipes-support/vte/vte_0.44.2.bb new file mode 100644 index 0000000000..a1204a3c3b --- /dev/null +++ b/meta/recipes-support/vte/vte_0.44.2.bb @@ -0,0 +1,28 @@ +SUMMARY = "Virtual terminal emulator GTK+ widget library" +BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" +LICENSE = "LGPLv2.1+" +DEPENDS = "glib-2.0 gtk+3 intltool-native" + +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +inherit gnomebase gtk-doc distro_features_check upstream-version-is-even vala gobject-introspection + +SRC_URI += "file://0001-Don-t-enable-stack-protection-by-default.patch" +SRC_URI[archive.md5sum] = "eca8f8a9d9f9bb8e9d592d0acfeec015" +SRC_URI[archive.sha256sum] = "a1ea594814bb136a3a9a6c7656b46240571f6a198825c1111007fe99194b0949" + +ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" + +PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" + +CFLAGS += "-D_GNU_SOURCE" + +# Enable vala only if gobject-introspection is enabled +EXTRA_OECONF = "--enable-vala=auto --disable-test-application" + +# libtool adds "-nostdlib" when g++ is used. This breaks PIE builds. +# Use libtool-cross (which has a hack to prevent that) instead. +EXTRA_OEMAKE_class-target = "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" + +PACKAGES =+ "libvte" +FILES_libvte = "${libdir}/*.so.*" -- cgit v1.2.3-54-g00ecf