diff options
Diffstat (limited to 'recipes/e2fsprogs/e2fsprogs.inc')
-rw-r--r-- | recipes/e2fsprogs/e2fsprogs.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/e2fsprogs/e2fsprogs.inc b/recipes/e2fsprogs/e2fsprogs.inc new file mode 100644 index 0000000000..eb094470c4 --- /dev/null +++ b/recipes/e2fsprogs/e2fsprogs.inc @@ -0,0 +1,14 @@ +DESCRIPTION = "EXT2 Filesystem Utilities" +HOMEPAGE = "http://e2fsprogs.sf.net" +LICENSE = "GPL" +SECTION = "base" + +SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz" + +S = "${WORKDIR}/e2fsprogs-${PV}" + +inherit autotools + +EXTRA_OECONF = "--enable-dynamic-e2fsck --disable-nls --sbindir=${base_sbindir}" + +PARALLEL_MAKE = "" |