diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-11-20 23:49:54 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-11-20 23:49:54 +0000 |
commit | ad308a4c9dd05b3904fc9a130ffbc5e53c42e39f (patch) | |
tree | 66e8b7090e0f3a5541143170f4b5bd2d4ab48fa6 /packages/parted | |
parent | c3dcf083bbf111198f9aea74ef0230ecb1cd24d4 (diff) |
parted/parted_1.8.0.bb : Addition of new parted version
* Since the last parted version in OE was quite old ( > 7months)
its time for a new version.
Diffstat (limited to 'packages/parted')
-rw-r--r-- | packages/parted/parted_1.8.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/parted/parted_1.8.0.bb b/packages/parted/parted_1.8.0.bb new file mode 100644 index 0000000000..8681055855 --- /dev/null +++ b/packages/parted/parted_1.8.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "parted, the GNU partition resizing program" +HOMEPAGE = "http://www.gnu.org/software/parted/parted.html" +LICENSE = "GPLv2" +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 +} |