diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-01 15:49:58 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-01 15:49:58 +0000 |
commit | fff91ca178a24a09ddb5e638a2710f682357503f (patch) | |
tree | 4864e8670b255983f9e803ba6d39f0a1eef7288c /meta | |
parent | 1d0a8d783d5c9f1dde853d280dd41d0f66a03d6f (diff) | |
download | openembedded-core-fff91ca178a24a09ddb5e638a2710f682357503f.tar.gz openembedded-core-fff91ca178a24a09ddb5e638a2710f682357503f.tar.bz2 openembedded-core-fff91ca178a24a09ddb5e638a2710f682357503f.zip |
Upgrade bleeding to pango 1.17.5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2297 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 2 | ||||
-rw-r--r-- | meta/packages/pango/pango-1.17.5/no-tests.patch | 10 | ||||
-rw-r--r-- | meta/packages/pango/pango_1.17.5.bb | 1 |
3 files changed, 12 insertions, 1 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index ea574f8bae..799dbffd8c 100644 --- a/meta/conf/distro/poky-bleeding.conf +++ b/meta/conf/distro/poky-bleeding.conf @@ -2,7 +2,7 @@ PREFERRED_VERSION_glib-2.0 ?= "2.13.7" PREFERRED_VERSION_glib-2.0-native ?= "2.12.4" PREFERRED_VERSION_cairo ?= "1.4.8" -PREFERRED_VERSION_pango ?= "1.16.4" +PREFERRED_VERSION_pango ?= "1.17.5" PREFERRED_VERSION_gtk+ ?= "2.10.14" PREFERRED_VERSION_gtk-engines ?= "2.10.0" diff --git a/meta/packages/pango/pango-1.17.5/no-tests.patch b/meta/packages/pango/pango-1.17.5/no-tests.patch new file mode 100644 index 0000000000..dafcb20c3b --- /dev/null +++ b/meta/packages/pango/pango-1.17.5/no-tests.patch @@ -0,0 +1,10 @@ +--- /tmp/Makefile.am 2007-03-01 13:29:37.000000000 +0100 ++++ pango-1.16.0/Makefile.am 2007-03-01 13:29:52.545251000 +0100 +@@ -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 \ diff --git a/meta/packages/pango/pango_1.17.5.bb b/meta/packages/pango/pango_1.17.5.bb new file mode 100644 index 0000000000..8e3e8e7d3a --- /dev/null +++ b/meta/packages/pango/pango_1.17.5.bb @@ -0,0 +1 @@ +require pango.inc |