From de2fec4c895d6fee8ad1111ea9ee8ebd36531123 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Thu, 28 Jan 2010 14:20:07 +0000 Subject: gthumb_2.10.11.bb : add a hack to make it look at sysroot not / I found that the pkg-config sysroot support doesnt extend to variables so some extra munging was needed to point this at the correct IDL files. --- recipes/gthumb/gthumb/pkg-config-hack.patch | 7 +++++++ recipes/gthumb/gthumb_2.10.11.bb | 9 ++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 recipes/gthumb/gthumb/pkg-config-hack.patch (limited to 'recipes/gthumb') diff --git a/recipes/gthumb/gthumb/pkg-config-hack.patch b/recipes/gthumb/gthumb/pkg-config-hack.patch new file mode 100644 index 0000000000..e9981d1eb0 --- /dev/null +++ b/recipes/gthumb/gthumb/pkg-config-hack.patch @@ -0,0 +1,7 @@ +Index: gthumb-2.10.11/add-include-prefix +=================================================================== +--- gthumb-2.10.11.orig/add-include-prefix ++++ gthumb-2.10.11/add-include-prefix +@@ -1 +1 @@ +-sed -e 's/^/ /' -e 's/ \+$//' -e 's/ / -I /g' -e 's/^ \+//' ++sed -e 's|^| |' -e 's| \+$||' -e 's| | -I HACK_STAGING_DIR_HOST|g' -e 's|^ \+||' diff --git a/recipes/gthumb/gthumb_2.10.11.bb b/recipes/gthumb/gthumb_2.10.11.bb index 94f37a04d5..436d506a87 100644 --- a/recipes/gthumb/gthumb_2.10.11.bb +++ b/recipes/gthumb/gthumb_2.10.11.bb @@ -5,10 +5,13 @@ DEPENDS = "gtk+ libexif libgnome libgnomeui libgnomeprintui" inherit gnome -PR = "r1" +SRC_URI += "file://pkg-config-hack.patch;patch=1" + +PR = "r2" FILES_${PN} += "${libdir}/*.so ${datadir}/gnome* ${datadir}/application-registry/*" FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" - - +do_configure_prepend() { + sed -i "s|HACK_STAGING_DIR_HOST|${STAGING_DIR_HOST}|" ${S}/add-include-prefix +} -- cgit v1.2.3