diff options
| -rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.10.bb | 8 |
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 \ | |||
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | SECTION = "libs" | 12 | SECTION = "libs" |
| 13 | PR = "r1" | 13 | PR = "r2" |
| 14 | 14 | ||
| 15 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | 15 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ |
| 16 | file://pkgconfig.patch" | 16 | file://pkgconfig.patch" |
| @@ -18,12 +18,10 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | |||
| 18 | SRC_URI[md5sum] = "736a03daa9dc5873047d4eb4a9c22a16" | 18 | SRC_URI[md5sum] = "736a03daa9dc5873047d4eb4a9c22a16" |
| 19 | SRC_URI[sha256sum] = "520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431" | 19 | SRC_URI[sha256sum] = "520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431" |
| 20 | 20 | ||
| 21 | # move libgpg-error-config into -dev package | ||
| 22 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
| 23 | FILES_${PN}-dev += "${bindir}/*" | ||
| 24 | |||
| 25 | inherit autotools binconfig pkgconfig gettext | 21 | inherit autotools binconfig pkgconfig gettext |
| 26 | 22 | ||
| 23 | FILES_${PN}-dev += "${bindir}/gpg-error" | ||
| 24 | |||
| 27 | do_install_append() { | 25 | do_install_append() { |
| 28 | # we don't have common lisp in OE | 26 | # we don't have common lisp in OE |
| 29 | rm -rf "${D}${datadir}/common-lisp/" | 27 | rm -rf "${D}${datadir}/common-lisp/" |
