aboutsummaryrefslogtreecommitdiffstats
path: root/packages/genext2fs/genext2fs_1.3+1.4rc1.bb
blob: a7f14d7da0452196f9a50302ffd32ca9b9ed5be4 (plain)
1
2
3
4
5
6
7
8
9
10
include 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