mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
gpgme: moved gpgme-config into gpgme-dev package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3997 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2"
|
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2"
|
||||||
DEPENDS = "libgpg-error pth libassuan"
|
DEPENDS = "libgpg-error pth libassuan"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \
|
EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \
|
||||||
--with-gpg=${bindir}/gpg --without-gpgsm"
|
--with-gpg=${bindir}/gpg --without-gpgsm"
|
||||||
@@ -20,3 +20,4 @@ do_stage() {
|
|||||||
install -m 0644 gpgme/gpgme.m4 ${STAGING_DATADIR}/aclocal/
|
install -m 0644 gpgme/gpgme.m4 ${STAGING_DATADIR}/aclocal/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FILES_${PN}-dev += "${bindir}/gpgme-config"
|
||||||
|
|||||||
Reference in New Issue
Block a user