mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
libgcrypt: remove obsolete pkgconfig install
libgcrypt.pc has been built and installed by libgcrypt since 1.9.0[1], so the manual install can be removed. [1] 97194b422bc89a6137f4e218d4cdee118c63e96e (From OE-Core rev: 117e3c7f56246da39971d5eacc3d780eb9d25c25) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
52ef5711dc
commit
8907ddd9d7
|
@ -49,12 +49,6 @@ do_configure:prepend () {
|
|||
rm -f ${S}/m4/gpg-error.m4
|
||||
}
|
||||
|
||||
# libgcrypt.pc is added locally and thus installed here
|
||||
do_install:append() {
|
||||
install -d ${D}/${libdir}/pkgconfig
|
||||
install -m 0644 ${B}/src/libgcrypt.pc ${D}/${libdir}/pkgconfig/
|
||||
}
|
||||
|
||||
do_install_ptest() {
|
||||
cp -r --preserve=mode,links -v ${S} ${D}${PTEST_PATH}
|
||||
cp -r --preserve=mode,links -v ${B} ${D}${PTEST_PATH}
|
||||
|
|
Loading…
Reference in New Issue
Block a user