1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 16:59:22 +00:00

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
@@ -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
}