mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
mtd-utils: fix building with glibc 2.7+ (backported from upstream git)
This commit is contained in:
@@ -3,11 +3,12 @@ SECTION = "base"
|
||||
DEPENDS = "zlib lzo"
|
||||
HOMEPAGE = "http://www.linux-mtd.infradead.org/"
|
||||
LICENSE = "GPLv2"
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
|
||||
SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=2a032bca585e27ceb0f293905718b416bc297ce2 \
|
||||
file://add-exclusion-to-mkfs-jffs2-git.patch;patch=1 \
|
||||
file://fix-ignoreerrors-git.patch;patch=1"
|
||||
file://fix-ignoreerrors-git.patch;patch=1 \
|
||||
file://fix-new-glibc.patch;patch=1"
|
||||
|
||||
S = "${WORKDIR}/git/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user