diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
| commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
| tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /openembedded/packages/gnutls/gnutls_1.0.25.bb | |
| parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
| download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz | |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gnutls/gnutls_1.0.25.bb')
| -rw-r--r-- | openembedded/packages/gnutls/gnutls_1.0.25.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/openembedded/packages/gnutls/gnutls_1.0.25.bb b/openembedded/packages/gnutls/gnutls_1.0.25.bb deleted file mode 100644 index 3b169317de..0000000000 --- a/openembedded/packages/gnutls/gnutls_1.0.25.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | DESCRIPTION = "GNU Transport Layer Security Library" | ||
| 2 | DEPENDS = "zlib libgcrypt" | ||
| 3 | |||
| 4 | LICENSE = "LGPL" | ||
| 5 | |||
| 6 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.gz \ | ||
| 7 | file://gnutls-openssl.patch;patch=1 \ | ||
| 8 | file://export-symbols.patch;patch=1" | ||
| 9 | |||
| 10 | inherit autotools | ||
| 11 | inherit binconfig | ||
| 12 | |||
| 13 | PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin" | ||
| 14 | FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" | ||
| 15 | FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*" | ||
| 16 | FILES_${PN} = "${libdir}/libgnutls.so.*" | ||
| 17 | FILES_${PN}-bin = "${bindir}/gnutls-serv ${bindir}/gnutls-cli \ | ||
| 18 | ${bindir}/srptool ${bindir}/certtool ${bindir}/gnutls-srpcrypt" | ||
| 19 | FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug" | ||
| 20 | |||
| 21 | EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1" | ||
| 22 | |||
| 23 | do_stage() { | ||
| 24 | oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR} | ||
| 25 | oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR} | ||
| 26 | oe_libinstall -C libextra/.libs -so -a libgnutls-openssl ${STAGING_LIBDIR} | ||
| 27 | autotools_stage_includes | ||
| 28 | } | ||
| 29 | |||
