From 5d6c328dd20194a9be5d55ba4b1f3b31ffdea8c6 Mon Sep 17 00:00:00 2001 From: Adam Boseley Date: Fri, 24 Jun 2016 15:22:32 +1000 Subject: [PATCH] fix version number in pkgconfig file --- recipes-support/cryptopp/cryptopp_5.6.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/cryptopp/cryptopp_5.6.2.bb b/recipes-support/cryptopp/cryptopp_5.6.2.bb index c1777d2..6c18f41 100644 --- a/recipes-support/cryptopp/cryptopp_5.6.2.bb +++ b/recipes-support/cryptopp/cryptopp_5.6.2.bb @@ -23,7 +23,7 @@ do_compile() { oe_runmake -f GNUmakefile static # build for pkgconfig - sed s/@VERSION@/${PN}/g ${WORKDIR}/cryptopp.pc.in > ${WORKDIR}/cryptopp.pc + sed s/@VERSION@/${PV}/g ${WORKDIR}/cryptopp.pc.in > ${WORKDIR}/cryptopp.pc } do_install() {