[oe-commits] [meta-openembedded] 47/66: haveged: don't compile in mips16e mode

git at git.openembedded.org git at git.openembedded.org
Mon Oct 3 17:32:02 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 39c392571891c621446da813c2aef00c15d5a88c
Author: André Draszik <git at andred.net>
AuthorDate: Tue Sep 27 15:28:50 2016 +0100

    haveged: don't compile in mips16e mode
    
    While a gcc was filed here
      https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77757
    disable mips16e compilation in the mean time.
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/haveged/haveged_1.9.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb b/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb
index 92776fd..bb44c41 100644
--- a/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb
+++ b/meta-oe/recipes-extended/haveged/haveged_1.9.1.bb
@@ -28,3 +28,5 @@ do_install_append() {
     mkdir -p ${D}${systemd_unitdir}/system
     install -p -m644 ${B}/init.d/haveged.service ${D}${systemd_unitdir}/system
 }
+
+MIPS_INSTRUCTION_SET = "mips"

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


More information about the Openembedded-commits mailing list