mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
7fbb276718
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: Armin Kuster <akuster808@gmail.com>
16 lines
398 B
BlitzBasic
16 lines
398 B
BlitzBasic
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;branch=master"
|
|
SRCREV = "3f80afc76ad82d4a1b852a6c8dea24cd9f5e7a24"
|
|
|
|
PV = "1.0.2-11"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "parted"
|
|
|
|
inherit autotools pkgconfig
|