aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mtd/mtd-utils_1.4.1.bb
blob: 948fce138e69894d250cc7036cf7532c0916fc51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require mtd-utils.inc

DEPENDS += "util-linux-ng lzo2"

PARALLEL_MAKE = ""
ARM_INSTRUCTION_SET = "arm"

# This is the default package, thus we lock to a specific git version so 
# upstream changes will not break builds.

TAG = "v${PV}"

SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=${TAG} \
	   file://add-exclusion-to-mkfs-jffs2-git-2.patch \
	   file://fix_heap_corruption.patch \
	  "

S = "${WORKDIR}/git/"