summaryrefslogtreecommitdiffstats
path: root/meta/packages/parted/parted_1.8.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/parted/parted_1.8.8.bb')
-rw-r--r--meta/packages/parted/parted_1.8.8.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/parted/parted_1.8.8.bb b/meta/packages/parted/parted_1.8.8.bb
new file mode 100644
index 0000000000..633a1006ae
--- /dev/null
+++ b/meta/packages/parted/parted_1.8.8.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "parted, the GNU partition resizing program"
2HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
3LICENSE = "GPLv2"
4SECTION = "console/tools"
5DEPENDS = "readline e2fsprogs-libs"
6PR = "r0"
7
8SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
9 file://syscalls.patch;patch=1 "
10
11EXTRA_OECONF = "--disable-Werror gl_cv_ignore_unused_libraries=none"
12
13inherit autotools pkgconfig
14
15do_stage() {
16 autotools_stage_all
17}