diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 05:33:59 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-06-19 21:59:51 -0700 |
commit | 0ee1923dc731447bf9988c70fa517367db2a4a2d (patch) | |
tree | 63323b9ed5938130e7fd0b7ff31604ac77900870 /meta/recipes-support/gpgme | |
parent | e99f9cc28458ae59630d32197bd119d4556c81cd (diff) | |
download | openembedded-core-0ee1923dc731447bf9988c70fa517367db2a4a2d.tar.gz openembedded-core-0ee1923dc731447bf9988c70fa517367db2a4a2d.tar.bz2 openembedded-core-0ee1923dc731447bf9988c70fa517367db2a4a2d.zip |
gpgme: clean up FILE after PACKAGE reorder
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/gpgme')
-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}" PTH_libc-uclibc = "npth" PTH = "pth" -PR = "r2" +PR = "r3" EXTRA_OECONF = "--with-pth=${STAGING_DIR_HOST} --without-pth-test \ --with-gpg=${bindir}/gpg --without-gpgsm" @@ -27,8 +27,7 @@ inherit autotools binconfig PACKAGES =+ "${PN}-pth ${PN}-pthread" FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" -FILES_${PN} = "${libdir}/libgpgme.so.*" -FILES_${PN}-dev += "${bindir}/gpgme-config ${datadir}/common-lisp/source/gpgme/*" +FILES_${PN}-dev += "${datadir}/common-lisp/source/gpgme/*" do_install_append() { rmdir ${D}/usr/libexec |