diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-29 17:03:23 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:58 -0800 |
commit | ce4d631aea08063f7b7060813af437c6fc0b3057 (patch) | |
tree | dfcdc9ada48d0fdd5ed7cca434ba8d26a8ec172e /meta | |
parent | 4bcba3fb12bf2ea7ac952f97a44c8881703935dd (diff) | |
download | openembedded-core-ce4d631aea08063f7b7060813af437c6fc0b3057.tar.gz openembedded-core-ce4d631aea08063f7b7060813af437c6fc0b3057.tar.bz2 openembedded-core-ce4d631aea08063f7b7060813af437c6fc0b3057.zip |
gobject-introspection: Fix pathfix.patch to correct glibconfig.h location
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gnome/gobject-introspection/pathfix.patch | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/meta/recipes-gnome/gnome/gobject-introspection/pathfix.patch b/meta/recipes-gnome/gnome/gobject-introspection/pathfix.patch index b4582e2eaa..472cb8622f 100644 --- a/meta/recipes-gnome/gnome/gobject-introspection/pathfix.patch +++ b/meta/recipes-gnome/gnome/gobject-introspection/pathfix.patch @@ -1,20 +1,7 @@ -Index: git/gir/Makefile.am -=================================================================== ---- git.orig/gir/Makefile.am 2009-08-19 11:11:26.000000000 +0100 -+++ git/gir/Makefile.am 2009-08-19 11:12:45.000000000 +0100 -@@ -41,7 +41,7 @@ - -I$(GLIB_LIBDIR)/glib-2.0/include \ - -DGETTEXT_PACKAGE=Dummy \ - -D__G_I18N_LIB_H__ \ -- $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \ -+ $(GLIB_INCLUDEDIR)/glibconfig.h \ - $(srcdir)/glib-2.0.c \ - -DGLIB_COMPILATION \ - $(GLIB_INCLUDEDIR)/glib/*.h Index: git/giscanner/dumper.py =================================================================== ---- git.orig/giscanner/dumper.py 2009-08-19 11:11:26.000000000 +0100 -+++ git/giscanner/dumper.py 2009-08-19 11:12:45.000000000 +0100 +--- git.orig/giscanner/dumper.py 2010-11-29 15:14:35.000000000 -0800 ++++ git/giscanner/dumper.py 2010-11-29 15:14:57.115747154 -0800 @@ -82,7 +82,7 @@ self._tmpdir = tempfile.mkdtemp('', 'tmp-introspect', dir=os.getcwd()) @@ -26,8 +13,8 @@ Index: git/giscanner/dumper.py self._uninst_srcdir = os.environ.get( Index: git/giscanner/scannermain.py =================================================================== ---- git.orig/giscanner/scannermain.py 2009-08-19 11:11:26.000000000 +0100 -+++ git/giscanner/scannermain.py 2009-08-19 11:12:45.000000000 +0100 +--- git.orig/giscanner/scannermain.py 2010-11-29 15:14:35.000000000 -0800 ++++ git/giscanner/scannermain.py 2010-11-29 15:14:57.120747321 -0800 @@ -283,6 +283,7 @@ shown_include_warning = False for include in options.includes: |