From 99dedf8478728ecb7d3ac8eb24863e24ab815bdc Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 13 Jun 2004 17:03:49 +0000 Subject: move libgpg-error-config into -dev package BKrev: 40cc88f5t8DYLofjazrsHR5bB665rA --- libgpg-error/libgpg-error_0.7.oe | 5 +++++ 1 file changed, 5 insertions(+) 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() { -- cgit 1.2.3-korg