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
This commit is contained in:
Ross Burton
2007-08-31 15:43:50 +00:00
parent e3962e23f5
commit ef56bac67f

View File

@@ -4,6 +4,8 @@ PRIORITY = "optional"
LICENSE = "GPL LGPL FDL"
DEPENDS = "libgpg-error"
PR = "r1"
# move libgcrypt-config into -dev package
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${bindir}"
@@ -25,4 +27,6 @@ do_stage() {
install -m 0644 src/${X} ${STAGING_INCDIR}/${X}
done
install -d ${STAGING_DATADIR}/aclocal
install -m 0644 src/libgcrypt.m4 ${STAGING_DATADIR}/aclocal
}