summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-08-31 15:43:50 +0000
committerRoss Burton <ross@openedhand.com>2007-08-31 15:43:50 +0000
commitef56bac67f2e28b662f89a2840baa4a99221045f (patch)
tree7484b4250321cd14fa6ebfc25eef9cadbc19f871 /meta
parente3962e23f50e8ca4aab44518e073f524e9619427 (diff)
downloadpoky-ef56bac67f2e28b662f89a2840baa4a99221045f.tar.gz
libgcrypt_1.2.3.bb: stage the m4 file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2617 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/libgcrypt/libgcrypt_1.2.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/libgcrypt/libgcrypt_1.2.3.bb b/meta/packages/libgcrypt/libgcrypt_1.2.3.bb
index 3f4942cae5..8853386184 100644
--- a/meta/packages/libgcrypt/libgcrypt_1.2.3.bb
+++ b/meta/packages/libgcrypt/libgcrypt_1.2.3.bb
@@ -4,6 +4,8 @@ PRIORITY = "optional"
4LICENSE = "GPL LGPL FDL" 4LICENSE = "GPL LGPL FDL"
5DEPENDS = "libgpg-error" 5DEPENDS = "libgpg-error"
6 6
7PR = "r1"
8
7# move libgcrypt-config into -dev package 9# move libgcrypt-config into -dev package
8FILES_${PN} = "${libdir}/lib*.so.*" 10FILES_${PN} = "${libdir}/lib*.so.*"
9FILES_${PN}-dev += "${bindir}" 11FILES_${PN}-dev += "${bindir}"
@@ -25,4 +27,6 @@ do_stage() {
25 install -m 0644 src/${X} ${STAGING_INCDIR}/${X} 27 install -m 0644 src/${X} ${STAGING_INCDIR}/${X}
26 done 28 done
27 29
30 install -d ${STAGING_DATADIR}/aclocal
31 install -m 0644 src/libgcrypt.m4 ${STAGING_DATADIR}/aclocal
28} 32}