mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
Drop a patch that has been incorporated in this release. Shortlog: d/control: Update maintainer email Add changelog entry for previous commit Apply wrap-and-sort -at configure: Do not add -D_FILE_OFFSET_BITS to CFLAGS Clarify changelog entry releasing package fatresize version 1.1.0-2 Ignore debian/files Bump debhelper from old 12 to 13. Build-depend on pkgconf rather than pkg-config releasing package fatresize version 1.1.0-3 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
473 B
BlitzBasic
16 lines
473 B
BlitzBasic
SUMMARY = "Resize FAT partitions using libparted"
|
|
SECTION = "console/tools"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
PV = "1.1.0-3"
|
|
|
|
SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https;branch=master;tag=debian/${PV} \
|
|
file://0001-build-Do-not-build-.sgml-file.patch \
|
|
"
|
|
SRCREV = "7494fba0f14f706c17b9d89ae273efd113c944ca"
|
|
|
|
DEPENDS = "parted"
|
|
|
|
inherit autotools pkgconfig
|