diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-02-05 10:00:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-05 10:00:19 +0000 |
commit | ed89fa353f40d566fa079684f06657df51d615fd (patch) | |
tree | 1c3a53881e744b8b3f39cdce69b09bb9ee90ce67 /packages/parted | |
parent | a429aece809b4a8ad03298239307c812403cb21d (diff) |
parted: adding version 1.6.25.1
Diffstat (limited to 'packages/parted')
-rw-r--r-- | packages/parted/parted_1.6.25.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/parted/parted_1.6.25.1.bb b/packages/parted/parted_1.6.25.1.bb new file mode 100644 index 0000000000..34ea5a5b25 --- /dev/null +++ b/packages/parted/parted_1.6.25.1.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "parted, the GNU partition resizing program" +HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" +LICENSE = "GPLv2" +MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" +SECTION = "console/tools" +DEPENDS = "readline e2fsprogs-libs" +PR = "r0" + +SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz" + +EXTRA_OECONF = "--disable-Werror" +#export CFLAGS = "-mstructure-size-boundary=8" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |