diff options
| author | Qing He <qing.he@intel.com> | 2010-07-12 12:45:51 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-16 16:25:17 +0100 |
| commit | 231f58590e0b3dc5b8b7771e36e71c540fcd6341 (patch) | |
| tree | 3f5808640d5225e4be900729f769b57b1ac52cf0 /meta/packages/genext2fs/genext2fs.inc | |
| parent | aff51932d1f29d32128e329638ebb06bb1718b43 (diff) | |
| download | poky-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.inc | 10 |
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 \ | |||
| 2 | as a normal (non-root) user." | 2 | as a normal (non-root) user." |
| 3 | HOMEPAGE = "http://genext2fs.sourceforge.net/" | 3 | HOMEPAGE = "http://genext2fs.sourceforge.net/" |
| 4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
| 5 | |||
| 5 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 8 | file://genext2fs.c;beginline=9;endline=17;md5=23ea077d1f7fbfd3a6fa573b415fa001" | ||
| 9 | |||
| 10 | SRC_URI = "${DEBIAN_MIRROR}/main/g/genext2fs/genext2fs_${PV}.orig.tar.gz" | ||
| 11 | S = "${WORKDIR}/genext2fs-${PV}" | ||
| 12 | |||
| 13 | inherit autotools | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native" | ||
