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

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

inherit autotools