mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
upgrade pango to 1.22.2; disable pango tests
This commit is contained in:
@@ -6,3 +6,4 @@
|
||||
PREFERRED_VERSION_atk ?= "1.24.0"
|
||||
PREFERRED_VERSION_pixman ?= "0.12.0"
|
||||
PREFERRED_VERSION_cairo ?= "1.8.2"
|
||||
PREFERRED_VERSION_pango ?= "1.22.2"
|
||||
|
||||
12
meta/packages/pango/pango-1.22.2/no-tests.patch
vendored
Normal file
12
meta/packages/pango/pango-1.22.2/no-tests.patch
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: pango-1.22.2/Makefile.am
|
||||
===================================================================
|
||||
--- pango-1.22.2.orig/Makefile.am
|
||||
+++ pango-1.22.2/Makefile.am
|
||||
@@ -1,6 +1,6 @@
|
||||
## Process this file with automake to create Makefile.in.
|
||||
|
||||
-SUBDIRS= pango modules pango-view examples docs tools tests
|
||||
+SUBDIRS= pango modules pango-view examples docs tools
|
||||
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
3
meta/packages/pango/pango_1.22.2.bb
Normal file
3
meta/packages/pango/pango_1.22.2.bb
Normal file
@@ -0,0 +1,3 @@
|
||||
require pango.inc
|
||||
|
||||
SRC_URI += "file://no-tests.patch;patch=1"
|
||||
Reference in New Issue
Block a user