aboutsummaryrefslogtreecommitdiffstats
path: root/libgpg-error
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-13 17:03:49 +0000
committerPhil Blundell <philb@gnu.org>2004-06-13 17:03:49 +0000
commit99dedf8478728ecb7d3ac8eb24863e24ab815bdc (patch)
treecf4de39c7a3a4ed8ab6add59bb31b3be0c3c6fd4 /libgpg-error
parentb8de8989d3344a0fd64dd19bcdfde02a5804ef20 (diff)
downloadopenembedded-99dedf8478728ecb7d3ac8eb24863e24ab815bdc.tar.gz
move libgpg-error-config into -dev package
BKrev: 40cc88f5t8DYLofjazrsHR5bB665rA
Diffstat (limited to 'libgpg-error')
-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() {