aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2016-08-19 17:27:36 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-31 18:21:59 +0200
commit7e8eb9a61834b19bb33173540e8871f2728b87bf (patch)
treec87523985a97cf1a18acc9fc7dc1ae7b0a7aa11c /meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
parent62799e1a83138020af08f0116e6cef37efea95ec (diff)
downloadmeta-openembedded-contrib-7e8eb9a61834b19bb33173540e8871f2728b87bf.tar.gz
yaffs2-utils: fix QA warning for GNU_HASH
Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb')
-rw-r--r--meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
index 253ea627b0..e8d187389a 100644
--- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
+++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
@@ -12,7 +12,10 @@ PV = "0.0+git${SRCPV}"
DEPENDS = "mtd-utils"
# Source is the HEAD of master branch at the time of writing this recipe
-SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master"
+SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master \
+ file://makefile-add-ldflags.patch \
+ "
+
SRCREV = "bc76682d93955cfb33051beb503ad9f8a5450578"
S = "${WORKDIR}/git"