mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +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:
@@ -4,6 +4,8 @@ PRIORITY = "optional"
|
|||||||
LICENSE = "GPL LGPL FDL"
|
LICENSE = "GPL LGPL FDL"
|
||||||
DEPENDS = "libgpg-error"
|
DEPENDS = "libgpg-error"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
# move libgcrypt-config into -dev package
|
# move libgcrypt-config into -dev package
|
||||||
FILES_${PN} = "${libdir}/lib*.so.*"
|
FILES_${PN} = "${libdir}/lib*.so.*"
|
||||||
FILES_${PN}-dev += "${bindir}"
|
FILES_${PN}-dev += "${bindir}"
|
||||||
@@ -25,4 +27,6 @@ do_stage() {
|
|||||||
install -m 0644 src/${X} ${STAGING_INCDIR}/${X}
|
install -m 0644 src/${X} ${STAGING_INCDIR}/${X}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
install -d ${STAGING_DATADIR}/aclocal
|
||||||
|
install -m 0644 src/libgcrypt.m4 ${STAGING_DATADIR}/aclocal
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user