genext2fs (1.3+1.4rc1): Drop unnecessary FILESPATH (no vesion specific patches
authorTom Rini <tom_rini@mentor.com>
Fri, 4 Jun 2010 23:44:46 +0000 (16:44 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 4 Jun 2010 23:55:55 +0000 (16:55 -0700)
exist)

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/genext2fs/genext2fs_1.3+1.4rc1.bb

index 2eab2ff..14e86c8 100644 (file)
@@ -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}"