From: Phil Blundell Date: Sun, 13 Jun 2004 17:01:54 +0000 (+0000) Subject: move libgcrypt-config into -dev package X-Git-Tag: Release-2010-05/1~18719 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8de8989d3344a0fd64dd19bcdfde02a5804ef20;p=openembedded.git move libgcrypt-config into -dev package BKrev: 40cc8882QEtbSFIUuG742LpMkjA7rw --- diff --git a/libgcrypt/libgcrypt_1.1.91.oe b/libgcrypt/libgcrypt_1.1.91.oe index c581ab9e67..c698509724 100644 --- a/libgcrypt/libgcrypt_1.1.91.oe +++ b/libgcrypt/libgcrypt_1.1.91.oe @@ -1,9 +1,14 @@ +PR = "r1" DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" DEPENDS = "libgpg-error" +# move libgcrypt-config into -dev package +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-dev += "${bindir}" + SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-${PV}.tar.gz" inherit autotools