diff options
author | Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> | 2017-10-03 09:18:08 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-03 18:56:41 -0300 |
commit | 16e54fde6943bb81e2c6aaf7f757570b04216fc8 (patch) | |
tree | 4474f07e473f07882dd36f8223fe1279864ae6aa /recipes-bsp/imx-uuc/imx-uuc_git.bb | |
parent | dc7e6d3923801d9ce16ca1f26fe1a2e651b53922 (diff) | |
download | meta-freescale-16e54fde6943bb81e2c6aaf7f757570b04216fc8.tar.gz |
imx-uuc: Fix missing build ldflags leading to QA issues
Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-uuc/imx-uuc_git.bb')
-rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 8c1a81d7a..a019fa171 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb | |||
@@ -10,7 +10,8 @@ inherit autotools-brokensep | |||
10 | 10 | ||
11 | PV = "0.5.1+git${SRCPV}" | 11 | PV = "0.5.1+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" | 13 | SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https \ |
14 | file://0001-Fix-missing-build-flags-leading-to-yocto-QA-issues.patch " | ||
14 | SRCREV = "1de598e7b36d95596435902106c9a746697b9afc" | 15 | SRCREV = "1de598e7b36d95596435902106c9a746697b9afc" |
15 | 16 | ||
16 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |