aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgpg-error
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-05 05:31:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 13:02:57 +0100
commit16d2c6e7727ffdf01eb229f978206cf56eec3f1a (patch)
treee60a96f14073baeaba63cc90eb8dd6ea6b091f53 /meta/recipes-support/libgpg-error
parenta28c11896c3303a2e958029ece7734c9ff7a29d8 (diff)
downloadopenembedded-core-contrib-16d2c6e7727ffdf01eb229f978206cf56eec3f1a.tar.gz
libgpg-error: clean up FILE after PACKAGE reorder
(From OE-Core rev: 2aeae1897359b07c5b9bde2d541ee63d72f5eaca) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgpg-error')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.10.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
index 95f9e5602f..81862365ca 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
SECTION = "libs"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
file://pkgconfig.patch"
@@ -18,12 +18,10 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
SRC_URI[md5sum] = "736a03daa9dc5873047d4eb4a9c22a16"
SRC_URI[sha256sum] = "520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431"
-# move libgpg-error-config into -dev package
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev += "${bindir}/*"
-
inherit autotools binconfig pkgconfig gettext
+FILES_${PN}-dev += "${bindir}/gpg-error"
+
do_install_append() {
# we don't have common lisp in OE
rm -rf "${D}${datadir}/common-lisp/"