mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
gdk-pixbuf: Pick up ${NM} from the environment.
(From OE-Core rev: e48eb65494a234ac82ec04fcbcc04f5e881347c3) Signed-off-by: James Limbouris <james@digitalmatter.com.au> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
31a03ed08d
commit
7172b4b012
@@ -0,0 +1,21 @@
|
|||||||
|
Pick up ${NM} from the environment.
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=671516
|
||||||
|
|
||||||
|
Signed-off-by: James Limbouris <james@digitalmatter.com.au>
|
||||||
|
|
||||||
|
Index: gdk-pixbuf-2.24.0/configure.ac
|
||||||
|
===================================================================
|
||||||
|
diff -uNr gdk-pixbuf-2.24.0/configure.ac gdk-pixbuf-2.24.0.mod/configure.ac
|
||||||
|
--- gdk-pixbuf-2.24.0/configure.ac 2011-08-27 11:27:52.000000000 +0800
|
||||||
|
+++ gdk-pixbuf-2.24.0.mod/configure.ac 2012-02-28 14:48:36.481126410 +0800
|
||||||
|
@@ -147,7 +147,7 @@
|
||||||
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
|
AM_PROG_AS
|
||||||
|
-AC_PATH_PROG(NM, nm, nm)
|
||||||
|
+AC_CHECK_TOOLS(NM, [$NM nm], nm)
|
||||||
|
|
||||||
|
AC_MSG_CHECKING([for some Win32 platform])
|
||||||
|
AS_CASE(["$host"],
|
||||||
@@ -11,6 +11,7 @@ SECTION = "libs"
|
|||||||
DEPENDS = "libpng glib-2.0 jpeg"
|
DEPENDS = "libpng glib-2.0 jpeg"
|
||||||
|
|
||||||
SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-${PV}.tar.bz2 \
|
SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-${PV}.tar.bz2 \
|
||||||
|
file://configure_nm.patch \
|
||||||
file://hardcoded_libtool.patch \
|
file://hardcoded_libtool.patch \
|
||||||
file://configure_fix.patch \
|
file://configure_fix.patch \
|
||||||
"
|
"
|
||||||
@@ -18,7 +19,7 @@ SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-${
|
|||||||
SRC_URI[md5sum] = "d8ece3a4ade4a91c768328620e473ab8"
|
SRC_URI[md5sum] = "d8ece3a4ade4a91c768328620e473ab8"
|
||||||
SRC_URI[sha256sum] = "38d2630314e6d91976bffd833236f84fefa440a9038f86dc422820a39f2e3700"
|
SRC_URI[sha256sum] = "38d2630314e6d91976bffd833236f84fefa440a9038f86dc422820a39f2e3700"
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
inherit autotools pkgconfig gettext
|
inherit autotools pkgconfig gettext
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user