diff options
-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} |