summaryrefslogtreecommitdiffstats
path: root/meta/packages/genext2fs/genext2fs.inc
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-12 12:45:51 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-16 16:25:17 +0100
commit231f58590e0b3dc5b8b7771e36e71c540fcd6341 (patch)
tree3f5808640d5225e4be900729f769b57b1ac52cf0 /meta/packages/genext2fs/genext2fs.inc
parentaff51932d1f29d32128e329638ebb06bb1718b43 (diff)
downloadpoky-231f58590e0b3dc5b8b7771e36e71c540fcd6341.tar.gz
genext2fs: upgrade to version 1.4.1
from version 1.3 changes: - autotools adaption - remove the patches since their base 1.3 diverges considerably from the latest version Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/genext2fs/genext2fs.inc')
-rw-r--r--meta/packages/genext2fs/genext2fs.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/genext2fs/genext2fs.inc b/meta/packages/genext2fs/genext2fs.inc
index deab50564d..859e49b2eb 100644
--- a/meta/packages/genext2fs/genext2fs.inc
+++ b/meta/packages/genext2fs/genext2fs.inc
@@ -2,4 +2,14 @@ DESCRIPTION = "A tool to generate an ext2 filesystem \
2as a normal (non-root) user." 2as a normal (non-root) user."
3HOMEPAGE = "http://genext2fs.sourceforge.net/" 3HOMEPAGE = "http://genext2fs.sourceforge.net/"
4SECTION = "console/utils" 4SECTION = "console/utils"
5
5LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
8 file://genext2fs.c;beginline=9;endline=17;md5=23ea077d1f7fbfd3a6fa573b415fa001"
9
10SRC_URI = "${DEBIAN_MIRROR}/main/g/genext2fs/genext2fs_${PV}.orig.tar.gz"
11S = "${WORKDIR}/genext2fs-${PV}"
12
13inherit autotools
14
15BBCLASSEXTEND = "native"