[oe-commits] [meta-openembedded] 06/06: fatresize_1.0.2.bb: Add recipe for fatresize command line tool

git at git.openembedded.org git at git.openembedded.org
Wed Apr 10 16:35:17 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 948d2d64a4ac39a41b14d5f26047fe1b295c83d8
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Wed Apr 10 13:25:46 2019 +0000

    fatresize_1.0.2.bb: Add recipe for fatresize command line tool
    
    The fatresize command line tool provides command line access to the
    libparted-fs-resize library implementation of the FAT partition
    resizing.
    
    This tool is useful for safely resizing FAT partitions which are
    commonly found as the boot partition on a variety of SoC targets (e.g.
    RaspberryPi).
    
    The Debian version of the source is used as the original upstream on
    SourceForge is no longer actively maintained.
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-utils/fatresize/fatresize_1.0.2.bb            | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb b/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb
new file mode 100644
index 0000000..88d495b
--- /dev/null
+++ b/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Resize FAT partitions using libparted"
+SECTION = "console/tools"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https"
+SRCREV = "3f80afc76ad82d4a1b852a6c8dea24cd9f5e7a24"
+
+PV = "1.0.2-11"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "parted"
+
+inherit autotools pkgconfig

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list