diff options
Diffstat (limited to 'meta/packages')
-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 |