Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] New package: parted
@ 2011-10-20  6:58 Yegor Yefremov
  2011-10-20 12:49 ` Dechesne, Nicolas
  0 siblings, 1 reply; 12+ messages in thread
From: Yegor Yefremov @ 2011-10-20  6:58 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/Config.in        |    1 +
 package/parted/Config.in |    9 +++++++++
 package/parted/parted.mk |   14 ++++++++++++++
 3 files changed, 24 insertions(+)

Index: b/package/Config.in
===================================================================
--- a/package/Config.in
+++ b/package/Config.in
@@ -194,6 +194,7 @@
 source "package/ntfs-3g/Config.in"
 source "package/ntfsprogs/Config.in"
 source "package/openocd/Config.in"
+source "package/parted/Config.in"
 source "package/pciutils/Config.in"
 source "package/picocom/Config.in"
 source "package/rng-tools/Config.in"
Index: b/package/parted/Config.in
===================================================================
--- /dev/null
+++ b/package/parted/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PARTED
+	bool "parted"
+	select BR2_PACKAGE_LVM2
+	select BR2_PACKAGE_READLINE
+	select BR2_PACKAGE_UTIL_LINUX
+	help
+	  parted, the GNU partition resizing program
+
+	  http://www.gnu.org/software/parted/
Index: b/package/parted/parted.mk
===================================================================
--- /dev/null
+++ b/package/parted/parted.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# parted
+#
+#############################################################
+
+PARTED_VERSION = 3.0
+PARTED_SOURCE = parted-$(PARTED_VERSION).tar.gz
+PARTED_SITE = $(BR2_GNU_MIRROR)/parted
+PARTED_DEPENDENCIES = readline util-linux lvm2
+PARTED_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS))
+

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-11-22 21:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-20  6:58 [Buildroot] [PATCH v2] New package: parted Yegor Yefremov
2011-10-20 12:49 ` Dechesne, Nicolas
2011-10-20 12:52   ` Yegor Yefremov
2011-10-20 12:56   ` Michael S. Zick
2011-10-20 13:00     ` Dechesne, Nicolas
2011-10-20 13:07   ` Thomas Petazzoni
2011-10-20 13:09     ` Dechesne, Nicolas
2011-10-20 13:21       ` Thomas Petazzoni
2011-10-20 19:49     ` Yann E. MORIN
2011-10-20 20:19     ` Peter Korsgaard
2011-10-21  6:58       ` Thomas Petazzoni
2011-11-22 21:38   ` Dechesne, Nicolas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox