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

git at git.openembedded.org git at git.openembedded.org
Sat Jul 22 07:21:03 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 c04c21eb938553519e40e326579b7f5970945d57
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