aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/genext2fs/genext2fs_1.3+1.4rc1.bb
blob: 14e86c8cdca6d5b59a73de4d8c6d3684afc4ace2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require genext2fs.inc

TRIMMEDV = "${@bb.data.getVar('PV', d, 1).split('+')[1]}"
SRC_URI = "${SOURCEFORGE_MIRROR}/genext2fs/genext2fs-${TRIMMEDV}.tar.gz \
	   file://volume.patch"
S = "${WORKDIR}/genext2fs-${TRIMMEDV}"
DEFAULT_PREFERENCE = "1"

inherit autotools

SRC_URI[md5sum] = "664431bf6737df1c265500e1f0b5d40c"
SRC_URI[sha256sum] = "e60f88763ee12c02a5c7ade1a58925ef0ab198f9ec6aaf404747dfc29074c7be"