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