[oe-commits] [meta-openembedded] 05/07: libp11: No need to delete *.la anymore

git at git.openembedded.org git at git.openembedded.org
Mon Jun 17 05:52:53 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e3875cdcf0e7fb1db3ebcdc1a7cadafb5b1803fa
Author: Nicola Lunghi <nick83ola at gmail.com>
AuthorDate: Sun Jun 16 22:40:12 2019 -0700

    libp11: No need to delete *.la anymore
    
    This is redundant in latest update
    
    Signed-off-by: Nicola Lunghi <nick83ola at gmail.com><Paste>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/libp11/libp11_0.4.10.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.10.bb b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
index c72df6d..b40223e 100644
--- a/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
+++ b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
@@ -19,7 +19,6 @@ inherit autotools pkgconfig
 EXTRA_OECONF = "--disable-static"
 
 do_install_append () {
-    rm -rf ${D}${libdir}/*.la
     rm -rf ${D}${docdir}/${BPN}
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list