From 9b45eec088392a122df1c1dad643b2f3809509a2 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 15 Jul 2004 23:59:37 +0000 Subject: Make libgpg-error supply gpg-error.pc for pkgconfig use. BKrev: 40f71a69fQ0E2UxLVMx6HN9BEoZ23Q --- libgpg-error/libgpg-error-0.7/pkgconfig.patch | 0 libgpg-error/libgpg-error_0.7.oe | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 libgpg-error/libgpg-error-0.7/pkgconfig.patch diff --git a/libgpg-error/libgpg-error-0.7/pkgconfig.patch b/libgpg-error/libgpg-error-0.7/pkgconfig.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libgpg-error/libgpg-error_0.7.oe b/libgpg-error/libgpg-error_0.7.oe index c4ef312a5b..57b131791d 100644 --- a/libgpg-error/libgpg-error_0.7.oe +++ b/libgpg-error/libgpg-error_0.7.oe @@ -1,16 +1,17 @@ -PR = "r1" +PR = "r2" DESCRIPTION = "GPG-Error library" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" -SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz" +SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz \ + file://pkgconfig.patch;patch=1" # move libgpg-error-config into -dev package FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir}" -inherit autotools +inherit autotools pkgconfig do_stage() { oe_libinstall -a -so -C src libgpg-error ${STAGING_LIBDIR} -- cgit v1.2.3