aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libgpg-error/libgpg-error_0.7.oe5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgpg-error/libgpg-error_0.7.oe b/libgpg-error/libgpg-error_0.7.oe
index 190178c834..c4ef312a5b 100644
--- a/libgpg-error/libgpg-error_0.7.oe
+++ b/libgpg-error/libgpg-error_0.7.oe
@@ -1,3 +1,4 @@
+PR = "r1"
DESCRIPTION = "GPG-Error library"
SECTION = "libs"
PRIORITY = "optional"
@@ -5,6 +6,10 @@ LICENSE = "GPL LGPL FDL"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz"
+# move libgpg-error-config into -dev package
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${bindir}"
+
inherit autotools
do_stage() {