diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-15 23:59:37 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-15 23:59:37 +0000 |
commit | 9b45eec088392a122df1c1dad643b2f3809509a2 (patch) | |
tree | febd0637531cbc6234b01147c367e82293ce3eca | |
parent | b737adc1d5921dde15403646e75d62672a12b24e (diff) |
Make libgpg-error supply gpg-error.pc for pkgconfig use.
BKrev: 40f71a69fQ0E2UxLVMx6HN9BEoZ23Q
-rw-r--r-- | libgpg-error/libgpg-error-0.7/pkgconfig.patch | 0 | ||||
-rw-r--r-- | libgpg-error/libgpg-error_0.7.oe | 7 |
2 files changed, 4 insertions, 3 deletions
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 --- /dev/null +++ b/libgpg-error/libgpg-error-0.7/pkgconfig.patch 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} |