summaryrefslogtreecommitdiff
path: root/recipes-devtools/mmc/mmc-utils-cos_git.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-06-25 23:15:43 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 13:44:32 +0100
commit701b411f5e239408f6e7f3cf075613c9965c5825 (patch)
tree37093cf6173c134bad604ea2a0caadafc87bef87 /recipes-devtools/mmc/mmc-utils-cos_git.bb
parent23f3461960f9985350f527b683bec768c6108c17 (diff)
mmc-utils-cos: backport patch fixing gcc8 compiling
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-devtools/mmc/mmc-utils-cos_git.bb')
-rw-r--r--recipes-devtools/mmc/mmc-utils-cos_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-devtools/mmc/mmc-utils-cos_git.bb b/recipes-devtools/mmc/mmc-utils-cos_git.bb
index f3148c7..0f07a07 100644
--- a/recipes-devtools/mmc/mmc-utils-cos_git.bb
+++ b/recipes-devtools/mmc/mmc-utils-cos_git.bb
@@ -13,7 +13,10 @@ SRCREV = "bcc3e2e4246431be511be3959a11cd9733bedd29"
PV = "0.1"
-SRC_URI = "git://chromium.googlesource.com/chromiumos/third_party/mmc-utils.git;protocol=https;branch=${SRCBRANCH}"
+SRC_URI = " \
+ git://chromium.googlesource.com/chromiumos/third_party/mmc-utils.git;protocol=https;branch=${SRCBRANCH} \
+ file://0001-lsmmc-replace-strncpy-with-memmove-on-overlapping-me.patch \
+"
S = "${WORKDIR}/git"