]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgpg-error: clean up FILE after PACKAGE reorder
authorSaul Wold <sgw@linux.intel.com>
Tue, 5 Jun 2012 12:31:51 +0000 (05:31 -0700)
committerSaul Wold <sgw@linux.intel.com>
Wed, 20 Jun 2012 04:59:50 +0000 (21:59 -0700)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/libgpg-error/libgpg-error_1.10.bb

index 95f9e5602ff176b3af88e4d63630bb32304875e3..81862365caf54d9b4ab8c71721319da2514ce85c 100644 (file)
@@ -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/"