diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-14 16:02:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-14 16:02:55 +0000 |
commit | d224aa9bd8be9a3db6ca4ba75c6b8189e2a0fdc7 (patch) | |
tree | cd18113e5e23ed6972a032d8c8837733ae018619 | |
parent | ca6d5607166c6d6e35600c327a83da487bc7b455 (diff) |
gnutils 1.4.0: add PACKAGES_DYNAMIC
-rw-r--r-- | packages/gnutls/gnutls_1.4.0.bb | 1 |
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.*" |