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.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-extended/parted/parted_1.9.0.bb b/meta/recipes-extended/parted/parted_1.9.0.bb
deleted file mode 100644
index 3601fb1006..0000000000
--- a/meta/recipes-extended/parted/parted_1.9.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1DESCRIPTION = "parted, the GNU partition resizing program"
2HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
3LICENSE = "GPLv3+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
5SECTION = "console/tools"
6DEPENDS = "readline e2fsprogs"
7PR = "r3"
8
9SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
10 file://no_check.patch;patch=1 \
11 file://syscalls.patch;patch=1 "
12
13SRC_URI[md5sum] = "055305bc7bcf472ce38f9abf69a9d94d"
14SRC_URI[sha256sum] = "53231241ba24c104c207bd2920d70d31fda86df86a69c90e11f35144ffc55509"
15
16EXTRA_OECONF = "--disable-Werror --disable-device-mapper"
17
18inherit autotools pkgconfig gettext
19
20BBCLASSEXTEND = "native"