diff options
Diffstat (limited to 'meta/packages/gpgme/gpgme_1.1.4.bb')
-rw-r--r-- | meta/packages/gpgme/gpgme_1.1.4.bb | 14 |
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 8ac8bb3398..826b317351 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" | |||
7 | EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ | 7 | EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ |
8 | --with-gpg=${bindir}/gpg --without-gpgsm" | 8 | --with-gpg=${bindir}/gpg --without-gpgsm" |
9 | 9 | ||
10 | inherit autotools binconfig | 10 | inherit autotools_stage binconfig |
11 | |||
12 | do_stage() { | ||
13 | autotools_stage_includes | ||
14 | |||
15 | install -d ${STAGING_LIBDIR} | ||
16 | oe_libinstall -C gpgme -so libgpgme ${STAGING_LIBDIR} | ||
17 | oe_libinstall -C gpgme -so libgpgme-pth ${STAGING_LIBDIR} | ||
18 | oe_libinstall -C gpgme -so libgpgme-pthread ${STAGING_LIBDIR} | ||
19 | |||
20 | install -d ${STAGING_DATADIR}/aclocal | ||
21 | install -m 0644 gpgme/gpgme.m4 ${STAGING_DATADIR}/aclocal/ | ||
22 | } | ||
23 | 11 | ||
24 | PACKAGES =+ "${PN}-pth ${PN}-pthread" | 12 | PACKAGES =+ "${PN}-pth ${PN}-pthread" |
25 | FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" | 13 | FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" |