diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-31 15:03:02 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-31 15:03:02 +0000 |
commit | 154f7d76cb9f241edf2d06bd7d07a391ae0d7f72 (patch) | |
tree | f0430588fa19ff7e4a3e81837af6e96b68ce66c6 | |
parent | fd68c299e9ef8802fa01ba700629bbdbc2b11eec (diff) | |
download | poky-154f7d76cb9f241edf2d06bd7d07a391ae0d7f72.tar.gz |
Upgrade libart-lgpl to 2.3.19
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2615 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/gnome/libart-lgpl/Makefile.am.patch | 12 | ||||
-rw-r--r-- | meta/packages/gnome/libart-lgpl_2.3.19.bb (renamed from meta/packages/gnome/libart-lgpl_2.3.16.bb) | 2 |
2 files changed, 4 insertions, 10 deletions
diff --git a/meta/packages/gnome/libart-lgpl/Makefile.am.patch b/meta/packages/gnome/libart-lgpl/Makefile.am.patch index 749de32e2a..edeed0a6e5 100644 --- a/meta/packages/gnome/libart-lgpl/Makefile.am.patch +++ b/meta/packages/gnome/libart-lgpl/Makefile.am.patch | |||
@@ -1,13 +1,7 @@ | |||
1 | --- libart_lgpl-2.3.16/Makefile.am.old 2004-06-26 18:57:07.000000000 +0100 | 1 | --- libart_lgpl-2.3.16/Makefile.am.old 2004-06-26 18:57:07.000000000 +0100 |
2 | +++ libart_lgpl-2.3.16/Makefile.am 2004-06-26 18:57:12.000000000 +0100 | 2 | +++ libart_lgpl-2.3.16/Makefile.am 2004-06-26 18:57:12.000000000 +0100 |
3 | @@ -5,8 +5,8 @@ | 3 | @@ -5,2 +5,2 @@ |
4 | 4 | -art_config.h: gen_art_config$(EXEEXT) | |
5 | BUILT_SOURCES = art_config.h | ||
6 | |||
7 | -art_config.h: gen_art_config | ||
8 | - ./gen_art_config > art_config.h | 5 | - ./gen_art_config > art_config.h |
9 | +#art_config.h: gen_art_config | 6 | +#art_config.h: gen_art_config$(EXEEXT) |
10 | +# ./gen_art_config > art_config.h | 7 | +# ./gen_art_config > art_config.h |
11 | |||
12 | EXTRA_DIST = \ | ||
13 | libart-config.in \ | ||
diff --git a/meta/packages/gnome/libart-lgpl_2.3.16.bb b/meta/packages/gnome/libart-lgpl_2.3.19.bb index 8028c8ef3f..a37b392593 100644 --- a/meta/packages/gnome/libart-lgpl_2.3.16.bb +++ b/meta/packages/gnome/libart-lgpl_2.3.19.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Library of functions for 2D graphics" | 1 | DESCRIPTION = "Library of functions for 2D graphics" |
2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | PR = "r2" | 4 | |
5 | ART_CONFIG = "${HOST_ARCH}/art_config.h" | 5 | ART_CONFIG = "${HOST_ARCH}/art_config.h" |
6 | 6 | ||
7 | # can't use gnome.oeclass due to _ in filename | 7 | # can't use gnome.oeclass due to _ in filename |