diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-20 17:37:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-21 12:05:50 +0000 |
commit | e2700768308c87db4bde04f6a1026d468489ddf4 (patch) | |
tree | 8cc83851c38d99ad5a28878a3d03169201b59751 /meta/recipes-devtools/genext2fs/genext2fs.inc | |
parent | b3f83a21931168d089a54e96087c093c0bedab89 (diff) | |
download | poky-e2700768308c87db4bde04f6a1026d468489ddf4.tar.gz |
genext2fs: remove it
Remove genext2fs since we don't use it anymore, it can't support
ext4 well, either. We have used "mke2fs -d" to instead of it.
[YOCTO #6013]
(From OE-Core rev: ff5666bc460520aef6105e117d5431c05fd9f55b)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/genext2fs/genext2fs.inc')
-rw-r--r-- | meta/recipes-devtools/genext2fs/genext2fs.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-devtools/genext2fs/genext2fs.inc b/meta/recipes-devtools/genext2fs/genext2fs.inc deleted file mode 100644 index 0e3906846b..0000000000 --- a/meta/recipes-devtools/genext2fs/genext2fs.inc +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "Ext2 filesystem generation tool" | ||
2 | DESCRIPTION = "A tool to generate an ext2 filesystem \ | ||
3 | as a normal (non-root) user." | ||
4 | HOMEPAGE = "http://genext2fs.sourceforge.net/" | ||
5 | SECTION = "console/utils" | ||
6 | |||
7 | LICENSE = "GPLv2" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
9 | file://genext2fs.c;beginline=9;endline=17;md5=23ea077d1f7fbfd3a6fa573b415fa001" | ||
10 | |||
11 | SRC_URI = "${DEBIAN_MIRROR}/main/g/genext2fs/genext2fs_${PV}.orig.tar.gz" | ||
12 | S = "${WORKDIR}/genext2fs-${PV}" | ||
13 | |||
14 | inherit autotools | ||
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||