diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch | 21 | ||||
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb | 3 |
2 files changed, 23 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch new file mode 100644 index 0000000000..54f7c3ad0d --- /dev/null +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch | |||
@@ -0,0 +1,21 @@ | |||
1 | Pick up ${NM} from the environment. | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | https://bugzilla.gnome.org/show_bug.cgi?id=671516 | ||
5 | |||
6 | Signed-off-by: James Limbouris <james@digitalmatter.com.au> | ||
7 | |||
8 | Index: gdk-pixbuf-2.24.0/configure.ac | ||
9 | =================================================================== | ||
10 | diff -uNr gdk-pixbuf-2.24.0/configure.ac gdk-pixbuf-2.24.0.mod/configure.ac | ||
11 | --- gdk-pixbuf-2.24.0/configure.ac 2011-08-27 11:27:52.000000000 +0800 | ||
12 | +++ gdk-pixbuf-2.24.0.mod/configure.ac 2012-02-28 14:48:36.481126410 +0800 | ||
13 | @@ -147,7 +147,7 @@ | ||
14 | AC_SYS_LARGEFILE | ||
15 | |||
16 | AM_PROG_AS | ||
17 | -AC_PATH_PROG(NM, nm, nm) | ||
18 | +AC_CHECK_TOOLS(NM, [$NM nm], nm) | ||
19 | |||
20 | AC_MSG_CHECKING([for some Win32 platform]) | ||
21 | AS_CASE(["$host"], | ||
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb index 0e2067a4e0..cbeca949fb 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb | |||
@@ -11,6 +11,7 @@ SECTION = "libs" | |||
11 | DEPENDS = "libpng glib-2.0 jpeg" | 11 | DEPENDS = "libpng glib-2.0 jpeg" |
12 | 12 | ||
13 | SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-${PV}.tar.bz2 \ | 13 | SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-${PV}.tar.bz2 \ |
14 | file://configure_nm.patch \ | ||
14 | file://hardcoded_libtool.patch \ | 15 | file://hardcoded_libtool.patch \ |
15 | file://configure_fix.patch \ | 16 | file://configure_fix.patch \ |
16 | " | 17 | " |
@@ -18,7 +19,7 @@ SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-${ | |||
18 | SRC_URI[md5sum] = "d8ece3a4ade4a91c768328620e473ab8" | 19 | SRC_URI[md5sum] = "d8ece3a4ade4a91c768328620e473ab8" |
19 | SRC_URI[sha256sum] = "38d2630314e6d91976bffd833236f84fefa440a9038f86dc422820a39f2e3700" | 20 | SRC_URI[sha256sum] = "38d2630314e6d91976bffd833236f84fefa440a9038f86dc422820a39f2e3700" |
20 | 21 | ||
21 | PR = "r4" | 22 | PR = "r5" |
22 | 23 | ||
23 | inherit autotools pkgconfig gettext | 24 | inherit autotools pkgconfig gettext |
24 | 25 | ||