mtd-utils: fix building with glibc 2.7+ (backported from upstream git)

This commit is contained in:
Marcin Juszkiewicz
2009-02-26 16:13:46 +01:00
parent 1bcb06beee
commit 7fe3c30100
2 changed files with 67 additions and 2 deletions

View File

@@ -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/"