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

git at git.openembedded.org git at git.openembedded.org
Wed Oct 5 16:25:00 UTC 2016


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

commit 6ee4e5379e205ebf72eb188a64e8220e09c32510
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