[oe-commits] org.oe.dev gpgme_1.1.4.bb : version upgrade needed for a newer mutt

xora commit openembedded-commits at lists.openembedded.org
Thu Apr 19 10:04:41 UTC 2007


gpgme_1.1.4.bb : version upgrade needed for a newer mutt

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: f34e8a8b2e764c13e8ef0c4e8a04ad11b12b2462
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f34e8a8b2e764c13e8ef0c4e8a04ad11b12b2462
Files:
1
packages/gpgme/gpgme_1.1.4.bb
Diffs:

#
# mt diff -r8e131124fdd1ffa4a8ec099ff6b93ea9944aae45 -rf34e8a8b2e764c13e8ef0c4e8a04ad11b12b2462
#
# 
# 
# add_file "packages/gpgme/gpgme_1.1.4.bb"
#  content [53b2f747053c5b94da60e11074304b02588bb891]
# 
============================================================
--- packages/gpgme/gpgme_1.1.4.bb	53b2f747053c5b94da60e11074304b02588bb891
+++ packages/gpgme/gpgme_1.1.4.bb	53b2f747053c5b94da60e11074304b02588bb891
@@ -0,0 +1,22 @@
+LICENSE = "GPL"
+SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2"
+PR = "r1"
+
+DEPENDS = "libgpg-error pth libassuan"
+
+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/
+}
+






More information about the Openembedded-commits mailing list