summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-05 17:50:01 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-06 13:00:30 +0200
commite562c3adeb230bd5c99ff3d9d47eb84af99f509b (patch)
tree74a0b9a8679dec1acc404c21b2086a5c388e6e86 /meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
parent147046ced77e106dacb896fc7c879e0fc507c6b1 (diff)
downloadmeta-openembedded-e562c3adeb230bd5c99ff3d9d47eb84af99f509b.tar.gz
logfsprogs: Pass LDFLAGS to link steps
Fixes QA errors about missing GNU_HASH Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb')
-rw-r--r--meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
index 764866708..c41f0eaa6 100644
--- a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
+++ b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb
@@ -11,7 +11,9 @@ LICENSE = "GPLv2"
11LIC_FILES_CHKSUM = "file://fsck.c;md5=3859dc73da97909ff1d0125e88a27e02" 11LIC_FILES_CHKSUM = "file://fsck.c;md5=3859dc73da97909ff1d0125e88a27e02"
12DEPENDS = "zlib" 12DEPENDS = "zlib"
13 13
14SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git" 14SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git \
15 file://0001-Add-LDFLAGS-to-linker-cmdline.patch \
16"
15SRCREV = "45b72c81ce3c6fa17ca19bafc207ea93e76312f4" 17SRCREV = "45b72c81ce3c6fa17ca19bafc207ea93e76312f4"
16 18
17S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
@@ -24,6 +26,3 @@ do_install () {
24} 26}
25 27
26BBCLASSEXTEND = "native nativesdk" 28BBCLASSEXTEND = "native nativesdk"
27
28# logfsprogs-git: No GNU_HASH in the elf binary: '/tmp/work/armv5te-oe-linux-gnueabi/logfsprogs/git-r0/packages-split/logfsprogs/usr/bin/mklogfs' [ldflags]
29PNBLACKLIST[logfsprogs] ?= "Doesn't have proper PV, doesn't respect LDFLAGS - the recipe will be removed on 2017-09-01 unless the issue is fixed"