[oe-commits] [openembedded-core] 40/45: libgloss_3.0.0.bb: Ensure ${D}${libdir} exists installing content

git at git.openembedded.org git at git.openembedded.org
Fri Sep 21 15:25:26 UTC 2018


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

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

commit f8d7394f314041de7bcbf06ccb6405f64c68fad0
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Fri Sep 21 06:24:32 2018 +0000

    libgloss_3.0.0.bb: Ensure ${D}${libdir} exists installing content
    
    Some targets do not populate any content into libdir, so make sure it is
    created before attempting to move files/directories into it.
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/newlib/libgloss_3.0.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/newlib/libgloss_3.0.0.bb b/meta/recipes-core/newlib/libgloss_3.0.0.bb
index e412153..c9ed30d 100644
--- a/meta/recipes-core/newlib/libgloss_3.0.0.bb
+++ b/meta/recipes-core/newlib/libgloss_3.0.0.bb
@@ -18,6 +18,7 @@ do_install_prepend() {
 
 do_install_append() {
 	# Move libs to default directories so they can be picked up later
+	install -d ${D}${libdir}
 	mv -v ${D}${prefix}/${TARGET_SYS}/lib/* ${D}${libdir}
 
 	# Remove original directory

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


More information about the Openembedded-commits mailing list