fatresize_1.0.2.bb 384 B

123456789101112131415
  1. SUMMARY = "Resize FAT partitions using libparted"
  2. SECTION = "console/tools"
  3. LICENSE = "GPLv2"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
  5. SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https"
  6. SRCREV = "3f80afc76ad82d4a1b852a6c8dea24cd9f5e7a24"
  7. PV = "1.0.2-11"
  8. S = "${WORKDIR}/git"
  9. DEPENDS = "parted"
  10. inherit autotools pkgconfig