From 3ed11d61787f87c004cb40cbb126e62d1b0bed59 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Fri, 27 Apr 2012 14:34:20 +0800 Subject: popt: Fixing pkgconfig file installation issue. Install the pkgconfig files into $(libdir) instead of $(prefix)/lib/. (From OE-Core rev: 2addeb2639b798934d12d2f959dcac5a4ac697c2) Signed-off-by: Lianhao Lu Signed-off-by: Richard Purdie --- meta/recipes-support/popt/popt/pkgconfig_fix.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-support/popt/popt/pkgconfig_fix.patch (limited to 'meta/recipes-support/popt/popt/pkgconfig_fix.patch') diff --git a/meta/recipes-support/popt/popt/pkgconfig_fix.patch b/meta/recipes-support/popt/popt/pkgconfig_fix.patch new file mode 100644 index 0000000000..0bddbf8c94 --- /dev/null +++ b/meta/recipes-support/popt/popt/pkgconfig_fix.patch @@ -0,0 +1,15 @@ +Upstream-Status: Pending + +Install the pkgconfig file into libdir. + +--- popt-1.16.orig/Makefile.am 2012-04-26 13:42:54.021139813 +0800 ++++ popt-1.16/Makefile.am 2012-04-26 13:36:03.552096912 +0800 +@@ -47,7 +47,7 @@ + libpopt_la_SOURCES = popt.c poptparse.c poptconfig.c popthelp.c poptint.c + libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@ @LTLIBICONV@ + +-pkgconfigdir = $(prefix)/lib/pkgconfig ++pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = popt.pc + + if HAVE_LD_VERSION_SCRIPT -- cgit v1.2.3-54-g00ecf