From: Tom Rini Date: Fri, 4 Jun 2010 23:44:46 +0000 (-0700) Subject: genext2fs (1.3+1.4rc1): Drop unnecessary FILESPATH (no vesion specific patches X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60420599585ed666ccbbae4ceeab4611af909417;p=openembedded.git genext2fs (1.3+1.4rc1): Drop unnecessary FILESPATH (no vesion specific patches exist) Signed-off-by: Tom Rini --- diff --git a/recipes/genext2fs/genext2fs_1.3+1.4rc1.bb b/recipes/genext2fs/genext2fs_1.3+1.4rc1.bb index 2eab2ffddc..14e86c8cdc 100644 --- a/recipes/genext2fs/genext2fs_1.3+1.4rc1.bb +++ b/recipes/genext2fs/genext2fs_1.3+1.4rc1.bb @@ -1,7 +1,6 @@ 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" S = "${WORKDIR}/genext2fs-${TRIMMEDV}"