diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-04-05 17:50:01 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-06 13:00:30 +0200 |
commit | e562c3adeb230bd5c99ff3d9d47eb84af99f509b (patch) | |
tree | 74a0b9a8679dec1acc404c21b2086a5c388e6e86 /meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb | |
parent | 147046ced77e106dacb896fc7c879e0fc507c6b1 (diff) | |
download | meta-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.bb | 7 |
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" | |||
11 | LIC_FILES_CHKSUM = "file://fsck.c;md5=3859dc73da97909ff1d0125e88a27e02" | 11 | LIC_FILES_CHKSUM = "file://fsck.c;md5=3859dc73da97909ff1d0125e88a27e02" |
12 | DEPENDS = "zlib" | 12 | DEPENDS = "zlib" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git" | 14 | SRC_URI = "git://github.com/prasad-joshi/logfsprogs.git \ |
15 | file://0001-Add-LDFLAGS-to-linker-cmdline.patch \ | ||
16 | " | ||
15 | SRCREV = "45b72c81ce3c6fa17ca19bafc207ea93e76312f4" | 17 | SRCREV = "45b72c81ce3c6fa17ca19bafc207ea93e76312f4" |
16 | 18 | ||
17 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
@@ -24,6 +26,3 @@ do_install () { | |||
24 | } | 26 | } |
25 | 27 | ||
26 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "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] | ||
29 | PNBLACKLIST[logfsprogs] ?= "Doesn't have proper PV, doesn't respect LDFLAGS - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||