diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-25 11:52:05 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-25 11:52:05 +0000 |
commit | a0d0bd249a37d39d4301963e86a9b0019b619599 (patch) | |
tree | 8f29c8ce82f8acfa22ca69734e0f9120e31c1329 /meta/packages/gpgme | |
parent | b33f6c2843b58acd036eb06ba6ffa0b1ca18e801 (diff) | |
download | poky-a0d0bd249a37d39d4301963e86a9b0019b619599.tar.gz |
gpgme: split packaging to package per library
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4112 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gpgme')
-rw-r--r-- | meta/packages/gpgme/gpgme_1.1.4.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/gpgme/gpgme_1.1.4.bb b/meta/packages/gpgme/gpgme_1.1.4.bb index 120a07e2ae..8ac8bb3398 100644 --- a/meta/packages/gpgme/gpgme_1.1.4.bb +++ b/meta/packages/gpgme/gpgme_1.1.4.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | DESCRIPTION = "GPGME - GnuPG Made Easy" | ||
1 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
2 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" | 3 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" |
3 | DEPENDS = "libgpg-error pth" | 4 | DEPENDS = "libgpg-error pth" |
4 | PR = "r2" | 5 | PR = "r3" |
5 | 6 | ||
6 | EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ | 7 | EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ |
7 | --with-gpg=${bindir}/gpg --without-gpgsm" | 8 | --with-gpg=${bindir}/gpg --without-gpgsm" |
@@ -20,4 +21,8 @@ do_stage() { | |||
20 | install -m 0644 gpgme/gpgme.m4 ${STAGING_DATADIR}/aclocal/ | 21 | install -m 0644 gpgme/gpgme.m4 ${STAGING_DATADIR}/aclocal/ |
21 | } | 22 | } |
22 | 23 | ||
24 | PACKAGES =+ "${PN}-pth ${PN}-pthread" | ||
25 | FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" | ||
26 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" | ||
27 | FILES_${PN} = "${libdir}/libgpgme.so.*" | ||
23 | FILES_${PN}-dev += "${bindir}/gpgme-config" | 28 | FILES_${PN}-dev += "${bindir}/gpgme-config" |