diff options
Diffstat (limited to 'meta/recipes-support/gpgme/gpgme_1.4.3.bb')
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.4.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.4.3.bb b/meta/recipes-support/gpgme/gpgme_1.4.3.bb index 5a337d8a7e..ef08d4f2f4 100644 --- a/meta/recipes-support/gpgme/gpgme_1.4.3.bb +++ b/meta/recipes-support/gpgme/gpgme_1.4.3.bb | |||
@@ -19,7 +19,9 @@ DEPENDS = "libgpg-error libassuan" | |||
19 | 19 | ||
20 | EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm" | 20 | EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm" |
21 | 21 | ||
22 | inherit autotools texinfo binconfig pkgconfig | 22 | BINCONFIG = "${bindir}/gpgme-config" |
23 | |||
24 | inherit autotools texinfo binconfig-disabled pkgconfig | ||
23 | 25 | ||
24 | PACKAGES =+ "${PN}-pthread" | 26 | PACKAGES =+ "${PN}-pthread" |
25 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" | 27 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" |