aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libassuan/libassuan_2.0.3.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2012-12-03 18:23:27 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-06 12:30:35 +0000
commitef2951d052f18be9c5391dce438f5c3fafda3cd5 (patch)
tree57d76ffcdcade16e364680451f9ed5579ad8d4f9 /meta/recipes-support/libassuan/libassuan_2.0.3.bb
parentc5f14ef7797394bcee1b0e295cc2dac4b62e55e2 (diff)
downloadopenembedded-core-contrib-ef2951d052f18be9c5391dce438f5c3fafda3cd5.tar.gz
libassuan: add pkgconfig support
Add pkgconfig support to libassuan. [YOCTO #2453] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libassuan/libassuan_2.0.3.bb')
-rw-r--r--meta/recipes-support/libassuan/libassuan_2.0.3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/libassuan/libassuan_2.0.3.bb b/meta/recipes-support/libassuan/libassuan_2.0.3.bb
index 2a8963ec0a..f0d7c9f4b6 100644
--- a/meta/recipes-support/libassuan/libassuan_2.0.3.bb
+++ b/meta/recipes-support/libassuan/libassuan_2.0.3.bb
@@ -10,9 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
DEPENDS = "libgpg-error"
-SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2"
+SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2 \
+ file://libassuan-add-pkgconfig-support.patch"
SRC_URI[md5sum] = "179d1918325fdb928c7bd90b8a514fc7"
SRC_URI[sha256sum] = "bad5682374c76bcc0abb1a7a34c9557af6874a477500748e64a7d3def79cac1b"
-inherit autotools binconfig
+inherit autotools binconfig pkgconfig