Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -0,0 +1,41 @@
From 1c503a8b2f127c12e58a6e8ba01743c04061df50 Mon Sep 17 00:00:00 2001
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
Date: Tue, 5 Sep 2017 07:25:17 -0400
Subject: [PATCH] build: disable tests from building
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
[Adam: refresh for pango 1.40.12]
Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
Makefile.am | 2 +-
Makefile.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 70bf8b0..c69daf0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to create Makefile.in.
-SUBDIRS= pango pango-view examples docs tools tests win32
+SUBDIRS= pango pango-view examples docs tools win32
meson_dist_files = \
pango/pango-features.h.meson \
diff --git a/Makefile.in b/Makefile.in
index 8489ca1..51f6ada 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -412,7 +412,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = pango pango-view examples docs tools tests win32
+SUBDIRS = pango pango-view examples docs tools win32
meson_dist_files = \
pango/pango-features.h.meson \
pango-view/meson.build \
--
2.13.5

View File

@@ -1,30 +0,0 @@
Prevent Pango to build tests.
Updated to Pango 1.36.3 by Hadrien Boutteville.
Signed-off-by: Hadrien Boutteville <hadrien.boutteville@gmail.com>
[Gustavo: update for 1.38.1]
diff -Nura pango-1.38.1.orig/Makefile.am pango-1.38.1/Makefile.am
--- pango-1.38.1.orig/Makefile.am 2015-10-14 15:41:27.620016974 +0000
+++ pango-1.38.1/Makefile.am 2015-10-14 15:41:54.431240793 +0000
@@ -1,6 +1,6 @@
## Process this file with automake to create Makefile.in.
-SUBDIRS= pango pango-view examples docs tools tests build
+SUBDIRS= pango pango-view examples docs tools build
EXTRA_DIST = \
autogen.sh \
diff -Nura pango-1.38.1.orig/Makefile.in pango-1.38.1/Makefile.in
--- pango-1.38.1.orig/Makefile.in 2015-10-14 15:41:27.630016685 +0000
+++ pango-1.38.1/Makefile.in 2015-10-14 15:41:58.753115676 +0000
@@ -417,7 +417,7 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = pango pango-view examples docs tools tests build
+SUBDIRS = pango pango-view examples docs tools build
EXTRA_DIST = \
autogen.sh \
pango.pc.in \

View File

@@ -11,14 +11,14 @@ config BR2_PACKAGE_PANGO
select BR2_PACKAGE_FONTCONFIG
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_HARFBUZZ
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
help
Pango is a library for laying out and rendering of text, with an
emphasis on internationalization. Pango can be used anywhere that
text layout is needed, though most of the work on Pango so far has
been done in the context of the GTK+ widget toolkit. Pango forms the
core of text and font handling for GTK+-2.x.
Pango is a library for laying out and rendering of text,
with an emphasis on internationalization. Pango can be used
anywhere that text layout is needed, though most of the work
on Pango so far has been done in the context of the GTK+
widget toolkit. Pango forms the core of text and font
handling for GTK+-2.x.
http://www.pango.org/

View File

@@ -1,2 +1,3 @@
# From http://ftp.gnome.org/pub/GNOME/sources/pango/1.40/pango-1.40.3.sha256sum
sha256 abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3 pango-1.40.3.tar.xz
# From http://ftp.gnome.org/pub/GNOME/sources/pango/1.40/pango-1.40.14.sha256sum
sha256 90af1beaa7bf9e4c52db29ec251ec4fd0a8f2cc185d521ad1f88d01b3a6a17e3 pango-1.40.14.tar.xz
sha256 d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5 COPYING

View File

@@ -5,19 +5,19 @@
################################################################################
PANGO_VERSION_MAJOR = 1.40
PANGO_VERSION = $(PANGO_VERSION_MAJOR).3
PANGO_VERSION = $(PANGO_VERSION_MAJOR).14
PANGO_SOURCE = pango-$(PANGO_VERSION).tar.xz
PANGO_SITE = http://ftp.gnome.org/pub/GNOME/sources/pango/$(PANGO_VERSION_MAJOR)
PANGO_AUTORECONF = YES
PANGO_INSTALL_STAGING = YES
PANGO_LICENSE = LGPLv2+
PANGO_LICENSE = LGPL-2.0+
PANGO_LICENSE_FILES = COPYING
PANGO_CONF_OPTS = --enable-explicit-deps=no
HOST_PANGO_CONF_OPTS = --enable-explicit-deps=no
PANGO_DEPENDENCIES = \
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
$(TARGET_NLS_DEPENDENCIES) \
host-pkgconf \
libglib2 \
cairo \