summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-16 22:28:18 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-16 22:28:18 +0000
commit81d1490b1d03f1a8b9500b648c9dfc74ca390de1 (patch)
tree164fa494be4242bab51e224f935912025b27cd45 /meta
parent668ae67a4fa15e65e26d1c5f480061fe07e4b9db (diff)
downloadopenembedded-core-81d1490b1d03f1a8b9500b648c9dfc74ca390de1.tar.gz
openembedded-core-81d1490b1d03f1a8b9500b648c9dfc74ca390de1.tar.bz2
openembedded-core-81d1490b1d03f1a8b9500b648c9dfc74ca390de1.tar.xz
openembedded-core-81d1490b1d03f1a8b9500b648c9dfc74ca390de1.zip
gpgme: Convert to autotools_stage_all
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/gpgme/gpgme_1.1.4.bb14
1 files changed, 1 insertions, 13 deletions
diff --git a/meta/packages/gpgme/gpgme_1.1.4.bb b/meta/packages/gpgme/gpgme_1.1.4.bb
index 8ac8bb339..826b31735 100644
--- a/meta/packages/gpgme/gpgme_1.1.4.bb
+++ b/meta/packages/gpgme/gpgme_1.1.4.bb
@@ -7,19 +7,7 @@ PR = "r3"
EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \
--with-gpg=${bindir}/gpg --without-gpgsm"
-inherit autotools binconfig
-
-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/
-}
+inherit autotools_stage binconfig
PACKAGES =+ "${PN}-pth ${PN}-pthread"
FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*"