[oe-commits] [openembedded-core] 22/28: libical: fix host contamination in -dev pkg

git at git.openembedded.org git at git.openembedded.org
Fri Feb 21 17:49:00 UTC 2020


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

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 9b3aaa03ace3975b2d6fb9a707b4b791d4f0f916
Author: Sakib Sajal <sakib.sajal at windriver.com>
AuthorDate: Thu Feb 20 14:02:47 2020 -0800

    libical: fix host contamination in -dev pkg
    
    [YOCTO #13512]
    
    Signed-off-by: Sakib Sajal <sakib.sajal at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/libical/libical_3.0.7.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/libical/libical_3.0.7.bb b/meta/recipes-support/libical/libical_3.0.7.bb
index ac9c114..a50473e 100644
--- a/meta/recipes-support/libical/libical_3.0.7.bb
+++ b/meta/recipes-support/libical/libical_3.0.7.bb
@@ -40,5 +40,6 @@ do_install_append () {
     # Remove build host references
     sed -i \
        -e 's,${STAGING_LIBDIR},${libdir},g' \
+       -e 's,${STAGING_INCDIR},${includedir},g' \
        ${D}${libdir}/cmake/LibIcal/LibIcal*.cmake
 }

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


More information about the Openembedded-commits mailing list