diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:44:46 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-04 16:55:55 -0700 |
commit | 60420599585ed666ccbbae4ceeab4611af909417 (patch) | |
tree | c09db01517b5c908e31305955ebbe4678c2e0404 /recipes/genext2fs/genext2fs_1.3+1.4rc1.bb | |
parent | a67d228220a929f3f1666aeccd97d37e3fbcfe71 (diff) |
genext2fs (1.3+1.4rc1): Drop unnecessary FILESPATH (no vesion specific patches
exist)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/genext2fs/genext2fs_1.3+1.4rc1.bb')
-rw-r--r-- | recipes/genext2fs/genext2fs_1.3+1.4rc1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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}" |