diff options
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 764866708e..c41f0eaa60 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" | ||
