diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 05:33:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:02:58 +0100 |
commit | 1e53c0bdac43c1a294cd7c9497b425057c16465f (patch) | |
tree | 57b247a57010aaa36ccb2b2630cdbc45cd70bb54 /meta | |
parent | 14fde1117b32a6427129eafa017be69ec54803b8 (diff) | |
download | poky-1e53c0bdac43c1a294cd7c9497b425057c16465f.tar.gz |
gpgme: clean up FILE after PACKAGE reorder
(From OE-Core rev: 0ee1923dc731447bf9988c70fa517367db2a4a2d)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.3.1.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.3.1.bb b/meta/recipes-support/gpgme/gpgme_1.3.1.bb index 43d8aad7a7..949a24c83e 100644 --- a/meta/recipes-support/gpgme/gpgme_1.3.1.bb +++ b/meta/recipes-support/gpgme/gpgme_1.3.1.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = "libgpg-error libassuan ${PTH}" | |||
17 | PTH_libc-uclibc = "npth" | 17 | PTH_libc-uclibc = "npth" |
18 | PTH = "pth" | 18 | PTH = "pth" |
19 | 19 | ||
20 | PR = "r2" | 20 | PR = "r3" |
21 | 21 | ||
22 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ | 22 | EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ |
23 | --with-gpg=${bindir}/gpg --without-gpgsm" | 23 | --with-gpg=${bindir}/gpg --without-gpgsm" |
@@ -27,8 +27,7 @@ inherit autotools binconfig | |||
27 | PACKAGES =+ "${PN}-pth ${PN}-pthread" | 27 | PACKAGES =+ "${PN}-pth ${PN}-pthread" |
28 | FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" | 28 | FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" |
29 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" | 29 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" |
30 | FILES_${PN} = "${libdir}/libgpgme.so.*" | 30 | FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" |
31 | FILES_${PN}-dev += "${bindir}/gpgme-config ${datadir}/common-lisp/source/gpgme/*" | ||
32 | 31 | ||
33 | do_install_append() { | 32 | do_install_append() { |
34 | rmdir ${D}/usr/libexec | 33 | rmdir ${D}/usr/libexec |