summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ipc-ust/ipc-ust_git.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-08-12 18:43:56 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-12 11:43:43 -0300
commit9996c6ec9c14311aefd2e20cbdd3ceac1516cca9 (patch)
tree2095036264d729815bed0b5ef4f90fc90351798e /recipes-extended/ipc-ust/ipc-ust_git.bb
parent8a851328e77a8fc8e22b38facdaaf2694a79ee94 (diff)
downloadmeta-freescale-9996c6ec9c14311aefd2e20cbdd3ceac1516cca9.tar.gz
ipc-ust: obey LDFLAGS to fix GNU_HASH error
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/ipc-ust/ipc-ust_git.bb')
-rw-r--r--recipes-extended/ipc-ust/ipc-ust_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb b/recipes-extended/ipc-ust/ipc-ust_git.bb
index c2f30e8e..6e788e7c 100644
--- a/recipes-extended/ipc-ust/ipc-ust_git.bb
+++ b/recipes-extended/ipc-ust/ipc-ust_git.bb
@@ -3,7 +3,9 @@ DESCRIPTION = "DSP boot application and ipc test application"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10" 4LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10"
5 5
6SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x" 6SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x \
7 file://Makefile-use-LDFLAGS-if-set.patch \
8"
7SRCREV = "74d662707558290f070f9589177db730444bc435" 9SRCREV = "74d662707558290f070f9589177db730444bc435"
8 10
9S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"