Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | DESCRIPTION = "pyparted is a set of Python modules that provide Python programmers \ |
| 2 | an interface to libparted, the GNU parted library for disk partitioning and \ |
| 3 | filesystem manipulation." |
| 4 | SUMMARY = "Python bindings for libparted" |
| 5 | HOMEPAGE = "https://github.com/rhinstaller/pyparted" |
| 6 | LICENSE = "GPL-2.0+" |
| 7 | LIC_FILES_CHKSUM = "\ |
| 8 | file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 10 | " |
| 11 | DEPENDS += "parted" |
| 12 | |
| 13 | # upstream only publishes releases in github archives which are discouraged |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 14 | SRCREV = "1fdb15120f35f5da1dc7ec116522f0c796a8376a" |
| 15 | SRC_URI = "git://github.com/rhinstaller/pyparted.git;protocol=https" |
| 16 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 17 | S = "${WORKDIR}/git" |
| 18 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 19 | RDEPENDS_${PN}_class-target += " \ |
| 20 | parted (>= 2.3) \ |
| 21 | " |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 22 | RDEPENDS_${PN}_class-native = "" |