libgcrypt: add pkg-config file info dev package

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5303 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-09-26 15:41:27 +00:00
parent 56e5e1d61b
commit f21f937d49
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,4 @@ do_stage() {
# move libgcrypt-config into -dev package
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${bindir}"
FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig/*.pc"

View File

@@ -1,3 +1,3 @@
require libgcrypt.inc
PR = "r4"
PR = "r5"