summaryrefslogtreecommitdiff
path: root/packages/parted/parted_1.8.2.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-22 10:04:30 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-22 10:04:30 +0000
commitc3be2a552db104291accd82b2e674d31d5527fcc (patch)
tree422e82bf481b26c2a0e883d60b459cbc243d436e /packages/parted/parted_1.8.2.bb
parent3a508238c49e86e0476319bfe71a24fdfdd56b66 (diff)
parent4693c8ab28f246ce11a0b80b27ab6127aea14c52 (diff)
merge of '77df6e755fc8272db3fd5e4c3b0620b4453ca180'
and 'f0261ce1c4acd6350d91bdaaf2939442d84a222d'
Diffstat (limited to 'packages/parted/parted_1.8.2.bb')
-rw-r--r--packages/parted/parted_1.8.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/parted/parted_1.8.2.bb b/packages/parted/parted_1.8.2.bb
new file mode 100644
index 0000000000..1185014aa3
--- /dev/null
+++ b/packages/parted/parted_1.8.2.bb
@@ -0,0 +1,16 @@
+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_stage() {
+ autotools_stage_all
+}