Skip to content

Commit

Permalink
Merge pull request #63 from YoeDistro/yoe/mut
Browse files Browse the repository at this point in the history
simpleiot: Enable mips again
  • Loading branch information
cbrake authored Apr 9, 2020
2 parents 1c757b0 + 2adcd9c commit 98e1d47
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions recipes-siot/simpleiot/simpleiot_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ DEPENDS = "go-native elm-native"

inherit update-rc.d goarch

SRCREV = "b59b133e376c284d13e995a0ff2c114eb287b717"
SRCREV = "c48c5592d3182603754379219c7bdf4baa000ea3"
PV = "1.0+git${SRCPV}"

SRC_URI = "git://github.com/simpleiot/simpleiot \
BRANCH ?= "master"

SRC_URI = "git://github.com/simpleiot/simpleiot;branch=${BRANCH} \
file://siot \
"
S = "${WORKDIR}/git"
Expand Down Expand Up @@ -48,6 +50,3 @@ do_install() {
}

INSANE_SKIP_${PN} += "ldflags"

COMPATIBLE_HOST_mipsarch = "null"

0 comments on commit 98e1d47

Please sign in to comment.