diff options
Diffstat (limited to 'gpgme')
-rw-r--r-- | gpgme/gpgme_1.0.0.bb | 0 | ||||
-rw-r--r-- | gpgme/gpgme_1.0.0.oe | 21 |
2 files changed, 0 insertions, 21 deletions
diff --git a/gpgme/gpgme_1.0.0.bb b/gpgme/gpgme_1.0.0.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpgme/gpgme_1.0.0.bb diff --git a/gpgme/gpgme_1.0.0.oe b/gpgme/gpgme_1.0.0.oe deleted file mode 100644 index b3bd61695d..0000000000 --- a/gpgme/gpgme_1.0.0.oe +++ /dev/null @@ -1,21 +0,0 @@ -LICENSE = GPL -SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.gz" - -DEPENDS = "libgpg-error pth libassuan" - -EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test --with-gpg=${bindir}/gpg --without-gpgsm" - -inherit autotools - -do_stage() { - autotools_stage_includes - - install -d ${STAGING_LIBDIR} - oe_libinstall -C gpgme -so libgpgme ${STAGING_LIBDIR} - oe_libinstall -C gpgme -so libgpgme-pth ${STAGING_LIBDIR} - oe_libinstall -C gpgme -so libgpgme-pthread ${STAGING_LIBDIR} - - install -d ${STAGING_DATADIR}/aclocal - install -m 0644 gpgme/gpgme.m4 ${STAGING_DATADIR}/aclocal/ -} - |