mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02: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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user