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_1.16.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-support/popt/popt_1.16.bb') diff --git a/meta/recipes-support/popt/popt_1.16.bb b/meta/recipes-support/popt/popt_1.16.bb index fa6c3268de..cd22e9a77c 100644 --- a/meta/recipes-support/popt/popt_1.16.bb +++ b/meta/recipes-support/popt/popt_1.16.bb @@ -4,9 +4,11 @@ SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=cb0613c30af2a8249b8dcc67d3edb06d" -PR = "r0" +PR = "r1" -SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz" +SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz \ + file://pkgconfig_fix.patch \ + " SRC_URI[md5sum] = "3743beefa3dd6247a73f8f7a32c14c33" SRC_URI[sha256sum] = "e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8" -- cgit v1.2.3-54-g00ecf