move libgpg-error-config into -dev package
authorPhil Blundell <philb@gnu.org>
Sun, 13 Jun 2004 17:03:49 +0000 (17:03 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 13 Jun 2004 17:03:49 +0000 (17:03 +0000)
BKrev: 40cc88f5t8DYLofjazrsHR5bB665rA

libgpg-error/libgpg-error_0.7.oe

index 190178c..c4ef312 100644 (file)
@@ -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() {