aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnutls
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-08-14 16:02:55 +0000
committerKoen Kooi <koen@openembedded.org>2006-08-14 16:02:55 +0000
commitd224aa9bd8be9a3db6ca4ba75c6b8189e2a0fdc7 (patch)
treecd18113e5e23ed6972a032d8c8837733ae018619 /packages/gnutls
parentca6d5607166c6d6e35600c327a83da487bc7b455 (diff)
downloadopenembedded-d224aa9bd8be9a3db6ca4ba75c6b8189e2a0fdc7.tar.gz
gnutils 1.4.0: add PACKAGES_DYNAMIC
Diffstat (limited to 'packages/gnutls')
-rw-r--r--packages/gnutls/gnutls_1.4.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gnutls/gnutls_1.4.0.bb b/packages/gnutls/gnutls_1.4.0.bb
index 3c48bc95ff..7a934a8131 100644
--- a/packages/gnutls/gnutls_1.4.0.bb
+++ b/packages/gnutls/gnutls_1.4.0.bb
@@ -11,6 +11,7 @@ SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \
inherit autotools binconfig
PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin"
+PACKAGES_DYNAMIC = "libgnutls*"
FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*"
FILES_${PN} = "${libdir}/libgnutls.so.*"