diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-14 08:30:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-14 08:30:35 +0000 |
commit | b85d87f6885f5012e630ac61b0ff4a6bb0beb4c2 (patch) | |
tree | 73b0b122de63ecb0ad78dfde2c52a361ed6ceede /packages/parted | |
parent | 7682c0c102e0a7a0e36b7303fc1533d72a2d1407 (diff) |
parted: add 1.8.7
Diffstat (limited to 'packages/parted')
-rw-r--r-- | packages/parted/parted_1.8.7.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/parted/parted_1.8.7.bb b/packages/parted/parted_1.8.7.bb new file mode 100644 index 0000000000..f29771d5a4 --- /dev/null +++ b/packages/parted/parted_1.8.7.bb @@ -0,0 +1,22 @@ +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" + +inherit autotools pkgconfig + +do_configure() { + libtoolize --force + gnu-configize + oe_runconf +} + +do_stage() { + autotools_stage_all +} |