summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-pyparted
Commit message (Collapse)AuthorAgeFilesLines
* python-pyparted: update to 3.10.5Tim Orling2015-09-083-23/+53
| | | | | | | | | | | | | * add patch to fix float cast error when version is x.y.z form * add minimal parted version (>= 2.3) to RDEPENDS NOTE: If your tree defaults to an earlier parted version (e.g. 1.8.6), you will need to add PREFERRED_VERSION_parted = "3.%" to local.conf or you will see a do_compile error (complaining about required libparted version). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyparted: fix rdeps for nativeTim Orling2014-08-271-0/+2
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyparted: Add recipeSujith H2014-08-231-0/+21
This recipe will provide a set of Python modules that provide Python programmers an interface to libparted, the GNU parted library for disk partitioning and filesystem manipulation. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>