mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
469 B
BlitzBasic
18 lines
469 B
BlitzBasic
SUMMARY = "Resize FAT partitions using libparted"
|
|
SECTION = "console/tools"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https;branch=master \
|
|
file://0001-build-Do-not-build-.sgml-file.patch \
|
|
"
|
|
SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483"
|
|
|
|
PV = "1.1.0"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "parted"
|
|
|
|
inherit autotools pkgconfig
|