diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 05:42:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:02:58 +0100 |
commit | e4f118451063e52657cd9e52bec558b234cdba5e (patch) | |
tree | 7c42e19b6eefca13d74a09f3f9db000b817ed209 /meta/recipes-support | |
parent | 1e53c0bdac43c1a294cd7c9497b425057c16465f (diff) | |
download | poky-e4f118451063e52657cd9e52bec558b234cdba5e.tar.gz |
gnutls: clean up FILE after PACKAGE reorder
(From OE-Core rev: 959c20c99ac980764a99ed4db575e44917600736)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index f489fb6f9f..b16dd21f4e 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/" | |||
3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" | 3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" |
4 | DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline" | 4 | DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap readline" |
5 | 5 | ||
6 | INC_PR = "r6" | 6 | INC_PR = "r7" |
7 | 7 | ||
8 | LICENSE = "GPLv3+ & LGPLv2.1+" | 8 | LICENSE = "GPLv3+ & LGPLv2.1+" |
9 | LICENSE_${PN} = "LGPLv2.1+" | 9 | LICENSE_${PN} = "LGPLv2.1+" |
@@ -37,7 +37,6 @@ do_configure_prepend() { | |||
37 | 37 | ||
38 | PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin ${PN}-xx" | 38 | PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin ${PN}-xx" |
39 | 39 | ||
40 | FILES_${PN} = "${libdir}/libgnutls.so.*" | ||
41 | FILES_${PN}-bin = "${bindir}/gnutls-serv \ | 40 | FILES_${PN}-bin = "${bindir}/gnutls-serv \ |
42 | ${bindir}/gnutls-cli \ | 41 | ${bindir}/gnutls-cli \ |
43 | ${bindir}/srptool \ | 42 | ${bindir}/srptool \ |
@@ -46,7 +45,7 @@ FILES_${PN}-bin = "${bindir}/gnutls-serv \ | |||
46 | ${bindir}/certtool \ | 45 | ${bindir}/certtool \ |
47 | ${bindir}/gnutls-srpcrypt" | 46 | ${bindir}/gnutls-srpcrypt" |
48 | 47 | ||
49 | FILES_${PN}-dev += "${bindir}/*-config ${bindir}/gnutls-cli-debug" | 48 | FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" |
50 | FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*" | 49 | FILES_${PN}-extra = "${libdir}/libgnutls-extra.so.*" |
51 | FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" | 50 | FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" |
52 | FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*" | 51 | FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*" |