mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 23:24:24 +00: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: Armin Kuster <akuster808@gmail.com>
20 lines
608 B
BlitzBasic
20 lines
608 B
BlitzBasic
SUMMARY = "Tools for Flash-Friendly File System (F2FS)"
|
|
HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3"
|
|
|
|
# to provide libuuid
|
|
DEPENDS = "util-linux"
|
|
|
|
# v1.13.0
|
|
SRCREV = "284f77f0075a16a2ad1f3b0fb89b7f64a1bc755d"
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;branch=master \
|
|
file://0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch \
|
|
"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit pkgconfig autotools
|
|
|
|
BBCLASSEXTEND = "native"
|