diff options
Diffstat (limited to 'recipes/genext2fs/genext2fs_1.3+1.4rc1.bb')
-rw-r--r-- | recipes/genext2fs/genext2fs_1.3+1.4rc1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/genext2fs/genext2fs_1.3+1.4rc1.bb b/recipes/genext2fs/genext2fs_1.3+1.4rc1.bb new file mode 100644 index 0000000000..9723036871 --- /dev/null +++ b/recipes/genext2fs/genext2fs_1.3+1.4rc1.bb @@ -0,0 +1,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 |