summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.10.bb7
1 files changed, 6 insertions, 1 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 6dea0844ef..0c10b47597 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 \
10 10
11 11
12SECTION = "libs" 12SECTION = "libs"
13PR = "r0" 13PR = "r1"
14 14
15SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ 15SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
16 file://pkgconfig.patch" 16 file://pkgconfig.patch"
@@ -23,3 +23,8 @@ FILES_${PN} = "${libdir}/lib*.so.*"
23FILES_${PN}-dev += "${bindir}/*" 23FILES_${PN}-dev += "${bindir}/*"
24 24
25inherit autotools binconfig pkgconfig gettext 25inherit autotools binconfig pkgconfig gettext
26
27do_install_append() {
28 # we don't have common lisp in OE
29 rm -rf "${D}${datadir}/common-lisp/"
30}