summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-01-12 23:32:11 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-01-12 23:32:11 +0000
commit41fd59ff07ac6239c33aff33bbb5de02ff4b9b2b (patch)
tree6a341776eb4470f4de632883dd31b71eccf96e9c /packages
parent166df77a23b560e238d0e7df4065ff638ad8ea52 (diff)
parentdc2e799a19a5d57c1ae2bcf8844601245c06b6d0 (diff)
merge of 'b23b7ec5ae17c5427c3d0eb77a11c96d73c53b44'
and 'ee9553b7958df8396e9de285a3a823f5fe39d8af'
Diffstat (limited to 'packages')
-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
+}