diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-12 00:06:58 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-12 00:06:58 +0000 |
commit | fc3ce1911e9609c3ffbbc3bdd0db3993e946d650 (patch) | |
tree | d0d770c683103eb00c746583a401e08f6f83aadc | |
parent | 7644e14b4c31c78ea0e244403345fccfc4fee208 (diff) |
libgpg-error 1.3: Remove spurious .debug directories from the non -dbg packages.
-rw-r--r-- | packages/libgpg-error/libgpg-error_1.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libgpg-error/libgpg-error_1.3.bb b/packages/libgpg-error/libgpg-error_1.3.bb index c29053832b..a2a19b254c 100644 --- a/packages/libgpg-error/libgpg-error_1.3.bb +++ b/packages/libgpg-error/libgpg-error_1.3.bb @@ -1,4 +1,4 @@ -PR = "r0" +PR = "r1" DESCRIPTION = "GPG-Error library" SECTION = "libs" PRIORITY = "optional" @@ -9,7 +9,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.gz \ # move libgpg-error-config into -dev package FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev += "${bindir}" +FILES_${PN}-dev += "${bindir}/*" inherit autotools binconfig pkgconfig |