[oe-commits] [openembedded-core] 07/33: glibc-package.inc: add support for armeb of multilib

git at git.openembedded.org git at git.openembedded.org
Mon Jul 24 08:14:25 UTC 2017


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

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

commit ac3acdcdc313ee13739d378e88b907b31765cfee
Author: zhengrq <zhengrq.fnst at cn.fujitsu.com>
AuthorDate: Thu Jul 20 23:03:47 2017 +0800

    glibc-package.inc: add support for armeb of multilib
    
    Add support for armeb of multilib.
    
    Signed-off-by: zhengrq <zhengrq.fnst at cn.fujitsu.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/glibc/glibc-package.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc
index 0281251..a291148 100644
--- a/meta/recipes-core/glibc/glibc-package.inc
+++ b/meta/recipes-core/glibc/glibc-package.inc
@@ -131,6 +131,10 @@ do_install_append_arm () {
 	do_install_armmultilib
 }
 
+do_install_append_armeb () {
+	do_install_armmultilib
+}
+
 do_install_armmultilib () {
 
 	oe_multilib_header bits/endian.h bits/fcntl.h bits/fenv.h bits/fp-fast.h bits/hwcap.h bits/ipc.h bits/link.h bits/wordsize.h

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


More information about the Openembedded-commits mailing list