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

git at git.openembedded.org git at git.openembedded.org
Sun Jul 23 07:02:45 UTC 2017


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 158d5f28fa183ef3e7f10a173341e23b0ef027c6
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