diff options
| -rw-r--r-- | meta/packages/pkgconfig/pkgconfig-0.23/autofoo.patch | 13 | ||||
| -rw-r--r-- | meta/packages/pkgconfig/pkgconfig-native_0.23.bb | 6 | ||||
| -rw-r--r-- | meta/packages/pkgconfig/pkgconfig.inc | 3 | ||||
| -rw-r--r-- | meta/packages/pkgconfig/pkgconfig_0.23.bb | 2 |
4 files changed, 15 insertions, 9 deletions
diff --git a/meta/packages/pkgconfig/pkgconfig-0.23/autofoo.patch b/meta/packages/pkgconfig/pkgconfig-0.23/autofoo.patch index 9a78f3bfd0..97895387f5 100644 --- a/meta/packages/pkgconfig/pkgconfig-0.23/autofoo.patch +++ b/meta/packages/pkgconfig/pkgconfig-0.23/autofoo.patch | |||
| @@ -511,3 +511,16 @@ Index: pkg-config-0.23/glib-1.2.10/configure.in | |||
| 511 | 511 | ||
| 512 | 512 | ||
| 513 | if cmp -s $outfile glibconfig.h; then | 513 | if cmp -s $outfile glibconfig.h; then |
| 514 | Index: pkg-config-0.23/glib-1.2.10/glib.m4 | ||
| 515 | =================================================================== | ||
| 516 | --- pkg-config-0.23.orig/glib-1.2.10/glib.m4 2008-04-14 23:34:39.000000000 +0100 | ||
| 517 | +++ pkg-config-0.23/glib-1.2.10/glib.m4 2008-04-14 09:26:29.000000000 +0100 | ||
| 518 | @@ -5,7 +5,7 @@ | ||
| 519 | dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or | ||
| 520 | dnl gthread is specified in MODULES, pass to glib-config | ||
| 521 | dnl | ||
| 522 | -AC_DEFUN(AM_PATH_GLIB, | ||
| 523 | +AC_DEFUN([AM_PATH_GLIB], | ||
| 524 | [dnl | ||
| 525 | dnl Get the cflags and libraries from the glib-config script | ||
| 526 | dnl | ||
diff --git a/meta/packages/pkgconfig/pkgconfig-native_0.23.bb b/meta/packages/pkgconfig/pkgconfig-native_0.23.bb index d167bd7699..24497a9866 100644 --- a/meta/packages/pkgconfig/pkgconfig-native_0.23.bb +++ b/meta/packages/pkgconfig/pkgconfig-native_0.23.bb | |||
| @@ -4,9 +4,3 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pkgconfig-${PV}" | |||
| 4 | S = "${WORKDIR}/pkg-config-${PV}/" | 4 | S = "${WORKDIR}/pkg-config-${PV}/" |
| 5 | inherit native | 5 | inherit native |
| 6 | DEPENDS = "" | 6 | DEPENDS = "" |
| 7 | |||
| 8 | do_configure() { | ||
| 9 | gnu-configize | ||
| 10 | libtoolize --force | ||
| 11 | oe_runconf | ||
| 12 | } | ||
diff --git a/meta/packages/pkgconfig/pkgconfig.inc b/meta/packages/pkgconfig/pkgconfig.inc index 6fec0c3645..58c6f90f19 100644 --- a/meta/packages/pkgconfig/pkgconfig.inc +++ b/meta/packages/pkgconfig/pkgconfig.inc | |||
| @@ -5,9 +5,10 @@ It replaces the ubiquitous *-config scripts you may have \ | |||
| 5 | seen with a single tool." | 5 | seen with a single tool." |
| 6 | HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/" | 6 | HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/" |
| 7 | LICENSE = "GPL" | 7 | LICENSE = "GPL" |
| 8 | PR = "r6" | 8 | PR = "r7" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \ | 10 | SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \ |
| 11 | file://autofoo.patch;patch=1 \ | ||
| 11 | file://sysrootfix.patch;patch=1 \ | 12 | file://sysrootfix.patch;patch=1 \ |
| 12 | file://glibconfig-sysdefs.h" | 13 | file://glibconfig-sysdefs.h" |
| 13 | 14 | ||
diff --git a/meta/packages/pkgconfig/pkgconfig_0.23.bb b/meta/packages/pkgconfig/pkgconfig_0.23.bb index 39fdc30f2c..10ce0fc9c3 100644 --- a/meta/packages/pkgconfig/pkgconfig_0.23.bb +++ b/meta/packages/pkgconfig/pkgconfig_0.23.bb | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | require pkgconfig.inc | 1 | require pkgconfig.inc |
| 2 | 2 | ||
| 3 | SRC_URI += "file://autofoo.patch;patch=1" | ||
| 4 | |||
| 5 | DEPENDS += "glib-2.0" | 3 | DEPENDS += "glib-2.0" |
| 6 | EXTRA_OECONF = "--with-installed-glib" | 4 | EXTRA_OECONF = "--with-installed-glib" |
